Hey,
On 11/25/16 13:01, Stefan Sperling wrote:
cd /dev
sh MAKEDEV sd0
sh MAKEDEV sd1
dd if=/dev/urandom of=/dev/sd0c bs=1m
dd if=/dev/urandom of=/dev/sd1c bs=1m
fdisk -giy sd0
fdisk -giy sd1
This is wrong ^
Try again with:
fdisk -iy -g -b 960 sd0
fdisk -iy -g -b 960 sd1
yeah, this works great. Big thanks.
Note that this setup is not really supported. If you do these kinds of
things please read the install scripts and understand what they are
doing beforehand. Until the installer grows native support for softraid
volumes, that is. But I'm not aware of any concrete plans to do that.
Maybe it would be a good idea to put that directly in the installer.
Because more and more people are going to have to use GPT and stuff in
the future. With harddrives getting bigger and bigger this will (sadly)
become the default for a lot of future server and client installations.
Greetings and thanks
Leo