Formatting a 5.25" floppy disk
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Magical Minnie Puzzles
--
Chapters
00:00 Formatting A 5.25&Quot; Floppy Disk
00:40 Answer 1 Score 5
00:53 Answer 2 Score 4
01:36 Accepted Answer Score 2
02:22 Answer 4 Score 1
02:41 Answer 5 Score 1
03:13 Thank you
--
Full question
https://superuser.com/questions/283543/f...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windowsxp #floppy
#avk47
ANSWER 1
Score 5
Try using the /f:1200 command line parameter on the format command.
Well, that is what I did back in my time on MS-DOS.
ANSWER 2
Score 4
Microsoft has removed all options from the command line format command /F:
parameter in Windows XP except for 1.44. I don't see any good reason for them to do this except perhaps to save money on support calls. However Windows will still read and write to other size disks that are already formatted. I struggled with this one for a while, however I found that you can format other size disks in Windows XP from the command line. The track and sector parameters are still supported! So to format a 1.2M 5.25" floppy simply type:
format A: /T:80 /N:15
You should be able to format any size disk supported by your drive and BIOS by specifying the correct track and sector count.
ACCEPTED ANSWER
Score 2
It depends on the OS, so I'm going to explain the way I did it on Windows XP, which cannot do it 'out of the box' (pre-XP versions all have this capability through 'format' in Command Prompt).
You need to download OmniFlop, then follow the instructions in the User Guide to replace your current floppy driver with the OmniFlop driver (you will not need the OmniFDC driver; that's only for very old, very specific data types).
Open the OmniFlop program, click 'Format Disk', choose your floppy drive (A: or B:), and select the disk type. DOS 360KB and DOS 1.2MB are the most common; these are double-density and high-density respectively. Wait for the progress bar to finish, then you're all done!
ANSWER 4
Score 1
Although I don't have a floppy disk handy, have you tried simply right clicking on the floppy drive and clicking "format"? Similar to how you can format memory sticks, etc. That to me would seem to be the best option. You could also try Windows Partition Manager, it may help.
ANSWER 5
Score 1
Are you sure that you don't have C64 disks mixed in?
As a child, I got the mistakenly ordered 160KB DD Floppies from my parents work, when they were too dumb to order the right ones (HD).
Also, 160KB sounds pretty much like single sided formatting. Have you 2 or only 1 copy protection holes on them? If 2, they could be formatted double sided giving you about 320 to 360KB. (1541 could not do that on my C64, 1571 on a 128er could).