Register now and start sharing your code snippets.
-->

Mount an ISO file in Linux

Shell Script (Bash) posted about 1 year ago by christian

   1  # mkdir /mnt/iso
   2  # mount -o loop -t iso9660 file.iso /mnt/iso

Tagged mount, iso, linux