Advertisement
Guest User

Untitled

a guest
May 24th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. root@ubuntu:/# exit
  2. exit
  3. ubuntu@ubuntu:~$ sudo umount /mnt/dev
  4. ubuntu@ubuntu:~$ sudo umount /mnt/proc
  5. ubuntu@ubuntu:~$ sudo umount /mnt/
  6. umount: /mnt: device is busy.
  7. (In some cases useful info about processes that use
  8. the device is found by lsof(8) or fuser(1))
  9. ubuntu@ubuntu:~$ sudo umount /mnt/sys
  10. ubuntu@ubuntu:~$ sudo umount /mnt/
  11. umount: /mnt: device is busy.
  12. (In some cases useful info about processes that use
  13. the device is found by lsof(8) or fuser(1))
  14. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement