http://bugs.winehq.org/show_bug.cgi?id=13273
--- Comment #12 from Ben Klein shacklein@gmail.com 2009-01-23 19:03:41 --- (In reply to comment #11)
(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 ).
Sounds good to me! Is there any particular reason why you want to use fuse? Also note that in the case of CD images, cdemu may be more appropriate than fuse.
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
This is something specific to your fuse ISO driver. It's not standard, and I really don't think Wine should be made aware of it.