1847328 Members
2473 Online
110264 Solutions
New Discussion

Re: nfs mount problems

 
Ben Wilson_4
Advisor

nfs mount problems

I know I had a rough weekend, but I have no idea what the problem is here:

# cd /export
[(root) @ hbgwhse (/export)]
# ls -p
shared_roots/ webtouch/ webtouch_dev/
[(root) @ hbgwhse (/export)]
# ll
total 0
drwxr-xr-x 3 root sys 96 Jul 6 2001 shared_roots
drwxr-xr-x 2 root sys 96 Nov 11 15:56 webtouch
drwxr-xr-x 3 root sys 96 Nov 10 16:01 webtouch_dev
[(root) @ hbgwhse (/export)]
# /usr/sbin/mount -F nfs -o rw,suid,soft webtouch.ns1.networkservices.net:/ /export/webtouch/
nfs mount: mount_nfs: mount: /export/webtouch: No such file or directory
[(root) @ hbgwhse (/export)]


I tried different directories, but with the same result, mount claims the local target doesn't exist. Although this is the first NFS mount on the host, all the service appear to be running, and I do see the request on the target...

Seeking enlightenment,
Ben
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: nfs mount problems

Hi Ben,

Could you do
#cd /export/webtouch
#ls -la

and a

#bdf .

Regards

Robert-Jan.
Jeff Schussele
Honored Contributor

Re: nfs mount problems

Hi Ben,

Check the following files:

/etc/mnttab (Is it already mounted?)
/etc/fstab (Mounting at boot-time?)
/etc/xtab (Is /export/webtouch exported from this system already?)

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Ben Wilson_4
Advisor

Re: nfs mount problems

Thanks for the help:

Robert-Jan:

[(root) @ hbgwhse (/export)]
# cd webtouch
[(root) @ hbgwhse (/export/webtouch)]
# ls -la
total 0
drwxr-xr-x 2 root sys 96 Nov 11 15:56 .
drwxr-xr-x 5 root sys 96 Nov 10 17:19 ..
[(root) @ hbgwhse (/export/webtouch)]
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 143360 40530 96690 30% /
/dev/vg00/lvol1 83733 27806 47553 37% /stand
/dev/vg00/lvol8 4194304 3890683 287863 93% /var
/dev/vg00/lvol7 929792 468494 432523 52% /usr
/dev/vg00/lvol4 133120 48224 79607 38% /tmp
/dev/vg00/oracle 2048000 856894 1116698 43% /oracle
/dev/vg00/lvol6 2048000 1118300 871656 56% /opt
/dev/vg00/lvol5 524288 142268 358401 28% /home
/dev/vgintch/int01 8503296 8318176 179406 98% /intchdata/int01
/dev/vgintch/int02 8503296 6241196 2191736 74% /intchdata/int02
/dev/vgintch/int03 8503296 8424940 76234 99% /intchdata/int03
/dev/vgintch/int04 8503296 7507520 965048 89% /intchdata/int04
/dev/vgintch/int06 8503296 738300 7522358 9% /intchdata/int06
/dev/vgintch/int07 8503296 8441738 59896 99% /intchdata/int07
/dev/vgintch/int08 8503296 8441940 59892 99% /intchdata/int08
/dev/vgintch/int09 8503296 8425084 76156 99% /intchdata/int09
/dev/vgintch/int10 8503296 8394218 107578 99% /intchdata/int10
/dev/vgintch/int12 8503296 1314214 6964686 16% /intchdata/int12
/dev/vgintch/int13 8503296 8391970 107982 99% /intchdata/int13
/dev/vgintch/int14 8503296 527766 7726558 6% /intchdata/int14
/dev/vg00/intch 1024000 163720 806581 17% /intch
/dev/vgintch/int05 8503296 4035236 4328920 48% /intchdata/int05
/dev/vgintch/int11 8503296 4438290 3938196 53% /intchdata/int11
/dev/vgintch/int15 8503296 4197776 4171236 50% /intchdata/int15
/dev/vgintch/int16 8503296 3330 8234478 0% /intchdata/int16
[(root) @ hbgwhse (/export/webtouch)]

Jeff:
[(root) @ hbgwhse (/export/webtouch)]
# more /etc/mnttab | grep webtouch
[(root) @ hbgwhse (/export/webtouch)]
# more /etc/fstab | grep webtouch
[(root) @ hbgwhse (/export/webtouch)]
# more /etc/xtab | grep webtouch
[(root) @ hbgwhse (/export/webtouch)]


I just created the webtouch directory to create this mount. I tried creating a directory on / and in /var with the same "No such file or directory".

I figure something is wrong with mount of nfs, but I really have no idea what.

Thanks,
Ben