1827713 Members
2705 Online
109967 Solutions
New Discussion

Re: nfs issue

 
SOLVED
Go to solution
navin
Super Advisor

nfs issue

what is the best way to umount the nfs dir ....
when i get error as

# umount /homes/userid
umount: cannot find /homes/userid in /etc/mnttab
cannot unmount /homes/userid

pls help
Learning ...
3 REPLIES 3
Bill Hassell
Honored Contributor
Solution

Re: nfs issue

What do you get with the command:

bdf /homes/userid

The message indicates that /homes/userid is not a mounted filesystem. Perhaps /homes is the mountpoint? Or /homes is really spelled /home?


Bill Hassell, sysadmin
navin
Super Advisor

Re: nfs issue

/homes is the mount point
thanks
Learning ...
Patrick Wallek
Honored Contributor

Re: nfs issue

You need to

# umount /homes

then.

Trying to umount a directory under a mount point won't work.