You are not logged in.
Pages: 1
Okay, so I tried to do a snapper rollback and it told me to pick an "ambit". I picked the "classic" one, and rebooted. Now /.snapshots is empty (I think that the subvolume is umounted, remounting it works though)
I used the following command:
sudo snapper rollback <number> --ambit classicEven if I remount /.snapshots and they are present, I can't go back to my existing root.
Here is my fstab:
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p5
UUID=e1fc155b-42c8-4d9a-b1c6-a600f7b69db7 / btrfs rw,relatime,ssd,space_cache=v2,subvolid=5,subvol=/ 0 0
# /dev/nvme0n1p1 LABEL=SYSTEM_DRV
UUID=586F-71ED /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/sda3
UUID=62c1da4b-f687-47b4-84da-17f8bf821b9f /home btrfs rw,relatime,space_cache=v2,subvolid=5,subvol=/ 0 0Maybe it's the fact that I mounted / on the root subvolume (id 5)? I don't know, that's probably it. Anyway, now I can't access my previous root. I know that I'm on that I'm on the rollbacked one for a fact because I applied updates before rebooting and it's asking me to do the same updates again.
Offline
Pages: 1