Skip to content

Instantly share code, notes, and snippets.

@thejml
Created December 1, 2013 04:45
Show Gist options
  • Save thejml/7728602 to your computer and use it in GitHub Desktop.
Save thejml/7728602 to your computer and use it in GitHub Desktop.
Random hints about OSX
To make an image in OSX Mountable as -o loop would in Linux, run:
hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount ImageName.iso
it will then say something like "/dev/disk1" and you can mount that where you want it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment