How to Safely Remove a USB External Drive in Ubuntu 12.10

12.10usb-driveusb-storage

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".

enter image description here

I have tried both USB sticks and with my external hard drive.

Best Answer

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

enter image description here

or in Nautilus

enter image description here

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.

Related Question