Mounting an ISO

sudo mount -t iso9660 -o loop /path/to/the/iso /folder/to/mount/into

In case you are getting errors like ISOFS: Unable to identify CD-ROM format., do a file /path/to/the/iso and confirm that the file that you think is an ISO, actually is.

No comments: