I have a 2TB SSD and want to replace my existing installation with Aurora. From a backup perspective it is possible to just install it and all data gets deleted. Then I could restore 1.2 TB or so data.However, I like to install without reformatting and restoring…
After having splitted /dev/sda1 into /dev/sda1 and /dev/sda2 (In reality it is /dev/nvme0n1 but /dev/sda.. is easier to type) I have
/dev/sda1with 700 Mib/dev/sda2with 1400 Mib/dev/sda3BTRFS LUKS with almost 2TB
I have created subvols
- var
- home
- root
and want to mount
/dev/sda1as/boot/efi/dev/sda2as/boot- subvol var as
/var/ - subvol home as
/var/home - subvol root as
/sysroot
I get an error that I need to mount something at /.
In which way do I have to mount the subvol roott? / is composefs in a running system. Shall I mount subvol root at /?
(This is currently done on an external disk to test things first.)