VOGONS


5.25 floppy disc not formatting

Topic actions

First post, by jude1977

User metadata
Rank Member
Rank
Member

Hi all I’ve got a 386 pc machine with windows 3.1 the machine has a 5.25 floppy disk drive I’ve
Brought a pack of unformated floppy disks and they won’t format I’ve also tried another pack of floppy disks
And they won’t format either the disks are 1.2 and the floppy drive is a 1.2 I know the disk drive reads floppy’s
Ok the disks I’m using are high density double sided just wondered if anyone has some ideas on what could be
Causing the problem

Reply 1 of 84, by quwy

User metadata
Rank Newbie
Rank
Newbie

Try to format on 640 kB or even 360. May be all your floppies are too old and no longer suitable to work on full density.

Reply 2 of 84, by jude1977

User metadata
Rank Member
Rank
Member

Hi sounds interesting how would I go about forming on 640 kb or 360 kbs

Reply 3 of 84, by jude1977

User metadata
Rank Member
Rank
Member

I noticed when the can’t format message comes up it also says could be wrong density but I don’t know what that means

Reply 4 of 84, by jude1977

User metadata
Rank Member
Rank
Member

Hi I’ve tried formatting in 360 kb mode still no luck it just gives a message error or wrong density

Reply 5 of 84, by wbahnassi

User metadata
Rank Oldbie
Rank
Oldbie

Drive is busted. Either needs cleaning or there's a more problematic issue in it. Can it read any existing disks by any chance?

Turbo XT 12MHz, 8-bit VGA, Dual 360K drives
Intel 386 DX-33, TSeng ET3000, SB 1.5, 1x CD
Intel 486 DX2-66, CL5428 VLB, SBPro 2, 2x CD
Intel Pentium 90, Matrox Millenium 2, SB16, 4x CD
HP Z400, Xeon 3.46GHz, YMF-744, Voodoo3, RTX2080Ti

Reply 6 of 84, by jude1977

User metadata
Rank Member
Rank
Member
wbahnassi wrote on 2024-07-02, 09:50:

Drive is busted. Either needs cleaning or there's a more problematic issue in it. Can it read any existing disks by any chance?

Hi yes the drive definitely reads different disks I’ve also cleaned the heads and have tried a new data cable but doesn’t make
Any difference

Reply 7 of 84, by konc

User metadata
Rank l33t
Rank
l33t

Don't assume the drive is bad because it can't format disks from a specific pack. It's not impossible (or even improbable) that this pack is bad.
Try to format or write something to one of the disks it can read, if they are not all original software disks.

Reply 8 of 84, by Deunan

User metadata
Rank l33t
Rank
l33t
jude1977 wrote on 2024-07-01, 23:51:

Brought a pack of unformated floppy disks and they won’t format

What are you using to format the floppies? What is the exact error being reported?
Drive type and photo of the floppies in question would help too.

Reply 9 of 84, by Joakim

User metadata
Rank Oldbie
Rank
Oldbie

These old drives are not really standardised so to say. Some drives write only 360k and some need certain disks. Disks often go mouldy and bad and it can rub off on the head so that also good disks fail.

Reply 10 of 84, by jude1977

User metadata
Rank Member
Rank
Member
Deunan wrote on 2024-07-02, 11:12:
jude1977 wrote on 2024-07-01, 23:51:

Brought a pack of unformated floppy disks and they won’t format

What are you using to format the floppies? What is the exact error being reported?
Drive type and photo of the floppies in question would help too.

Hi I’m using windows 3.1 I’m using 1.6 and 1.2 discs both with the same problem I try to format them and I get a error message I’ve taken some pictures to show you the way I try it and the error message I get

Reply 11 of 84, by keenmaster486

User metadata
Rank l33t
Rank
l33t

Check that the drive is set to the right type in the BIOS.

World's foremost 486 enjoyer.

Reply 12 of 84, by Deunan

User metadata
Rank l33t
Rank
l33t
jude1977 wrote on 2024-07-02, 13:14:

Hi I’m using windows 3.1 I’m using 1.6 and 1.2 discs both with the same problem

Might be my poor eyesight but I can't see much on these photos. I do see you're using Windows GUI to format. Don't. Boot to pure DOS and try "FORMAT A: /U" command (I assume the drive is A:). See what that does.

Reply 13 of 84, by jude1977

User metadata
Rank Member
Rank
Member
Deunan wrote on 2024-07-02, 13:36:
jude1977 wrote on 2024-07-02, 13:14:

Hi I’m using windows 3.1 I’m using 1.6 and 1.2 discs both with the same problem

Might be my poor eyesight but I can't see much on these photos. I do see you're using Windows GUI to format. Don't. Boot to pure DOS and try "FORMAT A: /U" command (I assume the drive is A:). See what that does.

Hi I’ve tried to format in dos mode but when I go from c command prompt to a command prompt with the floppy in drive it says a error message it doesn’t give me the a command prompt so I can’t do anything with the disk that’s why I’ve been trying in windows

Reply 14 of 84, by Deunan

User metadata
Rank l33t
Rank
l33t
jude1977 wrote on 2024-07-02, 14:13:

Hi I’ve tried to format in dos mode but when I go from c command prompt to a command prompt with the floppy in drive it says a error message it doesn’t give me the a command prompt so I can’t do anything with the disk that’s why I’ve been trying in windows

New to DOS, huh? Do not switch drive to A: if it's not formatted. You need to run format command from C: (or any other drive you're on that DOS booted up from). That's why you give A: as a parameter to the format command, so that it knows what you want to format (obviously not the current drive).

