User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1 Build Identifier: I just can't eject my cdrom from thunar, but doing unmount and eject from xfdesktop it works normally. I guess Thunar isn't unmounting before ejecting the cdrom, I don't know why. Here is what it complains about: umount: /media/NFSMW_DISC2 isn't in fstab (and you are not root) eject: unmount of `/media/NFSMW_DISC2' failed. Seems that eject is using umount instead ofp umount, and also that correct eject behavior is distro dependent. At least in Arch linux the eject isn't aware of pmount/pumount Reproducible: Always Steps to Reproduce: 1.Mount any cdrom 2.Try to eject it from Thunar Actual Results: An error shows up Expected Results: Should have ejected the media System config: HAL 0.5.7 pmount 0.9.11 FAM 2.7.0 D-BUS 0.62 Arch Linux distro
Created attachment 756 Possible fix Try this patch please (make sure you quit Thunar using Thunar -q first).
Worked flawlessly, big thanks! Please commit.
Err, not committed yet.
Committed with revision 22959. 2006-08-31 Benedikt Meurer <benny@xfce.org> * thunar-vfs/thunar-vfs-volume-hal.c(thunar_vfs_volume_hal_eject): Unmount volumes prior to ejecting them if they are currently mounted. Bug #2236.