![]() |
|
|
#1 |
![]() Join Date: Nov 2008
Location: Sydney, Australia
Posts: 757 (0.46/day)
Thanks: 490
Thanked 77 Times in 73 Posts
|
Ex WD MyBook shown as RAW
Hey all, hope you had a good Christmas!
![]() I've migrated my friends WD MYBook 2TB out of its enclosure into his PC as an internal SATA drive and its data is now inacessable. It appears as a RAW file system in disk management and I have run TestDisk to see what I could gather. The results are as follows (I'm not sure how to use spoilertags ) :![]() ![]() Any help would be much appreciated as always. My understanding is that the partition tables are corrupted as Easeus and RecoverMyFiles finds files but with incorrect names (FILE001.png, FILE002.png, etc). This could also be related to the mft records but I'm really stuck in the dark here. Thanks ![]() Ona
__________________
“As long as you bypass the quantum septicular rings and interconnect the transmission module 3/4 the way down the flux capacitor you'll do just fine.” -Soylent Joe
“Don't go all flash. Your website would be a resource hog, slow down people's browsers and kill little baby seals.” -xbonez
Last edited by <<Onafets>>; Jan 2, 2013 at 11:27 AM. Reason: Missing bits of my riveting story. |
|
|
|
|
|
#2 |
![]() Join Date: Nov 2008
Location: Sydney, Australia
Posts: 757 (0.46/day)
Thanks: 490
Thanked 77 Times in 73 Posts
|
Bump for justice :3
__________________
“As long as you bypass the quantum septicular rings and interconnect the transmission module 3/4 the way down the flux capacitor you'll do just fine.” -Soylent Joe
“Don't go all flash. Your website would be a resource hog, slow down people's browsers and kill little baby seals.” -xbonez
|
|
|
|
|
|
#3 |
![]() Join Date: Nov 2006
Location: At your local vending machine
Posts: 1,914 (0.81/day)
Thanks: 121
Thanked 419 Times in 368 Posts
|
If you put the drive back in the enclosure, can you access the data then?
I've had several WD drives suddenly show RAW and I couldn't get it to format or anything.
__________________
My FS/FT Thread
HEATWARE Xfire Steam ID Certs: MCTS, MCITP, HP APS Server: AMD Opteron 170 @2.95GHz | 4GB DDR 3-3-2-7 | 1x Samsung SPT 500GB, 2x WD Black 2TB, 2x 1.5TB Western Digital MyBook |
|
|
|
| The Following User Says Thank You to A Cheese Danish For This Useful Post: |
|
|
#4 |
![]() Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,247 (8.85/day)
Thanks: 1,269
Thanked 1,324 Times in 982 Posts
|
How about in a Linux LiveCD? You sure it's not just Windows? Obviously you will want to back up your stuff before playing with it so you might want to throw it back in the enclosure to get your stuff back, then maybe try nuking it. When I "nuke it" I mean format, of course.
Mounting the drive in linux lets your force file systems and such. It may be more forgiving if the enclosure doesn't help.
__________________
MyHeat |
|
|
|
| The Following User Says Thank You to Aquinus For This Useful Post: |
|
|
#5 | ||
![]() Join Date: Nov 2008
Location: Sydney, Australia
Posts: 757 (0.46/day)
Thanks: 490
Thanked 77 Times in 73 Posts
|
Quote:
Will a SATA to USB adapter do the same thing? If so I'll have to buy one because I don't have any drive enclosures lying around.Quote:
__________________
“As long as you bypass the quantum septicular rings and interconnect the transmission module 3/4 the way down the flux capacitor you'll do just fine.” -Soylent Joe
“Don't go all flash. Your website would be a resource hog, slow down people's browsers and kill little baby seals.” -xbonez
|
||
|
|
|
|
|
#6 | |
![]() Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,247 (8.85/day)
Thanks: 1,269
Thanked 1,324 Times in 982 Posts
|
Quote:
Just use regular parted. Find out what it has to say. Example: Code:
~$ ls -l /dev/sd* brw-rw---- 1 root disk 8, 0 Jan 2 07:33 /dev/sda brw-rw---- 1 root disk 8, 1 Dec 12 08:05 /dev/sda1 brw-rw---- 1 root disk 8, 2 Dec 12 08:05 /dev/sda2 brw-rw---- 1 root disk 8, 3 Dec 12 08:05 /dev/sda3 ~$ sudo parted -l /dev/sda Model: ATA WDC WD800JD-60JR (scsi) Disk /dev/sda: 80.0GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 1049kB 8000MB 7999MB primary ext2 boot 2 8000MB 24.0GB 16.0GB primary linux-swap(v1) 3 24.0GB 80.0GB 56.0GB primary ext4 Code:
sudo mkdir /mnt/ext mount -t vfat /dev/sdb1 /mnt/ext
__________________
MyHeat |
|
|
|
|
| The Following User Says Thank You to Aquinus For This Useful Post: |
|
|
#7 |
![]() Join Date: Nov 2008
Location: Sydney, Australia
Posts: 757 (0.46/day)
Thanks: 490
Thanked 77 Times in 73 Posts
|
Here is what parted has to say about this drive:
Code:
Model: ATA WDC WD20EARX-00P (scsi) Disk /dev/sdb: 2000GB Sector size (logical/physical): 512B/4096B Partition Table: msdos Number Start End Size Type File system Flags 1 1049kB 2000GB 2000GB primary Code:
jack@jack:~$ sudo mount -t ntfs-3g /dev/sdb1 /mnt/ext NTFS signature is missing. Failed to mount '/dev/sdb1': Invalid argument The device '/dev/sdb1' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? jack@jack:~$ sudo mount -t ntfs-3g /dev/sdb /mnt/ext NTFS signature is missing. Failed to mount '/dev/sdb': Invalid argument The device '/dev/sdb' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? Code:
jack@jack-To-be-filled-by-O-E-M:~$ sudo mount -t vfat /dev/sdb1 /mnt/ext
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
jack@jack-To-be-filled-by-O-E-M:~$ sudo mount -t vfat /dev/sdb /mnt/extmount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Also this:
__________________
“As long as you bypass the quantum septicular rings and interconnect the transmission module 3/4 the way down the flux capacitor you'll do just fine.” -Soylent Joe
“Don't go all flash. Your website would be a resource hog, slow down people's browsers and kill little baby seals.” -xbonez
Last edited by <<Onafets>>; Jan 2, 2013 at 02:10 PM. |
|
|
|
|
|
#8 |
![]() Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,247 (8.85/day)
Thanks: 1,269
Thanked 1,324 Times in 982 Posts
|
I take it that just a regular mount doesn't work either?
Code:
sudo mount /dev/sdb1 /mnt/ext Code:
sudo fdisk -l /dev/sdb
__________________
MyHeat |
|
|
|
| The Following User Says Thank You to Aquinus For This Useful Post: |
|
|
#9 |
![]() Join Date: Nov 2008
Location: Sydney, Australia
Posts: 757 (0.46/day)
Thanks: 490
Thanked 77 Times in 73 Posts
|
I take it that just a regular mount doesn't work either?
Code:
mount: you must specify the filesystem type Code:
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x4869c773 Device Boot Start End Blocks Id System /dev/sdb1 2048 3907026943 1953512448 6 FAT16 Neither did I lol. Any ideas? So far data recovery has proven insufficient at this stage ![]() FAT16 is a worry because most files on the drive were over 4GB which is the limit for FAT32. Everything is probably destroyed under FAT16's file size limits.
__________________
“As long as you bypass the quantum septicular rings and interconnect the transmission module 3/4 the way down the flux capacitor you'll do just fine.” -Soylent Joe
“Don't go all flash. Your website would be a resource hog, slow down people's browsers and kill little baby seals.” -xbonez
Last edited by <<Onafets>>; Jan 3, 2013 at 12:35 PM. |
|
|
|
|
|
#10 |
![]() Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,247 (8.85/day)
Thanks: 1,269
Thanked 1,324 Times in 982 Posts
|
You could always check SMART to see if the drive is failing but beyond that I don't know what's going on. I would say try re-creating the partition table and formatting the drive, but that doesn't give you a backup.
__________________
MyHeat |
|
|
|
| The Following User Says Thank You to Aquinus For This Useful Post: |
|
|
#11 |
![]() Join Date: Nov 2008
Location: Sydney, Australia
Posts: 757 (0.46/day)
Thanks: 490
Thanked 77 Times in 73 Posts
|
Smart tests all come up as ok so no dice there unfortunately. What's the best way to go about partition table recreation?
Thanks for all the help so far!
|
|
|
|
|
|
#12 |
![]() Join Date: Nov 2006
Location: At your local vending machine
Posts: 1,914 (0.81/day)
Thanks: 121
Thanked 419 Times in 368 Posts
|
Supposedly this tool will help you recover the data off the drive.
It may/may not recover the partition that was lost though
__________________
My FS/FT Thread
HEATWARE Xfire Steam ID Certs: MCTS, MCITP, HP APS Server: AMD Opteron 170 @2.95GHz | 4GB DDR 3-3-2-7 | 1x Samsung SPT 500GB, 2x WD Black 2TB, 2x 1.5TB Western Digital MyBook |
|
|
|
| The Following User Says Thank You to A Cheese Danish For This Useful Post: |
|
|
#13 |
![]() |
some of the mybook drives have controller level encryption what happens if you put it back in the enclosure ?
__________________
I am not here to be nice, I am not here to be polite BUT I am here to help ...
|
|
|
|
| The Following User Says Thank You to OneMoar For This Useful Post: |
|
|
#14 | |
![]() Join Date: Nov 2008
Location: Sydney, Australia
Posts: 757 (0.46/day)
Thanks: 490
Thanked 77 Times in 73 Posts
|
Quote:
![]() The original enclosure was destroyed and got thrown out (stupid I know). Will any mybook enclosure suffice? I might be able to purchase a case off ebay or something.
__________________
“As long as you bypass the quantum septicular rings and interconnect the transmission module 3/4 the way down the flux capacitor you'll do just fine.” -Soylent Joe
“Don't go all flash. Your website would be a resource hog, slow down people's browsers and kill little baby seals.” -xbonez
|
|
|
|
|
|
|
#15 | |
![]() |
Quote:
__________________
I am not here to be nice, I am not here to be polite BUT I am here to help ...
|
|
|
|
|
| The Following User Says Thank You to OneMoar For This Useful Post: |
|
|
#16 | |
![]() Join Date: Nov 2008
Location: Sydney, Australia
Posts: 757 (0.46/day)
Thanks: 490
Thanked 77 Times in 73 Posts
|
Quote:
And I'm also assuming Western Digital won't tell me any more about if they encrypt their usb controllers :/
__________________
“As long as you bypass the quantum septicular rings and interconnect the transmission module 3/4 the way down the flux capacitor you'll do just fine.” -Soylent Joe
“Don't go all flash. Your website would be a resource hog, slow down people's browsers and kill little baby seals.” -xbonez
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nvidia 7200GS not shown | redguy_94 | Comments & Feedback | 0 | Jun 27, 2008 02:12 PM |
| MyBook crapped out - couple questions. | xazraelx | Storage | 14 | Apr 15, 2008 03:59 PM |
| Help with my WD MyBook Pro... | Exavier | General Hardware | 2 | Dec 27, 2007 09:39 PM |
| MyBook backups and OS, a story with no pictures | Atnevon | General Hardware | 0 | Sep 11, 2007 05:02 PM |
| SuperMicro Sossaman board shown | DanTheBanjoman | News | 0 | Dec 11, 2005 01:14 PM |