Mount issue

Hi There,

I have following issue:


[root@ehlappsc02t01 fd]# df -k
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda1             30470144   4200476  24696908  15% /
/dev/hda6            223461396  82243140 129683992  39% /apps
/dev/hda5             10153988    155100   9474772   2% /tmp
/dev/hda3             20315844    937148  18330056   5% /var
tmpfs                  8319284         0   8319284   0% /dev/shm
ehlerpdbt01.ehl.pri:/apps/APPLPTMP
                     191839360  92925568  89011744  52% /oracle/ELTEST/APPLPTMP
[root@ehlappsc02t01 fd]# /bin/mount -t cifs //ammnffp01.ehl.pri/Departments /Q -o rw,user=svc.amgln.fpunix,password='<5&+uVX>+Nm.7j'
mount error: mount point /Q does not exist

++I cannot mount the file system. The above command creates /Q mount point and it's very strange that it says /Q doesn't exist. Please help.

Regards,
Sunil.

  • Is there an empty directory to mount this on?
  • Is the server ammnffp01.ehl.pri sharing /Departments?

My bet is on the first being the issue.

Robin

Robin,

Yes the directory Department exist. It exist at D:\Data\Departments in remote host ammnffp01.ehl.pri

Regards,
Sunil

So, that's one part, partly answered.

Does the directory /Q exist on the server you are trying to run this command on?

I'm guessing not, but also you need to check that server ammnffp01.ehl.pri sharing this directory.

Robin