i spoke too soon… this debian doesnt even see my raid setup…
disk management wont run cause it says i dont have rights.
wtf…
i spoke too soon… this debian doesnt even see my raid setup…
disk management wont run cause it says i dont have rights.
wtf…
ok somehow i got the installer to see the raid partition, but formatting it failed.
“The EXT file system creation in partition ## failed”
dammit…
Have you considered using software RAID (aka mdadm - see https://raid.wiki.kernel.org/index.php/Linux_Raid)?
Another option could be ZFS, but since your board doesn’t support ECC memory, I strongly advise you against it.
I did the install anyway, even tho it didnt see the raid partition in the partitioner of the installer…
when i boot to debian, found it in the file browser. mounted it and it is now mounted at
“/dev/md126 /media/user/50666249-947c-4e8f-8f56-556b713a6b6a ext4 rw,nosuid,nodev,relatime,data=ordered 0 0”
according to /etc/mtab
how can i make this a permanent mount at boot time? I’d like it to be at /data
thanx!
You have to add an entry for /dev/md126
inside /etc/fstab/
.
See https://en.wikipedia.org/wiki/Fstab