Home > Linux > Linux: Mounting iso files

Linux: Mounting iso files

February 25th, 2008 Wytze Leave a comment Go to 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:
  1. No comments yet.
  1. No trackbacks yet.