Subscribe:

Ads 468x60px

Pages

Tuesday, August 2, 2011

Mounting ISO image

Place the boot.iso image to the Destop and make mount to /mnt mount point.


Making temporary mounting to /mnt:
# mount -o loop -t iso9660 /root/Desktop/boot.iso /mnt


Making permanent mounting to /mnt:
# vim /etc/fstab
/root/Desktop/boot.iso   /mnt   iso9660   ro,loop   0  0
:wq

0 comments:

Post a Comment