Search found 1 match

by Owl12
29 Dec 2022, 22:21
Forum: Partition Recovery
Topic: Drive Healthy Slow TestDisk Internal Read/Analyse
Replies: 7
Views: 5609

Re: Drive Healthy Slow TestDisk Internal Read/Analyse

I also initiallized / initialisiert my 6TB HDD EXT4 formated accidentally on Windows 10. The solution that helped me was
sudo fsck.ext4 -vy /dev/xxx
where xxx stands for the partition , with sudo fdisk -l I got the "xxx" , in my case it was sdd instead of xxx.
More details on the solution in this ...