4TB Ext USB, NTFS became RAW, and fix

How to use TestDisk to recover lost partition
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
alome
Posts: 1
Joined: 05 Mar 2019, 23:43

4TB Ext USB, NTFS became RAW, and fix

#1 Post by alome »

I had a 4TB Seagate external USB data-only disk, and damaged my USB enclosure's PCB side connector (dual/wide ugly usb 3 type).
I bought a USB C connector based external enclosure, since I needed to buy a new enclosure anyway.

Disk attached to Win10 showed up as RAW 0bytes, but Win Disk Management showed 2TB disk.
google brought me to this tool testdisk, thankfully !

ran the Analyze-->Deep Search-->Saw all my files-->write partition table-->reboot
I could now list (p) my files through testdisk, so knew I had possibility of copying files away, but didnt want to do 2-3TB copying.

now Win10 could see 4TB second partition, but still RAW. First partition is tiny unused space.

went back to testdisk-->Advanced FS Utils-->Boot-->rebuild Boot Sector-->reboot
boot sector and copy, now both ok.

but disk still showing up as RAW, so still needs work.
went back to testdisk-->Advanced FS Utils-->Boot-->FIX MFT
gave error: main and backup MFT area corrupted.

found this article on NTFS fix on ubuntu, and ran
ntfsfix /dev/sdc2

This generated a MFT and backup MFT area.
I could now immediately mount ntfs on ubuntu, and see all my files !!

Now on Win10, disk was still showing as RAW.
I ran
chkdsk /f e:
rebooted twice as suggested by ntfsfix.

Disk is back to normal.

Thanks CG ! testdisk definitely had a big part in getting my partition table fixed.
This was done over 10 days, and unfortunately I did not keep logs, so cant go back and see why testdisk couldn't fix it all. But I got there eventually.
Last edited by alome on 06 Mar 2019, 14:59, edited 1 time in total.

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: 4TB Ext USB, NTFS became RAW, and fix

#2 Post by cgrenier »

Thanks for your feedback.
I have added a little note about ntfsfix in https://github.com/cgsecurity/testdisk_ ... system.rst

Locked