I have 3 nvme:s, 2x1.9TB, 1x1.8TB.
I figured i wanted to install the @ on the solo 1.8TB, and then btrfs raid1 the two 1.9 for @home.
The installer it self does not seem to understand raid what i figured.
I have run:
Code: Select all
sudo mkfs.btrfs -f -L homeRaid1 -m raid1 -d raid1 /dev/nvme0n1 /dev/nvme1n1
But now is the problem, how do i go around making the @home subvolume so the installer can store all /home/ into this and can take advantage of timeshift?
I have no data on the drives to "lose".