Skip to main content
Home Forums 68kMLA QuickTake 150! — #4
Post #4 by ~tl
Source Forum68kMLA
Category68k
Post DateTue, 26 Aug 2008 - 13:53
Original URLhttps://68kmla.org/bb/threads/quicktake-150.14607/
Post
You should be able to do it from the Terminal in OS X with the following command:

Code:
hdiutil convert file.dmg -format RdWr -o file.img
Replace "file.dmg" with the path to your .dmg (you can just drag the file onto the Terminal window to automatically put in the path) and "file.img" with the path of where you want your output file to end up.

mp.ls