MultiDrive – free backup, clone & wipe disk utility from Atola Technology

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 19 posts ] 
Author Message
 Post subject: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 3rd, 2014, 16:08 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
Hi all.

I've recently bought a new SSD and installed a Windows 7 Ultimate on it. I then formatted my internal 500GB HDD where the former Windows used to live.
For some reasons after I re-installed Windows my Seagate External USB 4TB HDD turned RAW.

Symptoms:
1) In windows Disk Management the drive's file system is "RAW".
2) Shows in windows explorer with a letter "H:".
3) Not accessible / "Do you want to format the drive?" warnings appear when trying to access the drive.
4) Same things happen when the drive is connected to my laptop so it's the not the computer, it's the disk that's malfunctioning.

Diagnostics test I ran:

TestDisk:
It actually lists the drive twice. both as "dev/sdc" and as "Drive H:".
I don't really know with which to go or whether I should choose the recommended "none" partition type or "intel" type(since I'm pretty sure it was NTFS).
here's the screen of the list and the analayze->deep search I did for the "dev/sdc".

Image

Seagate Seatools:
Failed both the short self drive test and the long generic.

both of them failed/found an error in the 1st minutes, even seconds of the tests so I'm guessing the the boot sector is wrong but I'm not sure about it, nor am I sure about what's the best way to fix it.

Thanks in advance for any help,
ZBBZ.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 3rd, 2014, 16:53 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
Did you perhaps remove the drive from the enclosure, attach it to your motherboard's SATA port, and then reinstall it in the enclosure?

TestDisk is telling you that the "FAT 16" partition ends at Cylinder/Head/Sector = 383202/26/14.

If the sector size were 512 bytes, then the required capacity would be approximately ...

383202 x 255 x 63 x 512 bytes = 3.15TB

Alternatively, if the sector size were 4096 bytes, then the required capacity would be approximately ...

383202 x 255 x 63 x 512 x 8 bytes = 25.2TB

Seagate's external 3TB+ drives are configured with 4KB sector sizes. The above scenario is what happens when you swap drives between dissimilar enclosures or partition them inside your computer.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 3rd, 2014, 17:02 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
I didn't do anything of the sort...
I just installed windows on the SSD. perhaps testdisk is showing that because I ran the test on the "dev/sdc" and not on H: ?


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 3rd, 2014, 18:14 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
ISTM that some tool which was unaware of the enclosure's actual sector size repartitioned the drive in the assumption that the sector size was 512 bytes. That's probably why TestDisk thinks that the partition is 8 times larger than it should be.

