Created
December 1, 2013 04:45
-
-
Save thejml/7728602 to your computer and use it in GitHub Desktop.
Random hints about OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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