How To Recover Data From WD My Book World Edition NAS Device
Forum » Forum / Backup & Recovery » How To Recover Data From WD My Book World Edition NAS Device
Started by: netviziernetvizier
On: 1221882860|%e %b %Y, %H:%M %Z|agohover
Number of posts: 30
rss icon RSS: New posts
Summary:
Model: WDG1NC10000
How To Recover Data From WD My Book World Edition NAS Device
netviziernetvizier 1221882860|%e %b %Y, %H:%M %Z|agohover

I have a single-drive 1TB Western Digital (WD) World Edition NAS device. Recently, something happenned to the device and it stopped working, but not before I had moved significant amounts of important data to the drive. I opened the device and connected the hard drive directly to my computer via a USB-SATA adapter. This is a step by step guide explaining how to recover data from the drive, just as I did:

1) Unfortunately, Windows XP is unable to see the drive because it is not in a format recognized by the operating system. So, instead burn yourself a Live CD of Ubuntu and boot to it.

2) Launch a terminal session and issue the following commands:

$ sudo modprobe md
$ sudo mknod /dev/md4 b 9 4
$ sudo apt-get install mdadm
$ sudo mdadm --assemble /dev/md4 /dev/sdb4
$ sudo mkdir /media/xyz
$ sudo mount /dev/md4 /media/xyz
$ sudo chmod -R 777 /media/xyz

3) Now you should be able to see your data by browsing to /media/xyz.

This is what worked for me. Please note that the process is slightly different for the two-drive models.

Good luck!

nv

PS: For what it's worth, I now use a Buffalo Linkstation Pro Duo 2TB NAS device with RAID mirroring.

Last edited on 1232394235|%e %b %Y, %H:%M %Z|agohover By kevku + Show more
Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
fraterfrater 1221893536|%e %b %Y, %H:%M %Z|agohover

This Bufallo looks good on paper, but is in a totally different price-range. How does it perform in the real world? They bought something like that at work from Intel which even had RAID 5, but heard it didn't perform to expectations….

And the most important question of all…… Can it be hacked?

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
netviziernetvizier 1221964582|%e %b %Y, %H:%M %Z|agohover

Performance on the Buffalo NAS is great — much much faster than anything I was ever able to get out of the WD NAS. I highly recommend it, because in the end you get what you pay for, and if you have valuable data, you will probably need to spend $200 - $500 on a good redundant NAS solution depending upon how much disk space you need. To respond specifically to your statement: it is performing beyond my expectations.

With regard to whether it can be hacked: I'd wager yes, probably so. But, in all fairness, I would ask why? What is it that you want to do with it that it can't already do out of the box, and do well? You want a media server? It's got it. You want an FTP server? It's got it. The list goes on and on. Look into it — you might be pleasantly surprised.

Thanks,

nv

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
ETMegabyteETMegabyte 1222295233|%e %b %Y, %H:%M %Z|agohover

There are a million reasons why it needs to be hacked! ;)

Personally, I don't like having a NAS box that I don't have SSH access to. Web configuration is nice, but never has all of the options that I'd like to see… 99% of the people who will buy one just want a place to store files, the other 1% are people like me (and others on this site) who like to find out what "else" this box can do…

For example. My MBWE2 is used mostly for storing files. I can set that up in the web interface, but I personally have a couple of shares that are not visible, which is not an option in the web interface. Not only do I want the share to only be accessible by certain users (which is an option in the web interface), but I don't want it showing up on the list either when someone browses to the box (not an option without SSH access)…

Hacking the Buffalo box may be for something equally simple, or maybe it'd be determined that it would run a bittorrent client better than an MBWE2, or any number of other possibilities.

Just my $.02

-ET

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
fraterfrater 1222313155|%e %b %Y, %H:%M %Z|agohover

Much faster is still not really fast….

What's the raw ftp-speed?
If it has a gigabit interface the maximum speed possible would be around 100 MB/s…..
A 30 MB/s would be nice….

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229656789|%e %b %Y, %H:%M %Z|agohover

I followed your directions to get the data from the faulty SATA drive in the MBWE drive I own. Got through most everything all right, but can't see any images in the xyz folder. Drive is now mirrored on My Computer as an external USB drive, but clicking gives failed mount error and the final two steps in your directions indicated a glitch :(

here's the readout —-

ubuntu@ubuntu:~$ sudo mount /dev/md4 /media/xyz
mount: you must specify the filesystem type

Have you got a fix for this?

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
alephsmithalephsmith 1229676661|%e %b %Y, %H:%M %Z|agohover

From the mount man pages:

The standard form of the mount command, is
mount -t type device dir

Try using the option -t ext3 to tell Ubuntu what format the filesystem is in.

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229732231|%e %b %Y, %H:%M %Z|agohover

