Advertisement
ermond

usb safely remove linux

Oct 26th, 2013
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. You can do this using udisks. it is not installed by default but easy enough to install (the package is like a meg in size once installed)...
  2.  
  3. sudo apt-get install udisks
  4.  
  5. Once installed you can detach a USB drive with the following commands...
  6.  
  7. sudo udisks --unmount /dev/sdb1
  8. sudo udisks --detach /dev/sdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement