Re: mountmgr.sys: For loop-mounted devices, use the backing file

2012-08-21 Thread Damjan Jovanovic
On Tue, Aug 21, 2012 at 4:25 PM, GOUJON Alexandre wrote: > I thought mounting the ISO should be the same thing than inserting the disc > in the drive. > But you seem to think that the current behaviour is the right one so in this > case, simply ignore my patch. > > Try using cdemu to load that I

Re: mountmgr.sys: For loop-mounted devices, use the backing file

2012-08-21 Thread GOUJON Alexandre
On 08/21/2012 11:49 AM, Alexandre Julliard wrote: Alexandre Goujon writes: As part of their copy protection, some games use some ioctl's to check some physical attributes. Unfortunately, when using the loop device, some ioctl fail (like IOCTL_SCSI_GET_ADDRESS). A simple fix is to use /path/t

Re: mountmgr.sys: For loop-mounted devices, use the backing file

2012-08-21 Thread Alexandre Julliard
Alexandre Goujon writes: > As part of their copy protection, some games use some ioctl's to check some > physical attributes. > Unfortunately, when using the loop device, some ioctl fail (like > IOCTL_SCSI_GET_ADDRESS). > A simple fix is to use /path/to/the/file.ISO instead of /dev/loopX. Seve