Archive

Posts Tagged ‘linux mount iso file’

Linux: Mounting iso files

February 25th, 2008 Wytze 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

Categories: Linux Tags: