Link to home
Start Free TrialLog in
Avatar of David_M_Silverman
David_M_Silverman

asked on

Need to copy a 5-year old 1.44 floppy that has two FAT's

I have a relatively old diskette (5 years) that appears to have two FAT's. If I make a copy it appears to be normally completed and is readable, but it will not function accurately. Aren't there programs out there that copy bit by bit along the surface of the disk without regard to the content?
Thanks,
Dave
ASKER CERTIFIED SOLUTION
Avatar of ticktacksir
ticktacksir

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
DiskCopy?
> Aren't there programs out there that copy bit by bit along the surface of the disk without regard to the content?

I think this goes against grain of possibility that a bad sector is on either disk. Most images won't/can't accomodate.

Dos itself provides two FATs.
Try?:   Format  A:  /u   /s

Could be OS dependent. What OS? (ver)

> but it will not function accurately

Protected? You think it looks for specific info in specific sector?

Define not functioning.

Also (consider) telling us the app may help get an answer to getting you a good one.
Avatar of kiranghag
kiranghag

if you are using win2k, NT or xp to read the floppies, dont do it.
these os' are very pick about the floppy condition.
try to copy the files on win9x computer..

>>but it will not function accurately
what error do you get??
if u get error in EXE file, the file is corrupt on disk.

try to run the program from the disk itself without copying...

which software u are copying btw??
Under DOS/Windows Disk Dupe and WinImage are good. Under Linux you could try the following:

cp \fda \home\image.dat

this will copy diskette image from \fda device to image.dat file.

cp \home\image.dat \fda

this will copy image.dat to another diskette.
Hi!

Just a small comment:
In linux you can copy floppy by:
cp /dev/fd0 /tmp/test.img

For example, this image can be written back to floppy with winimage or rawrite in windows or as follows in linux:
cp /tmp/test.img /dev/fd0

Regards
/Hans - Erik Skyttberg
Avatar of Luc Franken
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

Answered by ticktacksir

Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

LucF
EE Cleanup Volunteer