Wednesday, August 13, 2014

How to unmount stale nfs share

If you suddenly have got stale and unable to read nfs mount point becouse of changed IP of the nfs server or something else, you should use following to unmount nfs share and after that remount it.

1.

# umount -lf /nfs_share

2. or

# umount.nfs /nfs_share -l -f

It should work