btrfs partition scheme
by maddy0 from LinuxQuestions.org on (#6NMJ0)
Hello, i have a doubt about how to partition the disk and then using snapper for snapshots.
What is the best thing to do?
I want to create 3 directories: /, /home/ and /var.
The question I have is whether to partition the disk with the / directory, then
btrfs /
subvolumes
/home
/var/
or:
btrfs
subvolumes
/
/home
/var?
What is the best thing to do?
I want to create 3 directories: /, /home/ and /var.
The question I have is whether to partition the disk with the / directory, then
btrfs /
subvolumes
/home
/var/
or:
btrfs
subvolumes
/
/home
/var?