FAT32 (Windows/MS DOS) disk image in Mac OS X?
01/06/06 09:23 mac-geek
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.
|