andycrofts
07-05-2003, 03:35 PM
Hi, Folks. Been one of them disk-days.
Anne brought home a floppy that wouldn't read on her machine. Knowing that floppy drives easily go out of alignment, we tried it on a couple of machines at home, using both WIN-ME and the linux Mtools suite. No joy. All the time either (DOS) error reading A: or with linux/Mdir "i/o error"
Then, I read the manual for 'dd' and found a nice switch - "noerror"
Nothing to lose, so tried the following...(File name is "KASIT")
mount /mnt/floppy
dd if=/mnt/floppy/KASIT of=/home/andy/KASIT conv=noerror
Loadsa disk thrashing, thousands of errors, then, after a minute or so... dunk.... dunk.... dunk....(etc) as you expect a floppy to sound when healthy.
Looked at the file (mercifully, <CR>-separated plain text) - ALL OK!!!
Wrote back to a new floppy, and data recovered...
-Worth a try, if you're in the same boat.
-Andy
Anne brought home a floppy that wouldn't read on her machine. Knowing that floppy drives easily go out of alignment, we tried it on a couple of machines at home, using both WIN-ME and the linux Mtools suite. No joy. All the time either (DOS) error reading A: or with linux/Mdir "i/o error"
Then, I read the manual for 'dd' and found a nice switch - "noerror"
Nothing to lose, so tried the following...(File name is "KASIT")
mount /mnt/floppy
dd if=/mnt/floppy/KASIT of=/home/andy/KASIT conv=noerror
Loadsa disk thrashing, thousands of errors, then, after a minute or so... dunk.... dunk.... dunk....(etc) as you expect a floppy to sound when healthy.
Looked at the file (mercifully, <CR>-separated plain text) - ALL OK!!!
Wrote back to a new floppy, and data recovered...
-Worth a try, if you're in the same boat.
-Andy