• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle



  • The FS feature is great, it’s just cumbersome to use without a tool.

    Snapper works well for a local backup like history both against botched updates and accidental deletion, but eats up the free space with the default settings.

    Timeshift is an easy to use GUI but doesn’t support non-default partitions.

    Also the quota support had a nasty side effect: freezing the whole system on snapshot deletion.


  • bazsy@lemmy.worldtoLinux@lemmy.mlHelp on BTRFS setup
    link
    fedilink
    English
    arrow-up
    6
    ·
    7 months ago

    Do I need to disable compression on my swap subvolume?

    Short: No

    Long: it doesn’t matter when mounting multiple subvolumes of the same btrfs partition the options from the first one (usually /) will apply to all. So even if you disable it, that will be ignored.

    The old way of creating swap shows the chattr +C line which disables CoW. The same method should work for your Downloads folder since CoW is needed for snapshotting.








  • Filesystem permissions

    For many apps it is not an issue and provides additional security but in other cases it’s very annoying and not trivial to fix.

    Example1: opening a .docx from Thunderbird flatpak with OnlyOffice flatpak does not work out of the box.

    Example2: mpv and VLC flatpaks work well for local files, but fail to open network shares from Dolphin.

    I think a possible solution would be runtime permission dialogs when denied access.