Skip to main content
3 of 5
deleted 9 characters in body; edited tags; edited title
Braiam
  • 36.9k
  • 29
  • 114
  • 176

umount: device is busy. Why isn't my NFS partition unmounting?

When running umount /path I get:

umount: /path: device is busy. 

The filesystem is huge, so lsof +D /path is not a realistic option.

lsof /path, lsof +f -- /path, and fuser /path all return nothing. fuser -v /path gives:

 USER PID ACCESS COMMAND /path: root kernel mount /path 

which is normal for all unused mounted file systems.

umount -l and umount -f is not good enough for my situation.

How do I figure out why the kernel thinks this filesystem is busy?

I have made a page with examples of all solutions so far here: http://oletange.blogspot.com/2012/04/umount-device-is-busy-why.html

Ole Tange
  • 37.6k
  • 34
  • 119
  • 228