here's the response —-
ubuntu@ubuntu:~$ sudo mount option-t ext3
mount: mount point ext3 does not exist

please advise…

give the program language line by line, please. I'm not Ubuntu savy

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
alephsmithalephsmith 1229732929|%e %b %Y, %H:%M %Z|agohover
$ sudo mkdir /media/xyz
$ sudo mount -t ext3 /dev/md4 /media/xyz

What this does:
1) Makes a directory called /media/xyz, this is where you will mount your drive to.
2) Mounts the ext3 filesystem on the device called /dev/md4 at the location /media/xyz
Once the drive is mounted you should be able to access the flesystem at /media/xyz. Ubuntu will usually automount the filesystem, but because it is marked as linux raid rather than ext3 it has a little trouble.

Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229741158|%e %b %Y, %H:%M %Z|agohover

ubuntu@ubuntu:~$ sudo mkdir /media/xyz
mkdir: cannot create directory ‘/media/xyz’: File exists
ubuntu@ubuntu:~$ sudo mount -t ext3 /dev/md4 /media/xyz
mount: wrong fs type, bad option, bad superblock on /dev/md4,
missing codepage or helper program, or other error
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
In some cases useful info is found in syslog - try
dmesg | tail or so

Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229747580|%e %b %Y, %H:%M %Z|agohover

attempted restart to see if that would clear system issues
attempted to re-run terminal session from beginning and got the following —-
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ sudo modprobe md
ubuntu@ubuntu:~$ sudo mknod /dev/md4 b 9 4
ubuntu@ubuntu:~$ sudo apt-get install mdadm
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following extra packages will be installed:
bsd-mailx exim4-base exim4-config exim4-daemon-light mailx
Suggested packages:
eximon4 exim4-doc-html exim4-doc-info libmail-spf-query-perl swaks
Recommended packages:
mail-transport-agent
The following NEW packages will be installed:
bsd-mailx exim4-base exim4-config exim4-daemon-light mailx mdadm
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 2122kB of archives.
After this operation, 4665kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://archive.ubuntu.com intrepid/main exim4-config 4.69-5ubuntu2 [312kB]
Get:2 http://archive.ubuntu.com intrepid/main exim4-base 4.69-5ubuntu2 [984kB]
Get:3 http://archive.ubuntu.com intrepid/main exim4-daemon-light 4.69-5ubuntu2 [425kB]
Get:4 http://archive.ubuntu.com intrepid/main bsd-mailx 8.1.2-0.20071201cvs-3 [159kB]
Get:5 http://archive.ubuntu.com intrepid/main mailx 1:20071201-3 [8296B]
Get:6 http://archive.ubuntu.com intrepid/main mdadm 2.6.7-3ubuntu8 [233kB]
Fetched 2122kB in 8s (239kB/s)
Preconfiguring packages …
Selecting previously deselected package exim4-config.
(Reading database … 102335 files and directories currently installed.)
Unpacking exim4-config (from …/exim4-config_4.69-5ubuntu2_all.deb) …
Selecting previously deselected package exim4-base.
Unpacking exim4-base (from …/exim4-base_4.69-5ubuntu2_i386.deb) …
Selecting previously deselected package exim4-daemon-light.
Unpacking exim4-daemon-light (from …/exim4-daemon-light_4.69-5ubuntu2_i386.deb) …
Selecting previously deselected package bsd-mailx.
Unpacking bsd-mailx (from …/bsd-mailx_8.1.2-0.20071201cvs-3_i386.deb) …
Selecting previously deselected package mailx.
Unpacking mailx (from …/mailx_1%3a20071201-3_all.deb) …
Selecting previously deselected package mdadm.
Unpacking mdadm (from …/mdadm_2.6.7-3ubuntu8_i386.deb) …
Processing triggers for man-db …
Processing triggers for doc-base …
Processing 23 changed, 5 added doc-base file(s)…
Registering documents with scrollkeeper…
Setting up exim4-config (4.69-5ubuntu2) …
Adding system-user for exim (v4)

Setting up exim4-base (4.69-5ubuntu2) …

Setting up exim4-daemon-light (4.69-5ubuntu2) …
* Starting MTA [ OK ]

Setting up bsd-mailx (8.1.2-0.20071201cvs-3) …

Setting up mailx (1:20071201-3) …
Setting up mdadm (2.6.7-3ubuntu8) …
Generating array device nodes… done.
Generating mdadm.conf… done.
Removing any system startup links for /etc/init.d/mdadm-raid …
update-initramfs is disabled since running on a live CD
* Starting MD monitoring service mdadm —monitor [ OK ]

ubuntu@ubuntu:~$ sudo mdadm -assemble /dev/md4 dev/sdb4
mdadm: option -s not valid in manage mode
ubuntu@ubuntu:~$

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
sringenbergsringenberg 1233787600|%e %b %Y, %H:%M %Z|agohover

