Name:
Location: United States

Wednesday, October 03, 2007

mounting ISO image on linux

2) Create the directory for mount point:

-> mkdir -p /mnt/disk

3) Mount the iso image on the disk

-> mount -o loop disk1.iso /mnt/disk

4) check the mount system

-> cd /mnt/disk
-> ls -l

0 Comments:

Post a Comment

<< Home