In this topic, I will try to put as much information as I can about my problem, to see if you can help me.
Thank you anyway so far.
-------
I have an external hard disk, Seagate Expansion Desktop Drive, with a Seagate Barracuda 3000 GB hard disk, model ST300DM001, with a single partition, formatted in ext4 (it has been formatted in NTFS before).
This hard disk had a problem with the power supply (the power supply burned out) during a power surge caused by the local provider where I live.
Ok, I bought a new power supply, with the same voltage and current specifications to replace the burned-out power supply and I made the change, where I could see the disk spinning again, but to my despair, there are no partitions on it...
Here at home, I have computers with Windows and Linux and I'm using Linux to try to recover my ext4 partition with testdisk...
When I run the command "sudo fdisk -l", I have the following information:
Code: Select all
Disk /dev/sdb: 2.73 TiB, 3000592977920 bytes, 73256645 sectors
Disk model: Expansion Desk
Units: sectors of 1 * 4096 = 4096 bytes
Sector Size:(logical / physical): 4096 bytes / 4096 bytes
I/O Size: (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel typ: dos
Disk Identifier: 0x6645f9080
Next, I can identify my disk in the list shown as:
Code: Select all
"Disk /dev/sdb - 3000 GB / 2794 GiB - ASMedia Expansion Desk"
Testdisk shows me 2 options in the list that I put below, but a message worries me:
Code: Select all
TestDisk 7.1, Data Recovery Utility, July 2019
Christophe GRENIER <grenier@cgsecurity.org>
https://www.cgsecurity.org
Disk /dev/sdb - 3000 GB / 2794 GiB - CHS 357698 64 32
The harddisk (3000 GB / 2794 GiB) seems too small! (< 6001 GB / 5589 GiB)
Check the harddisk size: HD jumper settings, BIOS detection...
The following partitions can't be recovered:
Partition Start End Size in sectors
> HPFS - NTFS 357698 19 21 715396 37 10 732566070
HPFS - NTFS 357698 31 32 715396 55 31 732566272
[ Continue ]
NTFS, blocksize=4096, 3000 GB / 2794 GiB
Code: Select all
TestDisk 7.1, Data Recovery Utility, July 2019
Christophe GRENIER <grenier@cgsecurity.org>
https://www.cgsecurity.org
Disk /dev/sdb - 3000 GB / 2794 GiB - CHS 357698 64 32
Warning: the current number of heads per cylinder is 64
but the correct value may be 255.
You can use the Geometry menu to change this value.
It's something to try if
- some partitions are not found by TestDisk
- or the partition table can not be written because partitions overlap.
[ Continue ]
The important thing is that, at least since the power supply burned out, I've only replaced it with a similar one and haven't burned anything to the hard drive—I think that's important.