marianoju

http://askubuntu.com/questions/674997/

Sep 17th, 2015 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. user@box2:~$ cd /media/user/linux-mint-17
  2. user@box2:/media/user/linux-mint-17$ sudo umount -a
  3. [sudo] password for user:
  4. umount: /media/user/linux-mint-17: device is busy.
  5. (In some cases useful info about processes that use
  6. the device is found by lsof(8) or fuser(1))
  7. umount: /home/user: device is busy.
  8. (In some cases useful info about processes that use
  9. the device is found by lsof(8) or fuser(1))
  10. umount: /run/user: device is busy.
  11. (In some cases useful info about processes that use
  12. the device is found by lsof(8) or fuser(1))
  13. umount: /run/shm: device is busy.
  14. (In some cases useful info about processes that use
  15. the device is found by lsof(8) or fuser(1))
  16. umount: /run/lock: device is busy.
  17. (In some cases useful info about processes that use
  18. the device is found by lsof(8) or fuser(1))
  19. umount: /run: device is busy.
  20. (In some cases useful info about processes that use
  21. the device is found by lsof(8) or fuser(1))
  22. umount: /dev: device is busy.
  23. (In some cases useful info about processes that use
  24. the device is found by lsof(8) or fuser(1))
  25. umount: /: device is busy.
  26. (In some cases useful info about processes that use
  27. the device is found by lsof(8) or fuser(1))
  28. user@box2:/media/user/linux-mint-17$ sudo mount -o rw,remount /
  29. user@box2:/media/user/linux-mint-17$ sudo chown root ldlinux.sys
  30. chown: changing ownership of ‘ldlinux.sys’: Operation not permitted
  31. user@box2:/media/user/linux-mint-17$ sudo chmod 777 ldlinux.sys
  32. chmod: changing permissions of ‘ldlinux.sys’: Operation not permitted
  33. user@box2:/media/user/linux-mint-17$
Add Comment
Please, Sign In to add comment