I’m trying to install a second internal drive and get Umbrel to recognize it. My current drive is a 2TB NVME drive and I just installed a 2TB M.2 SATA drive. I have Umbrel installed on a Mini GMKtec G3 PC. I’m not a Linux guru, sorry even though I’m on a Linux machine daily. Is there instructions someone can point me to?
Here is the output from lsblk.
umbrel@umbrel:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 1.8T 0 disk
nvme0n1 259:0 0 1.8T 0 disk
├─nvme0n1p1 259:1 0 200M 0 part /mnt/root/boot/efi
│ /boot/efi
├─nvme0n1p2 259:2 0 9.6G 0 part /mnt/root
│ /
├─nvme0n1p3 259:3 0 9.6G 0 part
└─nvme0n1p4 259:4 0 1.8T 0 part /mnt/root/var/log
/var/log
/mnt/root/var/lib/systemd/timesync
/var/lib/systemd/timesync
/mnt/root/var/lib/docker
/var/lib/docker
/mnt/root/home
/home
/mnt/root/data
/data
Thanks!