Bug 183909 - doesn't play nicely with gnome-mount
Summary: doesn't play nicely with gnome-mount
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nautilus-cd-burner
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-03 17:21 UTC by Bill Nottingham
Modified: 2014-03-17 02:58 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-03-04 03:56:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2006-03-03 17:21:48 UTC
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?

Comment 1 David Zeuthen 2006-03-03 17:27:44 UTC
Ideally n-c-b would use gnomevfs.. until that happens let's just patch this in
the RPM

Comment 2 Matthias Clasen 2006-03-03 23:19:49 UTC
David, you mean patching n-c-b to use gnome-umount --device=/dev/hdc ?

Comment 3 David Zeuthen 2006-03-04 00:00:05 UTC
Matthias, yea.. that would work. Ideally send this upstream too, but would
require a bit more work..

Comment 4 Matthias Clasen 2006-03-04 03:50:57 UTC
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 :-(


Note You need to log in before you can comment on or make changes to this bug.