Bug 188636 - Wine/DVDShrink can't find gnome-mount DVD
Summary: Wine/DVDShrink can't find gnome-mount DVD
Keywords:
Status: CLOSED DUPLICATE of bug 183735
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-mount
Version: 5
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: John (J5) Palmieri
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-11 22:44 UTC by Jay Cliburn
Modified: 2013-03-13 04:50 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-04-17 22:02:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jay Cliburn 2006-04-11 22:44:39 UTC
Description of problem:
A movie DVD mounted by gnome-mount can't be detected by DVD Shrink under Wine. 
I created an fdi file that overrides the HAL default volume.name with the string
"cdrecorder" so that DVDs are always mounted at /media/cdrecorder instead of
/media/{volume.name}.

[jcliburn@osprey ~]$ cat /usr/share/hal/fdi/policy/95userpolicy/optical.fdi
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
    <match key="block.device" string="/dev/hdc">
      <match key="@block.storage_device:storage.model" string="_NEC DVD_RW
ND-3520A">
        <merge key="volume.label" type="string">cdrecorder</merge>
      </match>
    </match>
</device>
</deviceinfo>


I then configured Wine to map drive D:\ to /media/cdrecorder.
[jcliburn@osprey ~]$ ls -l .wine/dosdevices/
total 12
lrwxrwxrwx 1 jcliburn jcliburn 10 Apr 11 17:25 c: -> ../drive_c
lrwxrwxrwx 1 jcliburn jcliburn 18 Apr 11 17:29 d: -> /media/cdrecorder/
lrwxrwxrwx 1 jcliburn jcliburn  1 Apr 11 17:25 z: -> /

When I insert a movie into the DVD drive (NEC ND-3520A), start DVD Shrink, and
click "Open Disc", the following error popup is presented.

DVD Shrink encountered an error and cannot continue.
Failed to open file "\\. \d:"
File not found

If I create a mount point (an empty directory) at /media/cdrecorder, add this
entry to /etc/fstab,

/dev/hdc    /media/cdrecorder    udf,iso9660    user,exec,noauto 0 0

and manually mount the DVD drive, then DVD Shrink finds the drive and works
without error.

Version-Release number of selected component (if applicable):
2.6.16-1.2080_FC5
DVD Shrink 3.2
gnome-mount 0.4


How reproducible:
Always

Steps to Reproduce:
1.  Add a HAL rule to make DVDs mount at /media/cdrecorder
2.  Run winecfg and map a drive to /media/cdrecorder
3.  Run DVD Shrink under Wine and click "Open Disc"
  
Actual results:
DVD Shrink encountered an error and cannot continue.
Failed to open file "\\. \d:"
File not found

Expected results:
DVD opens without error.

Additional info:

Comment 1 George Billios 2006-04-14 14:23:32 UTC
This bug depends on this one:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186358


Hello, Fedora devs????????? Anyone there??

Comment 2 John (J5) Palmieri 2006-04-17 22:02:02 UTC
I was on vacation for the last two weeks. Sorry if I was unable to get to your
issue in a timely manner.

*** This bug has been marked as a duplicate of 183735 ***


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