Description of problem: If gnome-mount mounts a data CD, n-c-b fails to unmount it. Version-Release number of selected component (if applicable): nautilus-cd-burner-2.13.92-1 How reproducible: Every time. Steps to Reproduce: 1. Insert a data CD 2. Wait for gnome-mount to mount it 3. Run n-c-b --source-iso=whatever. Or I suppose you could actually use the UI. Actual results: ** (nautilus-cd-burner:18623): WARNING **: Couldn't unmount volume in drive: /dev/hdc and burn fails. Additional info: Looking at strace -f of n-c-b, I see: 18625 execve("/bin/umount", ["/bin/umount", "/dev/hdc"], [/* 1 var */]) = 0 Shouldn't that be gnome-umount --device=/dev/hdc?
Ideally n-c-b would use gnomevfs.. until that happens let's just patch this in the RPM
David, you mean patching n-c-b to use gnome-umount --device=/dev/hdc ?
Matthias, yea.. that would work. Ideally send this upstream too, but would require a bit more work..
Hmm, gnome-mount code was already there. I have rebuilt the package with gnome-mount BuildReq and Req, and the unmounting seems to work for me now. Of course, burning cds still fails due to cdrecord :-(