Skip to content

Instantly share code, notes, and snippets.

@sodonnell
Created April 18, 2018 15:38
Show Gist options
  • Save sodonnell/492f28d4162bf97138ace1eac17ccf9e to your computer and use it in GitHub Desktop.
Save sodonnell/492f28d4162bf97138ace1eac17ccf9e to your computer and use it in GitHub Desktop.
Mount an ISO Disk Image to your file system.
#!/bin/bash
sudo mkdir /mnt/iso
sudo mount -o loop disk.image.iso /mnt/iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment