All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: Developing WD My Cloud recovery tool - Looking for testers
PostPosted: June 12th, 2022, 14:54 
Offline

Joined: June 12th, 2022, 14:49
Posts: 3
Location: Netherlands
Good afternoon!

Recently someone came to me with a failed Western Digital My Cloud NAS. The on-board controller seems to have failed, but the physical hard drive was fine.

As some of you probably know, due to the way WD decided to store files on the drive, they aren't easily human-readable. WD My Cloud stores the files with a transformed filename and folder structure. The only software solutions I could find that could recover the files are expensive professional solutions or user unfriendly scripts. I don't know why WD decided to make it like this, it causes the scenario where the data is unreadable of the NAS fails and requires expensive solutions to retrieve the data.

That's why I decided to develop my own application that I plan to release open-source and for free.

I have already developed the application and successfully recovered my client's data, but I am looking for more people with such NAS to help me develop the application to a state that it can be released to the public.

Image

I'm aware of the existing Python script, but I wanted to create an easy-to-use application with a graphical user interface for anyone to use.

What I need, is an image of your NAS' hard drive. Preferably a NAS that doesn't have a lot of data on it (less than 10gb, but I'm happy with any image at all!) for quick testing.

If you own such NAS (or even a failed one!) and would like to help, please get in touch!

I want to Western Digital NAS drives recoverable for everyone and for free.


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: June 25th, 2022, 12:50 
Offline

Joined: March 7th, 2009, 12:43
Posts: 1080
Location: Angel Data Recovery
You are good guy :)
To add something useful to your tool, make an option to load backup index.db file (it is also there) and load db with any other name (in case of fs corruption and raw recovery afterwards), and location of user files (with hashed names) could be different, not only restdsk/data/files, so make an option to locate those files in different location (select manually).
BTW i have few samples to let you test ;)

_________________
Angel Data Recovery


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: June 25th, 2022, 14:20 
Offline

Joined: June 12th, 2022, 14:49
Posts: 3
Location: Netherlands
DR-Kiev wrote:
You are good guy :)
To add something useful to your tool, make an option to load backup index.db file (it is also there) and load db with any other name (in case of fs corruption and raw recovery afterwards), and location of user files (with hashed names) could be different, not only restdsk/data/files, so make an option to locate those files in different location (select manually).
BTW i have few samples to let you test ;)


Thanks!

I have already made those options available, by default it will auto-detect but it's possible to select files and folders manually. It also automatically makes a copy of the index.db file in case it's locked as I've experienced that a few times before.

Any test samples would be great! I can facilitate storage for you if you want to upload them somewhere, depending on how large the image files are. I'd like to make the application as compatible as possible. Once the software is stable enough that it won't break any user's data I will release the source code to the public.


I am a little busy myself with work so development is not that quick, but I have worked on making the software run on Linux since the data partition of the WD drive is ext4.


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: June 27th, 2022, 15:00 
Offline
User avatar

Joined: December 13th, 2008, 13:35
Posts: 306
Location: Los Angeles, CA USA
Wow, this is awesome!

_________________
$300 Data Recovery - Los Angeles Data Recovery


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: September 18th, 2022, 21:54 
Offline

Joined: March 17th, 2022, 21:24
Posts: 48
Location: Melbourne
Nice work! When the first version will be ready for the public to test it? :mrgreen:


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: September 18th, 2022, 22:04 
Offline

Joined: June 12th, 2022, 14:49
Posts: 3
Location: Netherlands
SirForensic wrote:
Nice work! When the first version will be ready for the public to test it? :mrgreen:


I haven't been able to continue testing the tool as I don't have access to any WD My Cloud decices but I've decided to release the source code and an executable publically.

It can be downloaded from my Github: https://github.com/deWaardt/MyWDNasRest ... re-release


Link to executable: https://github.com/deWaardt/MyWDNasRest ... re-release
It should run on anything that can run .NET core, but I have only been able to test it on Windows.


I'd like to continue developing this tool, but I'll need user input on whether it's working right or not. I might occasionally update it to add some things or modify some things. Try it out and see if it works for you!


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: January 4th, 2023, 13:40 
Offline

