Raid 1 for CasaOs

I figured I could set up Raid on Debian using mdadm. What I followed to do this.

It said to do this, but I don’t think I want to mount this at home.

/dev/md0 /home ext4 noatime,rw 0 0

The storage manager in casaOS doesn’t show the md0 I made only the sda and the sdb I used to make md0. Where are casaOS drives mounted?

so after

sudo mkfs.ext4 /dev/md0

I ran

sudo mkdir /mnt/raid1
sudo mount /dev/md0 /mnt/raid1

i didn’t add it to fstab tho

and the raid drives show up in storage manager so might have worked

1 Like