Rebuild your My Cloud or upgrade the HDD on it

followed this to the letter.

Original WD My Cloud HDD replacement - Copy.docx - Google Drive

still nothing, got 3 different Gen1 drives to upgrade to 8TB, but not one is working.

Do I have to format to any particular type as I’ve just done it to Ext4 as I did with the Gen2 format?

I’ve even tried creating images of each partition and mapping them onto the 8TB to no success.

You have a few options. One is to clone the old drive to the new drive then using Linux, expand the one EXT4 formatted partition on the new drive to cover the unused capacity on the new drive.

Or do what many have done and use Fox_EXE’s directions. Note one has to ensure they have a first gen (P/N number on the bottom of the single bay My Cloud enclosure ends with “P/N: WDBCTLxxxxxxx- 00”.

User Fox_exe repositories:
Main Repository: https://fox-exe.ru/WDMyCloud/
First Gen: https://fox-exe.ru/WDMyCloud/WDMyCloud-Gen1/

First gen directions:
English: https://fox-exe.ru/WDMyCloud/WDMyCloud-Gen1/Replace%20HDD%20-%20English.txt
Russian: https://fox-exe.ru/WDMyCloud/WDMyCloud-Gen1/Replace%20HDD.txt
File(s) used in first gen:
original_v03.04.01-230.tar.gz: https://fox-exe.ru/WDMyCloud/WDMyCloud-Gen1/Backups/original_v03.04.01-230.tar.gz
original_v04.01.02-417.tar.gz: https://fox-exe.ru/WDMyCloud/WDMyCloud-Gen1/Backups/original_v04.01.02-417.tar.gz
Latest first gen firmware: http://support.wdc.com/downloads.aspx?g=904

Use Linux or a Linux Boot Disk/Boot Flash Drive if possible. Do not change the values for the partition sizes when doing the mkpart section. After unbrick one usually gets a red LED upon first boot. Typically the My Cloud Dashboard will be accessable where one goes to the Settings > Utilities > System Factory Restore > System Only restore.

Managed to get it on, but 0kb even after System Only Restore

Update, did a Quick Restore and it has all Come on…Phew!

Just started the next one and when I get to…

mount /dev/md0 /mnt/hdd
touch /mnt/hdd/etc/.fresh_install

They say no such file or similiar!

@Fox_exe Sorry for necroposting, but I need your help.
I also did a rebuild on the my cloud gen1 and updated with a bigger HDD. I also managed to install successfully clean debian and other packages that i need for the Jessie distro. It appears, that I one of the devices that suffers for not being able to negotiate a gigabit connection (at all). All attempts with ethtool (c2000-geth nic driver actually does not support half of what ethtool can do) leaded to mostly being able to have fast ethernet. I tried with 3 gigabit routers, 3 gigabit switches and different cables cat5a&6. So I decided to actually use a gigabit usb adapter (debian has the usbnet lib). Like for most gigabit adapters (ASIX chipset), the drivers need to be compiled. This is where i hung as the clean debian distro from your website is missing the linux headers for 3.2.68 - which are referenced in the Makefile of the usb driver. I tried to build the kernel (from wd) myself on a desktop machine with crosstools and failed miserably. Is there a possibility for you to also upload the headers? On your clean debian distro they are linking somewhere to /root - but that was probably from your desktop when you compiled. Or help me compile the driver? Ethernet to USB Adapter, USB 3.0 to RJ45 Gigabit Adapter – UGREEN - scroll down to the download section - [Driver_AX88179].

I hope you can see this!

Linux kernel sources:
linux-3.2.26
linux-3.2.68
build config

@Fox_exe Thanks for replying. I tried to compile your linked kernel 3.2.68 and build config, and also tried to follow your guide from here but with no success.
Which cross compile tool did you use? I generated one from here. Basically I only need the compiled linux headers.

Use WD compiler (From firmware sources).
Or install debian Jessie (Need old compiler for compile old kernel)
Also its possible to build kernel on device itself (“Native” build without cross-compilation)

ok, managed to finally compile the headers on the wd cloud itself. Thanks @Fox_exe! The compilation of the driver went afterwards smooth.