cablespaghetti.dev is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Cablespaghetti's personal snac instance
Admin email
sam@cablespaghetti.dev
Admin account
@sam@cablespaghetti.dev

Search results for tag #btrfs

[?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
@rl_dane@polymaths.social

@dfloyd888

I do love debian, although I'd kill for a yearly release cycle XD

#Linux running #btrfs and snubbing #ZFS (although I understand the license is... horricle) is the Linux equivalent to "Americans will use ANYTHING but use the metric system"

    [?]Scott Williams 🐧 [He/Him] » 🌐
    @vwbusguy@mastodon.online

    Lesson in today - if you've got a bunch of users with some common very large container images, the default overlay might eat up your rootfs on your worker nodes, but can be a significantly more quicker and efficient alternative.

      [?]Yann Büchau :nixos: » 🌐
      @nobodyinperson@fosstodon.org

      TIL that will happily run into a "no space left on device" wall with no possibility to write metadata anymore (which is needed for balancing and thus getting out of this situation) 🤦

      (btrfs haters and enthusiasts incoming in 3... 2... 1...)

      UPDATE: Solution is to `btrfs device add /dev/anEmptyDevice /<btrfsMountpoint>`, then run something like `btrfs balance start -dusage=5 /<btrfsMountpoint>`

        10 ★ 3 ↺

        [?]sam » 🌐
        @sam@cablespaghetti.dev

        In snac on an ancient Raspberry Pi news, I switched from XFS to Btrfs and my memory pressure issues are now a thing of the past. As a bonus I can use snapshots for backups instead of taring up the many small files that snac generates (it has no traditional database).

        I tried tuning various parameters but after some reading came to the conclusion that lots of small files with very little RAM is about the worst case scenario for XFS.