How is it different for a two-drive model?

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
Nova1981Nova1981 1257190576|%e %b %Y, %H:%M %Z|agohover

Hi!

I'm new at this…
When I type "sudo modprobe md" i get:
"FATAL: Module md not found"
I have an akasa SATA to USB unit.

I'm starting to panic, I have to get some files from the disk…

Please help me!

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
jcy110jcy110 1260999015|%e %b %Y, %H:%M %Z|agohover

Checkout ebay auctions from user datamajic

This guy has a listing to check out your hard drive for 20.00 and if data is recoverable it only costs 500.00

The recovered folders /files are send back on a USB 2.0 external hard drive.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=120506191215&ssPageName=STRK:MESELX:IT

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
airfoxblueairfoxblue 1264570242|%e %b %Y, %H:%M %Z|agohover

Hello Everyone, it seem like a long time nobody has posted anything here, but here I go, I need HELP!

I have a WD II , 2 500GB drives with Raid 0, so I have 1 TB of storage. Basically, I wiped a folder located inside /shares/internal.

I have not to say that folder is very, very important… and, after a lot of, do this, do that… I just want to ask simple steps to do this:

I have an Ubuntu linux machine, testdisk, r-linux and a lot of tools that claim to recover linux files, so, I want to connect the two SATA drives from my WD II 1TB , 2 disk edition into my Ubuntu machine and MOUNT the drives so I can see plain and simple the data, and then be able to recover with those tools.

Assume I have all that connected, Ubuntu up, drives there…

HOW DO I MOUNT THE TWO DRIVES ????

just that …that simple task I want to do, I believe me… maybe I am missing something but I can't make it happen.

Hope some one can help with that… THANk YOU in advance!

Cheers!

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229743897|%e %b %Y, %H:%M %Z|agohover

thanks for your help so far.
error message posted
location of drive is USB Drive-1.drive
this according to properties of drive (rt click on drive), no other information provided or cannot be read.

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229747855|%e %b %Y, %H:%M %Z|agohover

disregard this post

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
alephsmithalephsmith 1229750645|%e %b %Y, %H:%M %Z|agohover

OK, let's check what disk you have attached:

fdisk -l

You may need to change the device locations in your command to make it work properly.
For example if you run this command: sudo mdadm -assemble /dev/md4 dev/sdb4 you need to make sure that /dev/sdb4 is the actual device you want to be using.

To be honest, I don't know what you are actually trying to do, why are you using RAID for a single drive? I've always just mounted it as a plain ext3 drive.

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229785137|%e %b %Y, %H:%M %Z|agohover

t following instructions… only attempting recovery of the WD MBWE drive contents….

here's the readout —-
ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe25de25d

Device Boot Start End Blocks Id System
/dev/sda1 * 1 9729 78148161 7 HPFS/NTFS

Disk /dev/sdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x51e3f742

Device Boot Start End Blocks Id System
/dev/sdb1 1 4865 39078081 7 HPFS/NTFS

Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00007c00

Device Boot Start End Blocks Id System
/dev/sdc1 4 369 2939895 fd Linux raid autodetect
/dev/sdc2 370 382 104422+ fd Linux raid autodetect
/dev/sdc3 383 505 987997+ fd Linux raid autodetect
/dev/sdc4 506 60801 484327620 fd Linux raid autodetect

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229787798|%e %b %Y, %H:%M %Z|agohover

a better image here. I plan to move the images from sbc drive (WDMBWE) to thesdd drive (WDMBEE)

pleaseindicate how to proceed…

Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00007c00

Device Boot Start End Blocks Id System
/dev/sdc1 4 369 2939895 fd Linux raid autodetect
/dev/sdc2 370 382 104422+ fd Linux raid autodetect
/dev/sdc3 383 505 987997+ fd Linux raid autodetect
/dev/sdc4 506 60801 484327620 fd Linux raid autodetect

Disk /dev/sdd: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8f9c798a

Device Boot Start End Blocks Id System
/dev/sdd1 1 38913 312568641 c W95 FAT32 (LBA)

Re: How To Recover Data From WD My Book World Edition NAS Device
madwatermadwater 1229796882|%e %b %Y, %H:%M %Z|agohover

here's where things hang-up —-

ubuntu@ubuntu:~$ sudo modprobe md
ubuntu@ubuntu:~$ sudo mknod /dev/md4 b 9 4
mknod: ‘/dev/md4’: File exists
ubuntu@ubuntu:~$ sudo apt-get install mdadm
Reading package lists… Done
Building dependency tree
Reading state information… Done
mdadm is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 218 not upgraded.
ubuntu@ubuntu:~$ sudo mdadm -assemble /dev/md4 /dev/sdc4
mdadm: option -s not valid in manage mode

