Skip to content

Instantly share code, notes, and snippets.

@Kentzo
Created December 23, 2011 20:44
Show Gist options
  • Select an option

  • Save Kentzo/1515314 to your computer and use it in GitHub Desktop.

Select an option

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
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
@bruh830
Copy link
Copy Markdown

bruh830 commented May 5, 2025

Says file is write protected… what to do? readonly is off

@Kentzo
Copy link
Copy Markdown
Author

Kentzo commented May 5, 2025

What step fails?

@bruh830
Copy link
Copy Markdown

bruh830 commented May 18, 2025

Apparently Windows 95 says it’s read only and I can’t format it to put data on it

@Kentzo
Copy link
Copy Markdown
Author

Kentzo commented May 18, 2025

Sounds like a vmware problem

@bruh830
Copy link
Copy Markdown

bruh830 commented May 18, 2025

I’ll look and see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment