Wednesday, August 26, 2009

Mounting an ISO Image under Linux

To mount an ISO Image under Linux, you can do the following:

Step 1: Create the mount point
# mount -p /mnt/ISO

Step 2: Mount the iso file
# mount -o loop linux.iso /mnt/ISO

Step 3: List the file stored inside an ISO Disk
# cd /mnt/ISO
# ls -l

No comments: