-
Notifications
You must be signed in to change notification settings - Fork 127
Description
I have BTRFS disk on Debian but it still says:
Select BTRFS system disk with root subvolume (@)
Even tough I have root with BTRFS (I actually just want to make snapshots for /media/data):
UUID=02ef6261-0ab3-489c-a3ea-d12245d0ef76 / btrfs defaults,subvol=@rootfs 0 0
UUID=9c76582a-95c4-437c-abf2-81e3542665ae /media/data btrfs defaults,subvol=data 0 0
It can be a bit overwhelming for new user to figure out how format and configure everything. I have read the different manuals, watched different youtube videos and asked Chat GPT for weeks but still cant get it to work.
Can you make it so that instead of only showing the error message it would offer option to re-configure BTRFS and fstab so that whatever disk I select would become a new root subvolumne? Optionally if it is needed to re-format or re-partition the disk could ask confirmation for that.
Problem is that every Youtube video instructs how to make entire system snapshotted and that requires advanced things like messing around with grub configuration and so on. but I don't really want to go after grub hacking. I just want to snapshot my data. And my starting point is empty hard drive so it would be completely fine for Timeshift to partition/format/configure it from scratch so that it can become a root subvolume.