Joined: May 11th, 2017, 14:48
Posts: 8
Location: United States
I recently read about how WD "cataloged" files on the MyCloud drives. They didn't always do this, I have a drive here I pulled from one I was using and it has a regular partition with regular filenames you can read and copy just fine. I wonder what software revision they changed to the "catalog" or whatever it is called? I never updated my firmware.. glad I didn't.. at some point I was unable to make administrative changes to the MyCloud setup so I just pulled the drive and mounted it on one of my linux NAS machines.


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: January 5th, 2023, 6:40 
Offline

Joined: October 3rd, 2005, 0:40
Posts: 4311
Location: Hungary
there were at least two HW versions of these and one of them uses the cataloged FS, the other one not. That's what i saw, but there might be other versions too. Even the cataloged versions used different tree depths as far as i remember...

_________________
Adatmentés - Data recovery


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: January 5th, 2023, 18:22 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15461
Location: Australia
Here is a thread where a user has found that the drives in a WD MyCloud EX2 Ultra are locked:

https://forums.tomshardware.com/threads/re-use-drives-pulled-from-wd-mycloud.3791670/

What is going on there?

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: January 6th, 2023, 12:49 
Offline

Joined: May 11th, 2017, 14:48
Posts: 8
Location: United States
Different subject regarding the MyCloud, but has anyone tried an alternative firmware on this little box? I like the form factor and I found it fast enough for what I was using it for.


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: February 25th, 2024, 13:42 
Offline
User avatar

Joined: September 16th, 2022, 9:31
Posts: 76
Location: World
He is correct WD My Cloud NAS storing data in a very new way. I have 2 4 TB NAS drives from WD My Cloud ultra ext2 Raid 1 both drives looks fine the issue is no any recovery software able to find partition or files.

Both drive show same partition table so user information raid 1 is correct, My recovery software detect 1 partition of 1 GB which shows some files and folders, pictures are attached.

I am trying His recovery software but it is not executable in windows need something to run if he can explain in detail. One more thing I notice these drives has no index.db file but index.stat.frm and index.stat.MAD files.


Attachments:
wd nas 2.png
wd nas 2.png [ 111.46 KiB | Viewed 4163 times ]
wd nas 1.png
wd nas 1.png [ 51.32 KiB | Viewed 4163 times ]
Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: March 1st, 2024, 6:06 
Offline

Joined: December 10th, 2018, 11:56
Posts: 147
Location: Ukraine
Well, for example, this problem is solved both in the expensive UFS Explorer Professional Recovery and in the cheap Recovery Explorer Professional. To find article just enter to Google "UFS Explorer WD Cloud".
Yes, most likely there are other software options.


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: March 3rd, 2024, 12:00 
Offline
User avatar

Joined: September 16th, 2022, 9:31
Posts: 76
Location: World
Database file name is different and the above developed program opens but when select drive software turn off automatically. UFS Explorer Professional Recovery not discovering Data folder wise !!


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: March 5th, 2024, 10:21 
Offline

Joined: December 10th, 2018, 11:56
Posts: 147
Location: Ukraine
Disk Solution wrote:
Database file name is different and the above developed program opens but when select drive software turn off automatically. UFS Explorer Professional Recovery not discovering Data folder wise !!


Did you follow instruction described on UFS Explorer site?


Top
 Profile  
 
 Post subject: Re: Developing WD My Cloud recovery tool - Looking for teste
PostPosted: March 21st, 2024, 10:20 
Offline
User avatar

Joined: September 16th, 2022, 9:31
Posts: 76
Location: World
Iurii wrote:
Disk Solution wrote:
Database file name is different and the above developed program opens but when select drive software turn off automatically. UFS Explorer Professional Recovery not discovering Data folder wise !!


Did you follow instruction described on UFS Explorer site?


The Topic owner is still away not responding may be he can solve this !!

Yes did everything so I started a new Topic: https://forum.hddguru.com/viewtopic.php?f=1&t=44178


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

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 11 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