Hi all,
I recently hat a problem with my WDS, where i need to "restore" it to the state, when i was delivered. Greatly, Robert gave me the dd'ed images so I could make it!
Here is how i've done it. (Just in case, anybody wants to know…)
(I tried to provide all info in english, but my OS is german language…)
First of all, I backed up my Data. So should you!
Then, I turned of the WDS took *all* Drives out and plugged only one to my Computer.
I copied the image-files to C:\
There were three of them: Part1.dd, Part2.dd and Part3.dd, which picture the partitions on the disk i had in my computer right now.
I started Windows Disk Management to see, if the Disk is shown.
It was, good.
http://www.bilder-hochladen.net/files/8p2s-5u-png-nb.html

It should/must? be a Disk with 4 partitions. 1-3 are for the WD-Data, 4 is for your Data.
If you already have a dd.exe, then you don't need to download it from: http://www.chrysocome.net/dd (also, there is a good wiki page, which descripbes, how to use dd.exe, etc…)
I opened up a Command Prompt and changed to C:
then I typed
and it gave me a lot of information, but when you take a look at the Disk Management output, you see Drive Letters which correspond.
These are the partitions you need to over-/rewrite.
in my case (please, dear reader, do not confuse that those drive letters in the screenshot are not the same in the code, as the VolumeIDs are also not the same, because I made those screenshots to a differen time then writing this howto. but i hope, you get the point):
[...]
\\.\Volume{00c86c07-76d5-11de-aa68-005056c00008}\
link to \\?\Device\HarddiskVolume14
fixed media
Mounted on \\.\g:
\\.\Volume{00c86c08-76d5-11de-aa68-005056c00008}\
link to \\?\Device\HarddiskVolume15
fixed media
Mounted on \\.\h:
\\.\Volume{00c86c09-76d5-11de-aa68-005056c00008}\
link to \\?\Device\HarddiskVolume16
fixed media
Mounted on \\.\i:
\\.\Volume{00c86c0a-76d5-11de-aa68-005056c00008}\
link to \\?\Device\HarddiskVolume17
fixed media
Mounted on \\.\j:
[...]
After I doublechecked that those drives/partitions are the same as in Disk Management,
I started dd.exe for the 1st partition:
C:\>dd --progress bs=1M if=C:\Part1.dd of=\\.\Volume{792fc76d-b7fd-11df-baa2-00221517c4ef}
rawwrite dd for windows version 0.6beta3.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by terms of the GPL Version 2.
203M
203+1 records in
203+1 records out
you can use
dd --progress bs=1M if=C:\Part1.dd of=\\.\g:
instead, if you confuse with the long Volume-ids …. (\\.\g: is the mounted Partition. Don't forget the : and be very carefuly not to use \\.\c: or something…)
I repeated that for the next two partitions with
dd --progress bs=1M if=C:\Part2.dd of=\\.\h:
rawwrite dd for windows version 0.6beta3.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by terms of the GPL Version 2.
1,019M
1019+1 records in
1019+1 records out
and
dd --progress bs=1M if=C:\Part3.dd of=\\.\i:
rawwrite dd for windows version 0.6beta3.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by terms of the GPL Version 2.
203M
203+1 records in
203+1 records out
This is, how it lookes like:
http://www.bilder-hochladen.net/files/8p2s-5t-png.html

Then, i disconnected the Harddrive from my Computer
and plugged it on the empty WDS in the first slot (dunno, if the slot is important, but i thought so)
I turned on the power.
Started the WD Discovery Software to see, what IP the WDS got. (you can use ARP too if you good at this…)
In the WD Discovery Software the WDS came up as "WDShareSpace". I clicked on it, then "configure", so that the browser starts and wants me to log in.
Voilá :-)
http://www.bilder-hochladen.net/files/8p2s-5s-png.html

After that, I made some settings, that suit my needs, powered off the WDS and plugged the other 3 Disks back to it.
After turining on the power and logged on again i recreated the SPAN freshly.
hope, thats helps anybody.
cheers,
wdwdws