1753876 Members
7279 Online
108809 Solutions
New Discussion юеВ

nfs mount

 
SOLVED
Go to solution
navin
Super Advisor

nfs mount

Hello -
I would like to umount an nfs share and remount - but there are other nfs shares in the system are active - without disturbing those is there a way to umount the particular nfs share - umount /share does not help
i dont want to run nfs.client - pls advice
Learning ...
3 REPLIES 3
Turgay Cavdar
Honored Contributor
Solution

Re: nfs mount

If you use 11iv3 type:
# unshare /mount

For others:
# exportfs -u /mount
Tim Nelson
Honored Contributor

Re: nfs mount

You are talking from the client side, disregard the server side direction..

If you are on 11.31 then umount -f /mountpoint

otherwise if this NFS mount is hung fix the problem then stop and start nfs.client or as a last resort reboot.

sorry.....
Benoy Daniel
Trusted Contributor

Re: nfs mount

If umount doesnt work try vxumount