Re: floppy disk problem
On Thu, 19 Jul 2007 15:30:05 -0700, b11_
<b11@discussions.microsoft.com> put finger to keyboard and composed:
>Floppy disks which function just fine one day are becoming unreadable the
>next day (a message appears on the screen indicating that the disk is not
>formatted). Seeking help on how to get the files from the floppy or what to
>do to make the floppies readable again.
Switch to an MS-DOS Prompt and type ...
dir a:\
This should produce a listing of the root directory.
You could also try ...
debug
-L 100 0 0 1
-d 100 2ff
-q
This will dump the boot sector of the diskette.
I don't know if this applies to you, but you might like to read this
MS article:
http://support.microsoft.com/kb/140060
It explains why some preformatted diskettes work fine with DOS and
Win95, but produce the "not formatted" error in Win98 and above.
Having said the above, I've just used Debug to zero the media
descriptor byte in the boot sector and in the first copy of the FAT.
Neither explorer.exe nor command.com complained, but scandisk did
detect a problem with this byte in the FAT.
- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.