GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Johnny Peligro, now on Mitra! (mischievoustomato@mitra.taihou.website)'s status on Friday, 25-Oct-2024 08:57:39 JST Johnny Peligro, now on Mitra! Johnny Peligro, now on Mitra!

    see ya friends soon, gonna reinstall arch with kde because my time is worthless

    In conversation about 7 months ago from mitra.taihou.website permalink
    • Embed this notice
      broken god (cvnt@fsebugoutzone.org)'s status on Friday, 25-Oct-2024 08:57:36 JST broken god broken god
      in reply to
      • vertka
      @mischievoustomato @vertka

      Whatever Apple uses.
      In conversation about 7 months ago permalink
    • Embed this notice
      Johnny Peligro, now on Mitra! (mischievoustomato@mitra.taihou.website)'s status on Friday, 25-Oct-2024 08:57:37 JST Johnny Peligro, now on Mitra! Johnny Peligro, now on Mitra!
      in reply to
      • vertka

      @vertka holy war? i have some opinions but nothing controversial

      In conversation about 7 months ago permalink
    • Embed this notice
      vertka (vertka@suya.place)'s status on Friday, 25-Oct-2024 08:57:38 JST vertka vertka
      in reply to
      @mischievoustomato you can spend this time teaching me about the holy war of filesystems
      In conversation about 7 months ago permalink
    • Embed this notice
      Johnny Peligro, now on Mitra! (mischievoustomato@mitra.taihou.website)'s status on Friday, 25-Oct-2024 09:04:30 JST Johnny Peligro, now on Mitra! Johnny Peligro, now on Mitra!
      in reply to
      • vertka
      • broken god

      @cvnt @vertka i use btrfs because compression

      In conversation about 7 months ago permalink
      broken god likes this.
    • Embed this notice
      EdBoatConnoisseur (edboatconnoisseur@poa.st)'s status on Friday, 25-Oct-2024 10:30:46 JST EdBoatConnoisseur EdBoatConnoisseur
      in reply to
      • vertka
      • broken god
      • segfault
      • Jerome

      @vertka @mischievoustomato @segfault @cvnt @j that is easy to fix, just put this on a script and run it with sudo

      fstab_awk () { awk '/btrfs/ { sub(/defaults/,"noatime,compress=zstd:10")} ; {print $0}' "$1" } mv /etc/fstab /etc/old-fstab fstab_awk /etc/old-fstab > /etc/fstab
      In conversation about 7 months ago permalink
    • Embed this notice
      EdBoatConnoisseur (edboatconnoisseur@poa.st)'s status on Friday, 25-Oct-2024 10:30:46 JST EdBoatConnoisseur EdBoatConnoisseur
      in reply to
      • EdBoatConnoisseur
      • vertka
      • broken god
      • segfault
      • Jerome

      @vertka @mischievoustomato @segfault @cvnt @j also do NOT put the "discard" option on the fstab mount options, it is better to run a monthly trim cronjob like this:

      #!/bin/sh # # To find which FS support trim, we check that DISC-MAX (discard max bytes) # is great than zero. Check discard_max_bytes documentation at # kernel.org/doc/Documentation/block/queue-sysfs.txt # PATH=/usr/sbin:/usr/bin:/sbin:/bin for fs in $(lsblk -o MOUNTPOINT,DISC-MAX,FSTYPE | grep -E '^/.* [1-9]+.* ' | awk '{print $1}'); do [ -z "$1" ] || printf '%s\n' "sending trim to $fs" fstrim "$fs" done

      if you run it interactively and give it an argument it will show which partition is getting trimmed.

      In conversation about 7 months ago permalink

      Attachments


      1. Invalid filename.
    • Embed this notice
      Jerome (j@shitposter.world)'s status on Friday, 25-Oct-2024 10:30:46 JST Jerome Jerome
      in reply to
      • EdBoatConnoisseur
      • vertka
      • broken god
      • segfault
      @EdBoatConnoisseur @segfault @cvnt @mischievoustomato @vertka I usually do weekly
      It's not the most elegant solution for computers that don't stay on 24/7
      Ext4 does trim better than xfs
      In conversation about 7 months ago permalink
      broken god likes this.
    • Embed this notice
      vertka (vertka@suya.place)'s status on Friday, 25-Oct-2024 10:30:47 JST vertka vertka
      in reply to
      • broken god
      • segfault
      • Jerome
      @mischievoustomato @segfault @cvnt @j I moved from btrfs to ext4 because I'm retarded paranoid who noticed that btrfs does more writes and I believe it wears SSD faster :DUMBcat:
      In conversation about 7 months ago permalink
    • Embed this notice
      Johnny Peligro, now on Mitra! (mischievoustomato@mitra.taihou.website)'s status on Friday, 25-Oct-2024 10:30:48 JST Johnny Peligro, now on Mitra! Johnny Peligro, now on Mitra!
      in reply to
      • vertka
      • broken god
      • segfault
      • Jerome

      @segfault @vertka @cvnt it's ok. it's standard. that said, I'd recommend xfs over it since it's faster and more actively developed. I think @j also likes kt

      In conversation about 7 months ago permalink
    • Embed this notice
      segfault (segfault@class.lunanova.dev)'s status on Friday, 25-Oct-2024 10:30:50 JST segfault segfault
      in reply to
      • vertka
      • broken god
      @mischievoustomato @cvnt @vertka takes on ext4?
      In conversation about 7 months ago permalink
    • Embed this notice
      broken god (cvnt@fsebugoutzone.org)'s status on Friday, 25-Oct-2024 10:35:03 JST broken god broken god
      in reply to
      • EdBoatConnoisseur
      • vertka
      • segfault
      • Jerome
      @j @EdBoatConnoisseur @mischievoustomato @segfault @vertka

      So, how about ReiserFS?
      In conversation about 7 months ago permalink
    • Embed this notice
      EdBoatConnoisseur (edboatconnoisseur@poa.st)'s status on Friday, 25-Oct-2024 10:35:04 JST EdBoatConnoisseur EdBoatConnoisseur
      in reply to
      • vertka
      • broken god
      • segfault
      • Jerome

      @j @segfault @cvnt @mischievoustomato @vertka i pretty much only use btrfs except for /boot, can't beat Ext2 there.

      In conversation about 7 months ago permalink
    • Embed this notice
      Jerome (j@shitposter.world)'s status on Friday, 25-Oct-2024 10:35:04 JST Jerome Jerome
      in reply to
      • EdBoatConnoisseur
      • vertka
      • broken god
      • segfault
      @EdBoatConnoisseur @segfault @cvnt @mischievoustomato @vertka I'll likely never use btrfs again. If I need a robust filesystem I'll use ZFS and not it's mentally handicapped cousin.
      In conversation about 7 months ago permalink
    • Embed this notice
      Jerome (j@shitposter.world)'s status on Friday, 25-Oct-2024 12:15:47 JST Jerome Jerome
      in reply to
      • EdBoatConnoisseur
      • vertka
      • broken god
      • segfault
      @cvnt @segfault @mischievoustomato @EdBoatConnoisseur @vertka I've never used it
      In conversation about 7 months ago permalink
      broken god likes this.
    • Embed this notice
      broken god (cvnt@fsebugoutzone.org)'s status on Friday, 25-Oct-2024 12:18:54 JST broken god broken god
      in reply to
      • EdBoatConnoisseur
      • vertka
      • segfault
      • Jerome
      @j @EdBoatConnoisseur @mischievoustomato @segfault @vertka

      Neither have I, but some of his other work seemed promising.
      In conversation about 7 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.