Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.08 KB | None | 0 0
  1. $ sudo umount /dev/md0
  2. umount: /media/vault: device is busy.
  3.         (In some cases useful info about processes that use
  4.          the device is found by lsof(8) or fuser(1))
  5. $ sudo fuser /dev/md0
  6. $ sudo lsof | grep md0
  7. md0_raid6   325       root  cwd       DIR              8,130      4096          2 /
  8. md0_raid6   325       root  rtd       DIR              8,130      4096          2 /
  9. md0_raid6   325       root  txt   unknown                                         /proc/325/exe
  10. jbd2/md0-   578       root  cwd       DIR              8,130      4096          2 /
  11. jbd2/md0-   578       root  rtd       DIR              8,130      4096          2 /
  12. jbd2/md0-   578       root  txt   unknown                                         /proc/578/exe
  13. bash       1714    barrett  cwd       DIR               0,14         0      20526 /sys/devices/virtual/block/md0/md
  14. screen    13472    barrett  cwd       DIR               0,14         0      20526 /sys/devices/virtual/block/md0/md
  15. screen    13473    barrett  cwd       DIR               0,14         0      20526 /sys/devices/virtual/block/md0/md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement