Bug 183909
| Summary: | doesn't play nicely with gnome-mount | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bill Nottingham <notting> |
| Component: | nautilus-cd-burner | Assignee: | Matthias Clasen <mclasen> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | davidz, rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-03-04 03:56:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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 :-( |
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?