Quote:
I've tried installing the daemontools.exe files and what not and my computer for some reason won't install exe files. not sure why. anyways can any one tell me how to get this to work or another way mount the ISO. The ISO itself is a game.
[/b]
|
That would be because linux is not windows and .exe files are windows install files. Say you want to mount file.iso to the /media/iso directory (of course that would need to be created first). you would run:
Code:
mount -o loop -t iso9660 file.iso /media/iso