Page 1 of 1
testdisk scan time
Posted: 06 Oct 2023, 07:40
by lizard3
hello, trying to check a 3T usb disks that seems bad. Disk has definitely bad sectors in it, windows does not format it. starts but after sometime it says the disk cannot be formated. The capacity is correct and the filesystem is recognized as RAW.
I ran TestDisk on a linux machine, started going, then got stuck at cylinder 99 for about 12 hours now. i am wondering it it hang but the disk light is flashing. Is this sort of times normal?
Re: testdisk scan time
Posted: 06 Oct 2023, 08:53
by recuperation
lizard3 wrote: 06 Oct 2023, 07:40
hello, trying to check a 3T usb disks that seems bad. Disk has definitely bad sectors in it,
Too avoid increasing dammage on your disk you should duplicate your bad disk using ddrescue as described in the manual. This will give you an overview about the total dammage in terms of unreadable sectors and you can watch first-hand how the recovery/duplication process slows down when ddrescue is confronted with unreadable sectors.
Afterwards you should duplicate your duplicate the same way. That will allow you to play with your second duplicate. Relying on being able to recreate a duplicate from a dammaged disk should be avoided because the outcome on a second run could contain less data. Creating the second duplicate should reach the sustained transfer speed of your drive as there are no more unreadable sectors involved.
windows does not format it. starts but after sometime it says the disk cannot be formated. The capacity is correct and the filesystem is recognized as RAW.
I ran TestDisk on a linux machine, started going, then got stuck at cylinder 99 for about 12 hours now. i am wondering it it hang but the disk light is flashing. Is this sort of times normal?
Which version of TestDisk do you use?
The behaviour you are experiencing is not normal.
If you run TestDisk on a duplicate, it should run through. You might experience slowdowns with ddrescue but this is what it has been build for: Dealing with disks that contain unreadable sectors.