Skip to content

Instantly share code, notes, and snippets.

@msis
Last active February 4, 2018 23:04
Show Gist options
  • Save msis/ffa5cf722e20adcee46c to your computer and use it in GitHub Desktop.
Save msis/ffa5cf722e20adcee46c to your computer and use it in GitHub Desktop.
[Mount iso file Linux] #shell #bash #iso
#!/bin/bah
mount -o loop -t iso9660 file.iso /mnt/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment