Comment 4 for bug 211693

Revision history for this message
Matti Lindell (mlind) wrote :

ejects okay:
$ sudo eject /dev/sdc
$ gnome-mount -e -b -d /dev/sdc2

eject fails:
$ gnome-mount -e -b -d /dev/sdc

gnome-mount seems to fail with an error if ejecting a device instead of a partition. The problem may arise as differently formatted devices have different number of partitions and trying to eject wrong partition yields the same error.

Shouldn't gnome-mount be able to eject a device instead of a partition as the eject -command does?