I have an external HD formatted in ext4, which, after a power failure caused by the local provider, lost several folders and files...
I ran testdisk and after some time scanning, it found some information, but when I tried to access it, it was not possible...
Finally, it suggested the test below, but I am not able to run it correctly.
Code: Select all
Christophe GRENIER <grenier@cgsecurity.org>
https://www.cgsecurity.org
Disk /dev/sdc - 3000 GB / 2794 GiB - CHS 357698 64 32
Partition Start End Size in sectors
Linux 0 8 1 357698 35 21 732566389
superblock 0, blocksize=4096 []
superblock 32768, blocksize=4096 []
superblock 98304, blocksize=4096 []
superblock 163840, blocksize=4096 []
superblock 229376, blocksize=4096 []
superblock 294912, blocksize=4096 []
superblock 819200, blocksize=4096 []
superblock 884736, blocksize=4096 []
superblock 1605632, blocksize=4096 []
superblock 2654208, blocksize=4096 []
To repair the filesystem using alternate superblock, run
fsck.ext4 -p -b superblock -B blocksize device
I believe it is possible to recover something or even everything from this hard disk...
I have Windows machines and my laptop also has Linux Mint installed, so for ext4 partitions, I believe it is the best option to use at this time, do you agree?
Thanks...