This Darwin man page tells one just how complex hdiutil is. OS X Disk Utility hides much of this, but in some cases it's very handy.
See also:
Some interesting examples:
- hdiutil convert output.dmg -format UDSP -o iPhotoDiscImageII
 - hdiutil convert output.dmg -format UDSP -o iPhotoDiscImageIII -segmentSize 10m
 - hdiutil create testImage -type SPARSE -megabytes 10000 -fs HFS  -volname Pictures -imagekey sparse-band-image=40
 
example
- hdiutil attach test.dmg -readwrite
 
No comments:
Post a Comment