see ya friends soon, gonna reinstall arch with kde because my time is worthless
Conversation
Notices
-
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! -
Embed this notice
broken god (cvnt@fsebugoutzone.org)'s status on Friday, 25-Oct-2024 08:57:36 JST broken god @mischievoustomato @vertka
Whatever Apple uses. -
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! @vertka holy war? i have some opinions but nothing controversial
-
Embed this notice
vertka (vertka@suya.place)'s status on Friday, 25-Oct-2024 08:57:38 JST vertka @mischievoustomato you can spend this time teaching me about the holy war of filesystems -
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! broken god likes this. -
Embed this notice
EdBoatConnoisseur (edboatconnoisseur@poa.st)'s status on Friday, 25-Oct-2024 10:30:46 JST EdBoatConnoisseur @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 -
Embed this notice
EdBoatConnoisseur (edboatconnoisseur@poa.st)'s status on Friday, 25-Oct-2024 10:30:46 JST EdBoatConnoisseur @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" doneif you run it interactively and give it an argument it will show which partition is getting trimmed.
-
Embed this notice
Jerome (j@shitposter.world)'s status on Friday, 25-Oct-2024 10:30:46 JST Jerome @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 xfsbroken god likes this. -
Embed this notice
vertka (vertka@suya.place)'s status on Friday, 25-Oct-2024 10:30:47 JST vertka @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: -
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! @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
-
Embed this notice
segfault (segfault@class.lunanova.dev)'s status on Friday, 25-Oct-2024 10:30:50 JST segfault @mischievoustomato @cvnt @vertka takes on ext4? -
Embed this notice
broken god (cvnt@fsebugoutzone.org)'s status on Friday, 25-Oct-2024 10:35:03 JST broken god @j @EdBoatConnoisseur @mischievoustomato @segfault @vertka
So, how about ReiserFS? -
Embed this notice
EdBoatConnoisseur (edboatconnoisseur@poa.st)'s status on Friday, 25-Oct-2024 10:35:04 JST EdBoatConnoisseur @j @segfault @cvnt @mischievoustomato @vertka i pretty much only use btrfs except for /boot, can't beat Ext2 there.
-
Embed this notice
Jerome (j@shitposter.world)'s status on Friday, 25-Oct-2024 10:35:04 JST Jerome @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. -
Embed this notice
Jerome (j@shitposter.world)'s status on Friday, 25-Oct-2024 12:15:47 JST Jerome @cvnt @segfault @mischievoustomato @EdBoatConnoisseur @vertka I've never used it 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 @j @EdBoatConnoisseur @mischievoustomato @segfault @vertka
Neither have I, but some of his other work seemed promising.
-
Embed this notice