FYI format command will not run without explict drive designation, so typing it and pressing enter by accident is not going to destroy your C: content. Plus it should ask for confirmation anyway. So, boot to pure DOS (don't use the command prompt from inside Windows), then just type FORMAT A: /U
If the command is not found it might be not in the PATH variable. In that case figure out where FORMAT is (C:\DOS for example) and change the working directory first with CD <dir_name>.

Reply 15 of 84, by jude1977

User metadata
Rank Member
Rank
Member
Deunan wrote on 2024-07-02, 14:53:
New to DOS, huh? Do not switch drive to A: if it's not formatted. You need to run format command from C: (or any other drive you […]
Show full quote
jude1977 wrote on 2024-07-02, 14:13:

Hi I’ve tried to format in dos mode but when I go from c command prompt to a command prompt with the floppy in drive it says a error message it doesn’t give me the a command prompt so I can’t do anything with the disk that’s why I’ve been trying in windows

New to DOS, huh? Do not switch drive to A: if it's not formatted. You need to run format command from C: (or any other drive you're on that DOS booted up from). That's why you give A: as a parameter to the format command, so that it knows what you want to format (obviously not the current drive).

FYI format command will not run without explict drive designation, so typing it and pressing enter by accident is not going to destroy your C: content. Plus it should ask for confirmation anyway. So, boot to pure DOS (don't use the command prompt from inside Windows), then just type FORMAT A: /U
If the command is not found it might be not in the PATH variable. In that case figure out where FORMAT is (C:\DOS for example) and change the working directory first with CD <dir_name>.

Hi i typed what you said to type in dos mode definitely gives me the option to format disk but every disk I format in dos mode seems to give me this error message I’ve taken a screenshot for you

Reply 16 of 84, by kotel

User metadata
Rank Oldbie
Rank
Oldbie
jude1977 wrote on 2024-07-02, 15:09:

Hi i typed what you said to type in dos mode definitely gives me the option to format disk but every disk I format in dos mode seems to give me this error message I’ve taken a screenshot for you

Inspect the floppies for physical defects. Had the same error when I tried to format a 1.44mb 3.5" that had deep scratches near sector 0.

"All my efforts were in vain...
Let that be my disappointment."
-Kotel

Reply 17 of 84, by jude1977

User metadata
Rank Member
Rank
Member
jude1977 wrote on 2024-07-02, 15:09:
Deunan wrote on 2024-07-02, 14:53:
New to DOS, huh? Do not switch drive to A: if it's not formatted. You need to run format command from C: (or any other drive you […]
Show full quote
jude1977 wrote on 2024-07-02, 14:13:

Hi I’ve tried to format in dos mode but when I go from c command prompt to a command prompt with the floppy in drive it says a error message it doesn’t give me the a command prompt so I can’t do anything with the disk that’s why I’ve been trying in windows

New to DOS, huh? Do not switch drive to A: if it's not formatted. You need to run format command from C: (or any other drive you're on that DOS booted up from). That's why you give A: as a parameter to the format command, so that it knows what you want to format (obviously not the current drive).

FYI format command will not run without explict drive designation, so typing it and pressing enter by accident is not going to destroy your C: content. Plus it should ask for confirmation anyway. So, boot to pure DOS (don't use the command prompt from inside Windows), then just type FORMAT A: /U
If the command is not found it might be not in the PATH variable. In that case figure out where FORMAT is (C:\DOS for example) and change the working directory first with CD <dir_name>.

Hi i typed what you said to type in dos mode definitely gives me the option to format disk but every disk I format in dos mode seems to give me this error message I’ve taken a screenshot for you

I’ve tried multiple floppy discs as well

Reply 18 of 84, by Deunan

User metadata
Rank l33t
Rank
l33t
jude1977 wrote on 2024-07-02, 15:09:

Hi i typed what you said to type in dos mode definitely gives me the option to format disk but every disk I format in dos mode seems to give me this error message I’ve taken a screenshot for you

Back in the DOS days I would trash the floppy if it gave me such errors. But I was a bit too naive back then. You see, DOS is pretty stupid, but it tries hard and it actually makes things worse. In many cases DOS will look at the first sector of the floppy (even when using /U with format) to try and determine the floppy previous format. But not because it want's to format it again in the same way - no, that would be too smart. It just checks if you aren't trying to re-format to what it considers an invalid combination (like doing 720k on a 1.44M drive, on a floppy with a hole). The problem is, DOS often misunderstands what it finds and refuses to format a clean disk, or one formatted win non-DOS tools.

TL;DR: You now need to try non-DOS tool to make sure it isn't DOS stupidity preventing you from doing the format. I recommend FDFORMAT from FDFORM18 package. You can find it in FreeDOS, or just by running your favourite web search with "FDFORM18" keyword. In that package there will be FDFORMAT.EXE file, run that instead. Either just by typing FDFORMAT A: or try adding F120 at the end to that. See what that does.

Another way is to try and use a strong magnet to wipe the floppy but seeing how it's all rather new to you I'd suggest you keep your magnets away from your floppies for now. You can always revist that idea later if nothing else works.

Reply 19 of 84, by kotel

User metadata
Rank Oldbie
Rank
Oldbie
Deunan wrote on 2024-07-02, 16:14:

TL;DR: You now need to try non-DOS tool to make sure it isn't DOS stupidity preventing you from doing the format. I recommend FDFORMAT from FDFORM18 package. You can find it in FreeDOS, or just by running your favourite web search with "FDFORM18" keyword. In that package there will be FDFORMAT.EXE file, run that instead. Either just by typing FDFORMAT A: or try adding F120 at the end to that. See what that does.

You could also use image disk 1.20 to do it, although i still don't know how to use it (especially how to move sector 0 from bad area to good).

"All my efforts were in vain...
Let that be my disappointment."
-Kotel