Mounting an ISO Image as a Filesystem :
This is great, if you don’t have the DVD hardware, but need to get the data.
This is great, if you don’t have the DVD hardware, but need to get the data.
# mkdir /iso
# mount -o loop -t iso9660 /FC7-i386-DVD.iso /iso
Or to mount automatically at boot, add the following to “/etc/fstab”
# vi /etc/fstab
/FC7-i386-DVD.iso /iso iso9660 ro,loop 0 0

No comments:
Post a Comment