Mount an ISO file in Linux

```bash # mkdir /mnt/iso # mount -o loop -t iso9660 file.iso /mnt/iso ```