Elektrine lite

← Feed

@ben@mastodon.lubar.me

Post #1555954

2026-03-11 23:49 UTC

@keirFox @toroidalcore What filesystem are you using? I've got btrfs on my server and I had to force restart it and a few of the files I was working on ended up empty or full of nuls

Replies (2)

  • @ghostrunner@hachyderm.io 2026-03-12 00:24

    @ben @keirFox @toroidalcore I kinda doubt it would be the hard shutdown, simply because the files being affected were _probably_ not active at the time - KeirFox mentioned that some files affected are pictures, those wouldnt have been under modificaiton at shutdown. Best bet is fsck and memtest in that order. If you are using an SSD, be aware those have pretty young EOL compared to magnetic disk drives. That is your probable culprit. Unluckily it means more sectors are probably going to pop in the near future. Sorry m8.

    Open ##1555955

  • @colinstu@birdbutt.com 2026-03-12 00:49

    @ben @keirFox @toroidalcore yeah, we need to know what filesystem is being used here. df -hT in the terminal/console should tell you if you're using ext4 or btrfs or xfs or something.

    Open ##1555956