Created
March 26, 2012 19:29
-
-
Save greenantdotcom/2208964 to your computer and use it in GitHub Desktop.
How to detect which processes are running on a disk you are trying to eject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@scratch1 exthd]# fuser -mv /media/exthd/ | |
USER PID ACCESS COMMAND | |
/media/exthd/: root 29787 ..c.. bash | |
root 29846 ..c.. bash | |
root 29898 ..c.. man | |
root 29901 ..c.. sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment