I canβt but for some reason you can.
Can you share the full output of findmnt --real
? Last time it was truncated.
I canβt but for some reason you can.
Can you share the full output of findmnt --real
? Last time it was truncated.
Is that better
TARGET SOURCE FSTYPE OPTIONS
/ /dev/sda2[/@] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
ββ/home /dev/sda2[/@home] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
ββ/root /dev/sda2[/@root] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
ββ/var/tmp /dev/sda2[/@tmp] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
ββ/var/cache /dev/sda2[/@cache] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
ββ/srv /dev/sda2[/@srv] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
ββ/var/log /dev/sda2[/@log] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
ββ/boot/efi /dev/sda1 vfat rw,relatime,fmask=0077,dmask=0077,codepage=
ββ/var/lib/anbox/rootfs /dev/loop0 squashfs ro,relatime
ββ/var/lib/anbox/rootfs/cache
β /dev/sda2[/@/var/lib/anbox/cache] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
ββ/var/lib/anbox/rootfs/data
/dev/sda2[/@/var/lib/anbox/data] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,
No, see how it ends in space-time,
? There should be more after that.
Whoops Sorry i'm bad
β°βΞ» findmnt --real
TARGET SOURCE FSTYPE OPTIONS
/ /dev/sda2[/@] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=256,subvol=/@
ββ/home /dev/sda2[/@home] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=257,subvol=/@home
ββ/root /dev/sda2[/@root] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=258,subvol=/@root
ββ/var/tmp /dev/sda2[/@tmp] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=262,subvol=/@tmp
ββ/var/cache /dev/sda2[/@cache] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=260,subvol=/@cache
ββ/srv /dev/sda2[/@srv] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=259,subvol=/@srv
ββ/var/log /dev/sda2[/@log] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=261,subvol=/@log
ββ/boot/efi /dev/sda1 vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
ββ/var/lib/anbox/rootfs /dev/loop0 squashfs ro,relatime
ββ/var/lib/anbox/rootfs/cache /dev/sda2[/@/var/lib/anbox/cache] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=256,subvol=/@
ββ/var/lib/anbox/rootfs/data /dev/sda2[/@/var/lib/anbox/data] btrfs rw,noatime,compress=zstd:3,ssd,space_cache,autodefrag,subvolid=256,subvol=/@
Hope that helps
That is from inside the VM where it was going to let you remove '@'?
But it won,t let me remove the others, I will check baremetal later,
Edit: And it would let me delete @ on my laptop which is baremetal
I wonder if it has something to do with the fact that you have it mounted multiple times because of anbox. Let me look through the code on that.
@dalto which de doesnt have that as a default install i will then run up a vm to see
Hmm...I have installed dr4gonized, gnome and i3 and none of them have that as default.
Ok i will try just dragonized not the gaming to see mite narrow it down
I found the problem. It is that. I am not handling the case of a subvol being mounted multiple times.
I am searching for the uuid and then comparing the results to the uuid. In that case it isn't equal because it is comparing the uuid to multiple copies of the uuid.
Thanks for the help. Nice work!
Glad to help
Some new changes inbound when the package next builds
@
to be deleted is now fixedIMPORTANT: These changes now mean that the final safeguard before deleting a subvolume is the confirmation prompt. If you say "Yes" there is will delete without further prompting.
@dalto Just Tested r13 which ithink is the latest.
All works as intended
The only thing that i can see is if you delete a snapshot from garuda assistant it still leaves a entry in the Timeshift
Thanks again for all the help testing. Everyoneβs feedback has helped improve the product.
So it looks like timeshift goes through itβs list and identifies that the snapshots for that entry are missing. Then it updates the associated json file with the fact that the entry has no associated snapshots and thenβ¦leaves it on the list.
I just pushed a fix for the timeshift problem.
It won't cleanup the old ones but any new deleted snapshots should be removed from timeshift.