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
Wednesday, August 26, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment