Gabriel de Kadt

graphic arts & design

FAT32 (Windows/MS DOS) disk image in Mac OS X?

Easy. In my case:

hdiutil create -megabytes 650 -fs MS-DOS -volname MS_DOS -o /Users/gabs/Desktop/MS_DOS_650MB

Where MS_DOS is filesystem [-fs] and Volume Name [-volname]. Output [-o] — using full path — to /Users/blah/blah/imagename. dmg suffix automatically generated.

Hat tip to MacOSXHints. Again.

|