Nautilus – Difference Between ‘Unmount’, ‘Eject’, ‘Safely Remove Drive’ and Eject Icon

gvfsnautilus

When I right-click the desktop icon for my USB drive or SD card I have the choice to "Eject" or "Safely Remove Drive":

screenshot

In the Tree side pane in Nautilus, I can either "Unmount" or "Eject":

screenshot

The Places side pane in Nautilus has some kind of eject icon:

screenshot

What do all of these do?

Specifics I've been wondering about include:

  • What happens when a drive has multiple partitions mounted?
  • Under what conditions is a prompt to empty the trash displayed?
  • Do any of these result in a state in which the drive cannot be mounted again without first being physically reconnected?

Best Answer

The main differences are the following:

Unmount

This option will "literally" unmount the device/partition and it applies normally (In Nautilus) to hard drives, be them, internal or external. Is not common to see it for Flash Drives / Pen Drives / Thumb Drives / SD Card / Digital Camera and any other device that needs to sync before powering down.

This is not the recommended way of doing it when addressing a device that needs to power down first if your intention is to disconnect the device afterwards, as the device will still show in the Nautilus panel..

Have in mind that unmount gives you the ability to mount the device again (since it did not power down or actually eject the device from the system).

Eject / Eject Button

Somehow similar to Unmount, it will unmount the device/partition. The problem is that this option should only be present for Optical Devices (Devices that do not need to sync data before disconnecting) since this actually EJECTS the device. I mean literally ejects or opens your CD Drive/DVD Drive Device so you can take the CD/DVD out of it, physically speaking.

You will not be able to mount the device again, except if you insert the CD/DVD back in (With Optical devices) or remove and reinsert the USB Drive again (For Flash Drives and other similar devices). Since this option also appears for USB Drives, and CD/DVD Drives behave differently than USB Drives (Hard Drives and Pen Drives in this case, Optical devices are omitted), ejecting a not properly synced USB Drive (Flash Drive or Hard Drive) could cause problems.

There is however a verification process that runs when you try to Eject a device that needs sync. For example, if you try to eject a device that is copying data at that precise moment, it will give you the following warning:

enter image description here

If you try to Eject the device and the sync is not done yet, you will get a message along the lines of "waiting for sync to finish before ejecting device". This only shows or at least it gives you enough time to see the message if you copy a lot files, specially small ones mixed in with big ones and then immediately after finishing the copy process you try to Eject it.

Note a couple of things:

  1. If you have an USB CD/DVD Drive and you Eject the medium, this will actually eject the whole device. You would have to insert the CD/DVD image back in to make the device appear again.

  2. If you Eject (At least with 12.04 and 12.10, haven't tested older versions) a USB Device that needs sync, the Eject process will power down the device AFTER the sync is done. This might be the cause of not seeing the option for "Safely Remove Drive".

  3. If you connect a device that has multiple partitions (Like some IPods, N900 Smartphone or other devices that show 2 or more Devices in Nautilus), Eject will only "eject" with the device you have selected. It will not work with others until you specifically tell it.

  4. Ejecting a device that has multiple partitions does not work correctly. It does not power down the device correctly so you might have problems or issues.

Safely Remove Drive

This option differs from the others since it is specifically design for synced devices like USB Hard Drives, Pen Drives, etc.. It will sync the device, unmount it and then power it down. This option should be available for devices that need sync, although Eject has taken some of the properties of Safely Remove Drive.

Here are some pics that show what you can see when you try to disconnect the device:

As you can see in this image, a Pen Drive / Flash Drive has the "Eject" option enter image description here

An external USB Hard Drive has the "unmount" option enter image description here

An external USB DVD Drive has the "Eject" option
enter image description here

Unity Launcher showing an "Eject Parent Drive" option on a multi-partitioned Pen Drive (Has 2 partitions in this case) enter image description here

A 2 partition created pen drive

Basically what we should see is this:

Unmount - For Hard Drives
Eject - For Optical Drives
Safely Remove - For USB Drives that need sync and power down (Pen Drives for example)

Should be noted that Unity Launcher shows options differently than Nautilus. GPARTED or the Disk App also show differently than Nautilus.

Related Question