G
Guest
Guest
Archived from groups: comp.sys.ibm.pc.hardware.storage (More info?)
I have a Maxtor 20GB drive that developed bad sectors some time ago due to a
power glitch. It contains a FAT32 volume, which does not mount in Win2K because
of bads in the FAT. Findpart ran for an hour before I gave up on it.
My first idea was to copy the FATs to a file and work on that. I used GNU dd:
dd if=//./R: of=image conv=noerror,sync count=40000
That took 3 hours. I expect bad sectors to be replaced with zeros or garbage,
but instead I got the data from the bad sectors!
Do most IDE drives return the bad data with single sector Read DMA? I know Read
Long will (if supported), but you need do this from DOS with your own driver.
There were 1807 bads in the 2*19521 FATs. No new bads, but SMART reports
reallocations.
I will followup on how I processed the image.
I have a Maxtor 20GB drive that developed bad sectors some time ago due to a
power glitch. It contains a FAT32 volume, which does not mount in Win2K because
of bads in the FAT. Findpart ran for an hour before I gave up on it.
My first idea was to copy the FATs to a file and work on that. I used GNU dd:
dd if=//./R: of=image conv=noerror,sync count=40000
That took 3 hours. I expect bad sectors to be replaced with zeros or garbage,
but instead I got the data from the bad sectors!
Do most IDE drives return the bad data with single sector Read DMA? I know Read
Long will (if supported), but you need do this from DOS with your own driver.
There were 1807 bads in the 2*19521 FATs. No new bads, but SMART reports
reallocations.
I will followup on how I processed the image.