Created
December 23, 2011 20:44
-
-
Save Kentzo/1515314 to your computer and use it in GitHub Desktop.
How to create Floppy Disk Image on Mac OS X for MS-DOS in vmware fusion
This file contains 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
1. In terminal use "dd if=/dev/zero of=myfloppy.img bs=1024 count=1440" to create file with appropriate size | |
2. Attach a floppy device in VM setting. Select myfloppy.img | |
3. Use the "format a:" command to format disk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment