I’m still tinkering with btrfs
I am looking at snapper again. Im on a clean OS installation of KDE on a VBox.
I only installed snapper and btrfs assistant.
I need to know what is going on here?
I show my blocks:
>lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 40G 0 disk
├─sda1 8:1 0 40G 0 part /var/log
│ /var/cache
│ /home
│ /
└─sda2 8:2 0 8M 0 part
sr0 11:0 1 1024M 0 rom
I run btrfs-assistant, click around a few tabs
>lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 40G 0 disk
├─sda1 8:1 0 40G 0 part /run/BtrfsAssistant/c863c9b5-d87a-4196-bdfb-5002d20e4ce0
└─sda2 8:2 0 8M 0 part
sr0 11:0 1 1024M 0 rom
Then close btrfs-assistant. I have done nothing in it of any consequence. Just opened it, looked at the tabs and closed it.
Where on earth are my btrfs mounts? it says even /@ is not mounted but of course it must be along with all the others?
>lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 40G 0 disk
├─sda1 8:1 0 40G 0 part /var/log
└─sda2 8:2 0 8M 0 part
sr0 11:0 1 1024M 0 rom
Mounts look ok
>mount | grep -i btrfs
/dev/sda1 on / type btrfs (rw,relatime,space_cache=v2,subvolid=256,subvol=/@)
/dev/sda1 on /home type btrfs (rw,relatime,space_cache=v2,subvolid=257,subvol=/@home)
/dev/sda1 on /var/cache type btrfs (rw,relatime,space_cache=v2,subvolid=258,subvol=/@cache)
/dev/sda1 on /var/log type btrfs (rw,relatime,space_cache=v2,subvolid=259,subvol=/@log)
Whats going on? and how do i get the lsblk mount list back without a reboot?
P.S. If snapper is not installed this does not happen.