"cannot create snapshots" problem solved

snapper -c root create-config /
creates the above error cannot create … “already exists”

umount /.snapshots
btrfs subvolume delete /.snapshots
snapper -c root create-config /
mount /dev/mapper/mine-root on /.snapshots type btrfs (rw,relatime,ssd,discard=async,space_cache,subvolid=916,subvol=/@/.snapshots)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.