Advertisement
cr1901

Oops, umount fail

May 15th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. wjones@raspberrypi-ptrain:~$ sudo umount -f /mnt/USBdisk
  2. umount2: Device or resource busy
  3. umount: /mnt/USBdisk: device is busy.
  4.         (In some cases useful info about processes that use
  5.          the device is found by lsof(8) or fuser(1))
  6. umount2: Device or resource busy
  7. wjones@raspberrypi-ptrain:~$ ls /mnt/
  8. ls: cannot access /mnt/USBdisk: Transport endpoint is not connected
  9. hda1  hda2  USBdisk
  10. wjones@raspberrypi-ptrain:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement