Linux: Mounting iso files
February 25th, 2008
No comments
Mounting iso images under linux is fairly straightforward. You can use the following command:
mount </path/to/isofile.iso> </mount/directory/location/> -t iso9660 -o loop