- WD Community
- :
- Forum Archives
- :
- Hard Drives
- :
- WD ShareSpace
- :
- Datavolume doesn't exist ! message
- WD Community
- News & Assistance
- Announcements
- New to Community
- Forum Feedback
- Off-Topic
- Software & Apps
- WD Software
- WD Mobile Apps
- Software & Accessory Ideas
- WD TV Live Streaming
- Live Streaming Discussions
- Live Streaming Firmware
- Live Streaming Ideas
- Live Streaming Issues
- WD TV Live Hub
- Hub Discussions
- Hub Firmware
- Hub Themes
- WD TV Live Hub Ideas
- WD TV Live Hub Issue Reporting
- WD TV Play
- WD TV Play
- Live & Live Plus
- Live Discussions
- Live Firmware
- Elements Play
- Elements Play
- External Drives
- Mac Externals
- PC Externals
- Portable Drives
- External Drive Ideas
- Network Devices
- Networking Devices
- Live Duo
- Sentinel
- My Book Live
- Other Network Drives
- Network Product Ideas
- Internal Drives
- Desktop & Portable
- Internal Drive Ideas
- Anuncios
- Noticias
- Nuevo a La Comunidad
- Los Productos de WD
- Software y Accesorios
- Reproductores Multimedia
- Unidades de Red
- Unidades Externas
- Unidades Internas
- Ankuendigungen
- Neuigkeiten
- Neu in der Community
- WD Produkte
- WD Programme
- WD TV Media Player
- Netzwerk Laufwerke
- Externe Laufwerke
- Interne Laufwerke
- Annunci
- Annunci e Novita'
- Nuovo per La Comunita'
- Prodotti WD
- Programmi & Accessori
- Riproduttori Multimediali
- Dischi di Rete
- Dischi Esterni
- Dischi Interni
- WD TV Legacy
- Hub Network
- Live Networking
- WD TV HD
- WD TV Mini
- Software
- WD Photos
- Other Software & Accessories
- Hard Drives
- WD ShareSpace
- Other Externals
- Other Internal Drives
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-15-2011 05:50 PM
Thanks Nathan,
However, my post was in the context of my previous posts in this thread - where you'll find all relevant pieces and understand why it won't start the rebuild automatically. Apologies for not re-inserting...
But, for the record, the <blah> part is:
~ $ mdadm --assemble -f /dev/md2 /dev/sd[abcd]4
mdadm: cannot open device /dev/sdd4: No such device or address
mdadm: /dev/sdd4 has no superblock - assembly aborted
For additional info:
~ $ pvdisplay
Incorrect metadata area header checksum
/dev/sdd3: open failed: No such device or address
/dev/sdd4: open failed: No such device or address
Incorrect metadata area header checksum
/dev/sdd3: open failed: No such device or address
/dev/sdd4: open failed: No such device or address
Incorrect metadata area header checksum
Incorrect metadata area header checksum
Incorrect metadata area header checksum
/dev/sdd3: open failed: No such device or address
/dev/sdd4: open failed: No such device or address
--- NEW Physical volume ---
PV Name /dev/sda4
VG Name
PV Size 5.45 TB
Allocatable NO
PE Size (KByte) 0
Total PE 0
Free PE 0
Allocated PE 0
PV UUID yFd455-sK3y-Zvcl-oBhn-eGAI-FsmA-3ScJD4
--- NEW Physical volume ---
PV Name /dev/sdb4
VG Name
PV Size 5.45 TB
Allocatable NO
PE Size (KByte) 0
Total PE 0
Free PE 0
Allocated PE 0
PV UUID QnU0sF-Slnc-eBAH-TBHT-GwXp-zPM8-puJCwO
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-15-2011 09:47 PM
Just by way of an update, had to use FDISK to create a partition structure for the new disk to match the others. Then, the superblock was still missing for sdd4, so I found out you can use mdadm --create to create a new raid, but it's allegedly smart enough to realise there's an existing raid configured and thus the data *may* not be overwritten.
sdd should look like this (8TB WS):
Disk /dev/sdd: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 1 26 208813+ fd Linux raid autodetect
/dev/sdd2 27 156 1044225 fd Linux raid autodetect
/dev/sdd3 157 182 208845 fd Linux raid autodetect
/dev/sdd4 183 18446744073709527469 18446744073514118086+ fd Linux raid autodetect
Then I tried:
mdadm --assemble -f /dev/md2 /dev/sd[abcd]4
mdadm: no RAID superblock on /dev/sdd4
mdadm: /dev/sdd4 has no superblock - assembly aborted
Then:
mdadm --create /dev/md2 --verbose --level=5 --raid-devices=4 --spare-devices=0 /dev/sd[abcd]4
mdadm: layout defaults to left-symmetric
mdadm: chunk size defaults to 64K
mdadm: /dev/sda4 appears to be part of a raid array:
level=raid5 devices=4 ctime=Fri Apr 3 13:54:17 2009
mdadm: /dev/sdb4 appears to be part of a raid array:
level=raid5 devices=4 ctime=Fri Apr 3 13:54:17 2009
mdadm: /dev/sdc4 appears to be part of a raid array:
level=raid5 devices=4 ctime=Fri Apr 3 13:54:17 2009
mdadm: size set to 1952050048K
Continue creating array? y
mdadm: array /dev/md2 started.
Then:
/ $ cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid5]
md1 : active raid1 sdc2[2] sdb2[1] sda2[0]
1044160 blocks [4/3] [UUU_]
md2 : active raid5 sdd4[4] sdc4[2] sdb4[1] sda4[0]
5856150144 blocks level 5, 64k chunk, algorithm 2 [4/3] [UUU_]
[>....................] recovery = 4.1% (80921856/1952050048) finish=1865.2min speed=16718K/sec
md0 : active raid1 sdc1[2] sdb1[1] sda1[0]
208768 blocks [4/3] [UUU_]
unused devices: <none>
...wonder if there will be any data when when the "recovery" has finished. I somehow doubt it, but I'll let you know whether my stumbling around ultimately yields a positive outcome.
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-16-2011 08:21 AM
Thanks for that--sometimes these details end up changing and if you are successful, the extra info might be helpful to the next person who comes along.
The ShareSpace should be able to add the new drive back into the array and rebuild if it is completely blank (all zeros and a quick erase doesn't count for some reason). The mdadm method does need the disk to be formatted properly, and I'd usually do this using some other command to save the formatting of the array and then apply it to the disk--I can't recall which yet.
I'll be crossing my fingers for you, although if the array status shows three disks as "up", it looks as though it may have kept the existing configuration. My favorite command for this sort of thing is 'watch', as in
watch -n 60 cat /proc/mdstat
which will show the RAID array status and update it every 60 seconds (until you press Ctrl-C).
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-26-2011 06:29 PM
Well, there's actually some good news! By way of an update.
After some the re-sync completed (successfully for the first time!!), I had to follow some more steps and a little more mucking around (as per @macwolf on page 4 of this thread), I was able to mount my DataVolume and recover SOME of my data.
/DataVolume was back, (although not according to the web admin pages - I could map it!). However, one of my shares did appear, but was NOT actually there.
I'd skipped the f s c k step, because it was erroring, so after a reboot (and repeat of @macwolf steps), I tried to run the f s c k with the following results:
/dev $ fsck.ext3 /dev/lvmr/lvm0
e2fsck 1.38 (30-Jun-2005)
The filesystem size (according to the superblock) is 1463744512 blocks
The physical size of the device is 731472896 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>?
I said, "N" to this, and it started scanning the inodes quite happily until many of these forced me to quit:
Error reading block 731513067 (Invalid argument) while doing inode scan. Ignore error<y>?
yes
Force rewrite<y>?
yes
Any ideas if:
1) How do I resolve this superblock issue?
2) If I can solve it, will running f s c k possibly bring my other data back?
3) Should I just quit now and "clean" the drives and completely re-initialise the raid through the admin pages?!!
I guess the good news is I seem to have got a large amount of my data back and copied off the drive...
Couldn't have done it without this thread and others!
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-27-2011 09:36 AM
The superblock issue points to an inconsistency with the file system and probably can't be repaired automatically. I'm glad you were able to get a good portion of your data back! I'll leave it to you to decide when to cut your losses and reinitialize the ShareSpace.
Once you are ready to stop data recovery efforts, however, the best thing you can do is to take the drives out of the ShareSpace and write zeros to the entire disk. You can use any utility for this but Data Lifeguard Diagnostics for Windows or Disk Utility for OS X both work well. You have to actually write zeros and a "quick erase" isn't sufficient. Once they're all zeroed out, you can put them back in the ShareSpace and turn it on. It will take a day or so but the ShareSpace will rebuild itself and reinitialize it and you'll be good as new then.
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-30-2011 06:22 AM
Hi I'm simon from Bangladesh . . .
I have face problem to access sharespace drive. . . But there is 4 Hard disk are enable showing. There is something showing like that Datavolume is not Accessble . . .
But i don't know how can i recover my data or access to WD Sharespace Drive. I have facing huge problem cause i'm from Fashion CAD Dept & all of my patterns save there ! Now i want it by hook or cook. I don't know how !!! ![]()
I'm Familiar with windows but not expert in Linux . . . but can work on it. Is there any hope for recover my files (Pattern) ?
I'm Begging to all to help me about this matter !!!
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-30-2011 04:28 PM
Simon - first you need to establish a little more information - what happened to your NAS? How? What's it's current state? You need to be very specific because if you're given the wrong information, you might put yourself in major trouble...
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-01-2011 08:56 PM
Thanks for Replay,
I don't about NAS but current status is my 4 Hard Disk are showing good condition but i can't access to my shared folder. When i try to access there it shows administrative permission is denied. WD wed dashboard showing Datavolume is failed. . .
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-01-2011 10:34 PM
Please Help Guys . . . Plezzzzzzzzzzzzzzzzzzzzzzzzzz
I can't access my WD drive . . . It's shows Datavolume doesn't exist
Re: Datavolume doesn't exist ! message
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-03-2011 04:02 PM
Ok, sure we'll all do what we can...
Firstly, can you SSH in to the box? To do this, you'll need an SSH client such as Putty (google it), and then you have to log in as root/welc0me
Then, I suggest you read @fibrev's post on page 2 of here. NOTE: some of this will depend on what's wrong with your drive, perhaps post the output of pvdisplay, vgdisplay and lvdisplay here.
I'll qualify this with this statement - if you ABSOLUTELY must have this data back, I suggest you take it to a data recovery professional - I can only make some amateur suggestions based on my own "hacking" experiences.
| Forums | Ideas | News and Announcements | Register | Sign in | Help | Forum Guidelines | |