If it were my drive, I would use DMDE (http://dmde.com) to locate the original partition structure, if it still exists. Then I would confirm that the files are still intact, after which I would reinstate the original partition table.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 3rd, 2014, 18:21 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
Thanks for the help fzabkar.

Before I use dmde:
When I use testdisk and choose drive H: -> choose the suggested "none" filesystem type -> testdisk sugggests "advanced" -> and then it suggests "boot" for boot sector recovery.

Should I do it?


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 3rd, 2014, 19:30 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
I wouldn't use TestDisk to write on the drive. DMDE will give us a much clearer picture of the state of the file system(s).

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 3rd, 2014, 20:52 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
OK.

Can you guide me a lil' on what do do with DMDE ?
It's not that I want to silver-spooned it's just that I'd hate doing something reckless and irreversible because of my lack of understanding.

Does it matter if I choose it as logical drive or physical drive?
and how should I go about "locate the original partition structure, if it still exists. Then I would confirm that the files are still intact, after which I would reinstate the original partition table." ?


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 4th, 2014, 0:42 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
Launch DMDE. Make sure the "Show Partitions" box is checked. DMDE will then attempt to find all the partitions, both present and past. Show us what you see in the Partitions window.

Now close the Partitions window and show us sector 0. You should see a partition table with all your current partitions.

Select Mode -> Hexadecimal and show us LBA 0 in hex mode.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 4th, 2014, 12:52 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
How's that?

Image

Image

The rest of LBA0 is zeroed out...

thanks fzabkar


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 4th, 2014, 20:19 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
The drive has a single NTFS 4TB MBR partition with a sector size of 4096 bytes. That appears to be perfectly OK. I don't know where TestDisk is getting its information, but in any case it appears bogus.

If you double-click the Primary (A) partition, do you see your file system?

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 5th, 2014, 6:42 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
as far as I can tell yes, here's the screen.
I laso added an example error that occurs when I'm trying to access the files in MDME or run NTFS search:
Image


If it looks OK than what could possibly be the problem? 'cause the disk is still listed as RAW and is still inaccessible through windows where it prompts for formatting the drive... :(


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 6th, 2014, 0:24 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
If you can see your file/folder structure, then try to recover your most important files. You could also try mounting the damaged file system from a Ubuntu Live CD.

ISTM that the partition table and boot sector are OK. AFAICT the file system corruption does not lend itself to a simple manual repair. The damage also appears to be compounded by bad sectors.

Could we see a SMART report, eg with CrystalDiskInfo or HD Sentinel?

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 6th, 2014, 4:15 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
I can see the files listed in MDME like this:
Image

But I can't access them through the $root/metadata/ntfs search etc.
Should I recover or reconstruct the file system with MDME ?

Smart report, crystaldiskinfo:
Image

I'll post an update on how it went with Ubuntu later.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 6th, 2014, 13:35 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
No sucess with ubuntu
[Sorry for the DP but I can't edit my previous post]


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 6th, 2014, 13:37 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
[Posted again by mistake, admins pls delete]


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 6th, 2014, 16:54 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
CrystalDiskInfo is indicating that your drive has significant media/head problems. Your best DIY chance would be to clone your drive with a tool such as ddrescue that understands how to work with bad media, and then use data recovery software on the clone.

You would improve your chances immensely if you could disable retries and reallocation as explained in the following thread, but you would need to remove the drive from its enclosure and connect to its serial diagnostic port.

http://malthus.zapto.org/viewtopic.php?f=83&t=557

As for DMDE, if you can't see your files by double-clicking $Root, then that would suggest that the MFT is broken early on. The MFT begins at cluster #786432, and the MFTMirror is located at cluster #2. You could view and compare these clusters.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: August 7th, 2014, 6:46 
Offline
User avatar

Joined: August 13th, 2008, 13:10
Posts: 811
Location: World
Hi ZooBooBooZoo

fzabkar is on true; you need clone your drive as soon as posible because you have media/head problems, and maybe your HDD go worst.

see pic


Attachments:
Crystal_Disk_Info.jpg
Crystal_Disk_Info.jpg [ 134.5 KiB | Viewed 13033 times ]
Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: September 17th, 2014, 9:00 
Offline

Joined: August 3rd, 2014, 15:33
Posts: 10
Location: Right Here
Hey guys, I wasn't near my HD in A WHILE but now I am and I want to continue with the fixing operation.

Is DDRescue the best option for cloning? also: do I have the clone the whole 4TB or can I clone just a part of it? say the images folder. I don't have enough space to clone the 4TB so cloning the full 4TB might become a problem. also: I don't need everything on the drive, mostly a few dozens or hundreds of pictures.

fzabkar wrote:
You would improve your chances immensely if you could disable retries and reallocation as explained in the following thread, but you would need to remove the drive from its enclosure and connect to its serial diagnostic port.

http://malthus.zapto.org/viewtopic.php?f=83&t=557

How would I go about it? (the link is dead...)


Top
 Profile  
 
 Post subject: Re: Seagate External USB 4TB HDD Turns RAW
PostPosted: September 17th, 2014, 13:35 
Offline
User avatar

Joined: August 13th, 2008, 13:10
Posts: 811
Location: World
domain change. try:
http://www.alexsoft.org/viewtopic.php?f=83&t=557


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 60 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group