11.12.08

Mount an ISO file in Linux

To mount the ISO image file.iso to the mount point /mnt/test use this command:

mount -o loop -t iso9660 file.iso /mnt/test

source: http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/

No comments: