WDMC-Ex2-Ultra icon indicating copy to clipboard operation
WDMC-Ex2-Ultra copied to clipboard

Enhanced Ram Disk and Linux Kernel for WD My Cloud Ex2 Ultra

Results 8 WDMC-Ex2-Ultra issues
Sort by recently updated
recently updated
newest added

Hello, thank you for the guide! I was able to successfully boot Debian on my WD EX2, however I'd love to have (other than Linux 5.11) a way to upgrade...

Hi, quick question: does this have more typical linux features than the built-in firmware for the MyCloudEX2? For example, would I be able to update the Transmission app, which WD...

So, I did the following: 1. ` wget --no-check-certificate https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uImage && dd if=/dev/zero of=/dev/mtdblock1 && dd if=uImage of=/dev/mtdblock1` 2. `wget --no-check-certificate https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uInitrd && dd if=/dev/zero of=/dev/mtdblock2 && dd if=uInitrd of=/dev/mtdblock2`...

Is it possible to install debian on an USB drive to use all the disk space on the NAS?

Hi Why isn't it possible to update to a kernel > 5.4 ? is it hardware limitation ? i'm running 4.14.4 and would like to use native exfat support instead...

Thank you for this great instruction. It is working almost fine. Except the libraries you install on the mycloud device `# Update libs for new kernel wget https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/libs-4.15.0-rc6.tar.gz tar xvf...

I am trying to run Docker on Ubuntu 20.04 using this kernel. It seems to fail because iptables support is missing in the kernel: ``` root@mycloudex2:# /usr/bin/dockerd -D ... failed...

I have followed the instructions from the readme exactly, but stop at the following point: `cryptsetup -v --type luks --cipher aes-xts-plain64 --key-size 512 --hash sha512 --iter-time 2000 --use-random --verify-passphrase luksFormat...