Thanks for your help. I have tried a number of alternatives and most of them
say the floppy has nothing on it, which is even more strange as it was full.
Never mind.
Alan
http://www.google.com/search?hl=en&lr=lang_en&q=floppy+disk+data+recovery
Ben
On Fri, 29 Dec 2006 08:16:36 -0000, "Alan"
<alanguard2004-email@btinternet.com> put finger to keyboard and
composed:
>Thanks for your help. I have tried a number of alternatives and most of them
>say the floppy has nothing on it, which is even more strange as it was full.
[quoted text clipped - 10 lines]
>> Thanks
>> Alan
You can use the following procedure, from a DOS prompt, to dump the
first sector of the root directory.
debug
-L 100 0 12 1
-D 100 2ff
-Q
If your data is not sensitive, I would be happy to help you recover it
... if you could send me an image of your diskette. Otherwise I
suggest you find a utility to image your diskette to a 1.44MB file on
your hard disc and then use an editor to search for text strings,
assuming your data are documents.
One such utility is Diskcopy.exe which ships with FreeDOS:
http://users.pandora.be/imre/FreeDOS/dkcp092x.zip
The following command creates an image file named floppy.img:
diskcopy a: floppy.img
You could view this file with DOS Edit as follows:
edit /r /64 floppy.img
- Franc Zabkar

Signature
Please remove one 'i' from my address when replying by email.
Franc Zabkar - 29 Dec 2006 21:16 GMT
>You can use the following procedure, from a DOS prompt, to dump the
>first sector of the root directory.
>
> debug
> -L 100 0 12 1
Sorry, that should have been ...
-L 100 0 13 1
> -D 100 2ff
> -Q
- Franc Zabkar

Signature
Please remove one 'i' from my address when replying by email.