Use this command to mount ISO file to some mount point:
mount -o loop -t iso9660 <filename> <mount destination>
Example:
| mount -o loop -t iso9660 images.iso /mnt/mnt0 |
Use this command to mount ISO file to some mount point:
mount -o loop -t iso9660 <filename> <mount destination>
Example:
| mount -o loop -t iso9660 images.iso /mnt/mnt0 |