http://bugs.winehq.org/show_bug.cgi?id=13273
--- Comment #11 from ChALkeR chalkerx@gmail.com 2009-01-23 18:06:28 --- (In reply to comment #10)
Do you have a device node link in ~/.wine/dosdevices that points to the ISO file?
Ok, thank you ). I created a f:: pointed to the iso. That removes the "sudo chmod 0744 /dev/loop0". But it still works only with mount command, if f: is mounted via fuse - this method does not work. Like any other method ).
#1 may not be easily fixed. Wine can't account for ever single irregularity in various fuse drivers, and autodetecting a mounted image (especially one that's not in fstab) is always a problem because it just looks like another directory.
This is how mounted via mount iso looks in /etc/mtab: /dev/loop0 /media/vdrive iso9660 rw 0 0
This is how mounted via fuseiso iso looks in ~/.mtab.fuseiso: /path_to_iso.iso /path_to_mountpoint fuseiso defaults 0 0