I've also got the same prob when I've upgrade to Feisty Some work around with nautilus-scripts.
$ gedit .gnome2/nautilus-scripts/Eject -Paste---------------------------------------------------- for uri in $NAUTILUS_SCRIPT_SELECTED_URIS; do device=`echo $uri | sed 's/file:\/\///g'` gksudo "eject $device" & done ------------------------------------------------------------ add below to /etc/sudoers to skip enter passwd for ejects only. %admin eject = NOPASSWD:/usr/bin/eject -- do not eject all USB/Firewire devices https://bugs.launchpad.net/bugs/63090 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs