How to unbrick a totally dead WD My Cloud

If you had clicked on the link I provided above to the direction I used you’d see the information on how to push the IMG files to the proper partitions when the RAID MD0 isn’t mounted…

sudo dd if=kernel.img of=/dev/sdb5
sudo dd if=kernel.img of=/dev/sdb6
sudo dd if=config.img of=/dev/sdb7
sudo dd if=config.img of=/dev/sdb8
sudo dd if=rootfs.img of=/dev/sdb1
sudo dd if=rootfs.img of=/dev/sdb2