General: February 2003 Archives

Opening ISO files without copying to CD
Assuming that you have copied your ISO file in /data/xyz.iso, and you want to mount in /mnt/my_iso, do the following:
mount -t iso9660 -o ro,loop /mnt/my_iso /data/xyz.iso