[SOLVED] Change root subvolume on btrfs

2021-11-07 Thread piorunz
Finally I have managed to do that! Steps: 1. Find out what is the path to your root partition. You can use: $ lsblk | grep "part /" ├─nvme0n1p1 259:10 512M 0 part /boot/efi ├─nvme0n1p2 259:20 37.3G 0 part / └─nvme0n1p3 259:30 172G 0 part /mnt/ssd So in my case / is on nvme0n

Re: Change root subvolume on btrfs

2021-10-29 Thread Nito
Disclaimer: I only have limited experience with btrfs and never used it for root partition. On Thu, Oct 28, 2021 at 04:10:08 +0100, piorunz wrote: > I have / partition on btrfs subvolume, default name @rootfs created by > Debian. > [...] > > Question: > How can I rename / subvolume on btrfs from

Change root subvolume on btrfs

2021-10-27 Thread piorunz
Hello, I have / partition on btrfs subvolume, default name @rootfs created by Debian. I'd like to use Timeshift for snapshots, but it only recognizes root on @ subvolume, any other subvolume name is being ignored. Pretty stupid to me, but I'd like to use it - I don't see other way to have snapsh