Re: How To Recover Data From WD My Book World Edition NAS Device
Aw1Aw1 1232390629|%e %b %Y, %H:%M %Z|agohover

ubuntu@ubuntu:~$ sudo mdadm -assemble /dev/md4 /dev/sdc4
mdadm: option -s not valid in manage mode

I get the same message, could someone please confirm correct code?
thank you very much

Re: How To Recover Data From WD My Book World Edition NAS Device
kevkukevku 1232394174|%e %b %Y, %H:%M %Z|agohover

u need to put

--assemble

not
-assemble

i'll edit the first post.

30-day pro trial.
2x WD Caviar SE WD5000AAJS RAID0 MBWEII
don't click

Last edited on 1232394202|%e %b %Y, %H:%M %Z|agohover By kevku + Show more
Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
sringenbergsringenberg 1233782884|%e %b %Y, %H:%M %Z|agohover

I get to:

~$ sudo apt-get install mdadm

And receive the following output:

Reading package lists… Done
Building dependency tree
Reading state information… Done
Package mdadm is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package mdadm has no installation candidate

Thoughts? Is this an Ubuntu issue or a MyBook issue?

Last edited on 1233784469|%e %b %Y, %H:%M %Z|agohover By sringenberg + Show more
Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
sringenbergsringenberg 1233794871|%e %b %Y, %H:%M %Z|agohover

Nevermind on the above…just needed to update Ubuntu.

New problem though…

The command:

$ sudo mdadm —assemble /dev/md4 /dev/sdb4

Results in:

mdadm: cannot open device /dev/sdb4: No such file or directory
mdadm: /dev/sdb4 has no superblock - assembly aborted

This looks more like a MyBook problem.

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
netguynetguy 1233799421|%e %b %Y, %H:%M %Z|agohover

Hi this is my first post.

After struggling for o few day with this recovery problem also.
got a work around by re creating the RAID with this command
$sudo passwd
this is to change the root password so you can su to change to root
$su
use your newly created root password

search in /dev is there a mount of sdb4

try running
#ls /dev | grep sd

if you can see it on the list
then continue with

#mdadm -Cv /dev/md4 -l1 -n2 -c64 /dev/sdb4 missing
asuming that you have WD Mybook world edition 1

then you can mount the md device using
#mount -t ext3 /dev/md4 </local_mountpoint>
#cd </local mountpoint>

hope this helps.

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
sringenbergsringenberg 1233813523|%e %b %Y, %H:%M %Z|agohover

I am actually working with the WD Mybook World Edition II (w/the dual 500G drives). What effect does that have?

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
netguynetguy 1233862161|%e %b %Y, %H:%M %Z|agohover

Hi,
Assuming you configure your MyBook II with RAID 1 mirror, it will create the metadevice mount point of /dev/md4 so you can manually mount it to your local system and read the partition and back it up by copying to another drive manually.

if you configure with RAID 0 than you would need to connect both drive and recreate the metadevice mount point by issuing a command
#mdadm -Cv /dev/md4 -l0 -n2 -c64 /dev/sdb4 /dev/sdc4

hope this helps

Re: How To Recover Data From WD My Book World Edition NAS Device
floranetfloranet 1235672926|%e %b %Y, %H:%M %Z|agohover

Ei guys,
i've MBWEII with RAID-0 (two hard-drives 500G); I've been trying all the solutions here but i can't mount the disc. Always receive this error:

mount: wrong fs type, bad option, bad superblock on /dev/md4,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

What i've do it:

#mdadm -Cv /dev/md4 -l0 -n2 -c64 /dev/sdb4 /dev/sdc4
mdadm: /dev/sdb4 appears to be part of a raid array:
    level=raid1 devices=2 ctime=Thu Feb 26 18:19:49 2009
mdadm: /dev/sdc4 appears to be part of a raid array:
    level=raid1 devices=2 ctime=Thu Feb 26 18:19:49 2009
Continue creating array? y
mdadm: array /dev/md4 started.
#mount -t ext3 /dev/md4 /mnt/array/
mount: wrong fs type, bad option, bad superblock on /dev/md4,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
# mdadm --examine /dev/md4
mdadm: No md superblock detected on /dev/md4.

Can anyone help me please? the data in MBWEII it's important!!!

Reply  |  Options
Re: How To Recover Data From WD My Book World Edition NAS Device
GMacGMac 1250584937|%e %b %Y, %H:%M %Z|agohover

I'm not a Linux wizard, I've tried to follow the instructions but got weird error messages and as a last try I connected both A and B drives at the same time and without any magic the ubuntu file browser recognized the drives and I saw all my precious data on them!
It was a busy few days' time while I tried to find the solution and recover my data from the crappy MBWE - I regret the moment when I chose to buy this crap :(
Now I can have a run with the WD support to replace my drive but to be honest I would much more happy to see my money back instead!

Reply  |  Options
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License