Skip to main content
Blog is already linked from an answer, answers don't need to be edited into the question
Source Link
Michael Mrozek
  • 95.8k
  • 40
  • 245
  • 236

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?

Edit:

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

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?

Edit:

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

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?

Rollback to Revision 2
Source Link
Ole Tange
  • 37.6k
  • 34
  • 119
  • 228

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?

Edit:

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

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

umount: device is busy. Why?

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?

Edit:

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

deleted 9 characters in body; edited tags; edited title
Source Link
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?

Edit:

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

umount: device is busy. Why?

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?

Edit:

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

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

Question Protected by slm
added 144 characters in body
Source Link
Ole Tange
  • 37.6k
  • 34
  • 119
  • 228
Loading
Tweeted twitter.com/#!/StackUnix/status/80973490303418368
Source Link
Ole Tange
  • 37.6k
  • 34
  • 119
  • 228
Loading