-
Website
http://blog.kovyrin.net -
Original page
http://blog.kovyrin.net/2007/08/29/how-to-unmount-nfs-share-mounted-with-hard-option/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
for you health
3 comments · 1 points
-
jamiew
1 comment · 6 points
-
qu1j0t3
1 comment · 1 points
-
TomK32
1 comment · 1 points
-
Scoundrel
9 comments · 1 points
-
-
Popular Threads
i.e. if one has a nfs share mounted on /netfs the syntax would be:
lsof +f -- /netfs
(for more examples consult the lsof man pages)
---------------
-f Force unmount (in case of an unreachable NFS system). (Requires kernel 2.1.116 or later.)
-l Lazy unmount. Detach the filesystem from the filesystem hierarchy now, and cleanup all references to the filesystem as
soon as it is not busy anymore. (Requires kernel 2.4.11 or later.)
------------------