Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

How to setup RAID 1 on NSA-325? (no replies)

$
0
0
Hi

I've recently obtained Zyxel NSA-325 and I've managed to run Debian Jessie on it thanks to this site now I would like to use RAID 1 but I can't find any tutorial how to do it. I've never used RAID before so I was looking for some step by step procedure. So far I have found this article https://www.howtoforge.com/how-to-set-up-software-raid1-on-a-running-system-incl-grub2-configuration-debian-squeeze but it is probably just partially applicable to this device. I understand that i will need to have mdadm working to achieve that but so far even this doesn't work for me.

nrg@NSA-325:~$ sudo modprobe linear
modprobe: ERROR: ../libkmod/libkmod.c:508 kmod_lookup_alias_from_builtin_file() could not open builtin file '/lib/modules/4.4.0-kirkwood-tld-1/modules.builtin.bin'
modprobe: FATAL: Module linear not found.
nrg@NSA-325:~$ cat /proc/mdstat
cat: /proc/mdstat: No such file or directory
nrg@NSA-325:~$ sudo service --status-all|grep mdadm
 [ ? ]  cryptdisks
 [ ? ]  cryptdisks-early
 [ ? ]  hwclock.sh
 [ ? ]  kmod
 [ - ]  mdadm
 [ - ]  mdadm-raid
 [ - ]  mdadm-waitidle
 [ ? ]  networking
 [ ? ]  udev-finish
nrg@NSA-325:~$

Could someone please tell me how can I get this working starting from the beginning like how to prepare partitions etc. ?

Viewing all articles
Browse latest Browse all 3247

Trending Articles