Displaying 1 result from an estimated 1 matches for "nameofiso".
2010 Nov 26
1
Wine doesn't work with iso
...;ve tried initially with mounts GUI (furiusISOmount, acetoneiso, mount via kde, mount via gnome) that mount the iso but are unrecognized from wine (I go in winecfg>drives>add drive D:>set it to cd-rom but not work).
Then I tried to mount it by terminal in these paths:
Code:
sudo mount <nameofiso>.iso /media/cdrom -o loop
Code:
sudo mount -t iso9660 -o ro,loop <nameofiso>.iso /mnt/cd
nothing...what can I try? :)