I don’t think you understand how much you saved my bacon with this post. Literally bought this device secondhand and was banging my head for 2 hours wondering why I’m unable to install debian.
THE FINEPRINT IS DOWNGRADING. The rest of it is gold, as you definitely need to ensure you have a solid debian install. Thanks again!
I have been having an extremely tough go of this and it just doesn’t seem to be working for me.
I have been using the Linux 4.14.4 debian stretch file and I can upload the .bin and telnet into the device to start the process, but it begins to break down after that.
First off, I only have one 3tb hard drive in there, so I believe I am doing the RAID commands when I shouldn’t be.
Blockquote
parted --script /dev/sda “mklabel gpt
mklabel gpt
mkpart primary 0% 512MB
mkpart primary 512MB 4096MB
mkpart primary 4096MB 100% I should ignore it here
set 1 raid on
set 2 raid on
set 3 raid on”
For add 2nd disk later
Format disk and run this:
mdadm --manage /dev/md0 --add /dev/sdb1
mdadm --manage /dev/md1 --add /dev/sdb2
mdadm --manage /dev/md2 --add /dev/sdb3 and resume here?
Format new partitions:
mkswap /dev/md0
swapon /dev/md0
mkfs.ext4 /dev/md1
mkfs.ext4 /dev/md2
Blockquote
I never get confirmation that I sync, and when I try to SSH via putty, both the IP address connection refuses and the hostname given to me is not real.
Hi, can You tel me please step by step how did you instal OMV?
after few tries and few recoverys with serial console i manage to do “Debian Stretc” based on https://fox-exe.ru/WDMyCloud/WDMyCloud-Mirror-Gen2/, but when im trying to instal OMV i always get an errors. have try few instructions that i found on google.