How I can safely remove a USB external drive?
Ubuntu 12.10 does not come with this option, only to "Unmount" the disk, but not "Eject".

I have tried both USB sticks and with my external hard drive.
|
How I can safely remove a USB external drive? Ubuntu 12.10 does not come with this option, only to "Unmount" the disk, but not "Eject".
I have tried both USB sticks and with my external hard drive. |
|||||||||||
|
|
There seems to be a bug report about the missing option.
|
||||
|
|
|
To safely remove i.e. disconnect an external USB drive you need to manually unmount all of its partitions (represented by 'drive icons'): either in Unity Launcher
or in Nautilus
In the example above: to remove my Hitachi external USB drive I have to unmount all of the partitions on the said drive. To make things easier when formatting my drive I named (labelled) all of its partitions so that the names (labels) begin with 'HIT'. For further reading please refer to the bug report (the lack of either "Safely remove" or "Eject" is a bug in Ubuntu 12.10): https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1067876 Don't forget to mark 'This bug affects me' in the upper portion of the page. |
|||
|
|
|
'Eject' works same as safely remove |
|||
|
Unmount and eject are the same. If you need to check it, Open Terminal after eject/Unmount the drive and type this command : |
|||
|
|
|
“Eject” is for drives with removable media, like a DVD drive. An external hard drive does not have any eject mechanism. “Unmount” is the correct operation to use before you unplug the drive. |
|||
|
|
|
My toy project can help on this problem: https://github.com/fenrrir/bdin This is a appindicator for ubuntu that uses udisks for detach device |
||||
|
|