Mounting a CD iso
In Linux
mount -o loop -t iso9660 filename.iso /mnt/iso
For Windows (XP)…
…you'll need to download a tool that does this :) There's an unofficial one from Microsoft that I've been using and it works well. Make sure you read the Readme file.
Leave a Comment