WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2026 Poal.co

1.2K

(post is archived)

[–] 1 pt

I use my pi to run Adguard Home, a PHP link saver and file server I wrote, and a little flask app that I wrote to learn Python. So, it's always on and I was worried about writes to the SD card eventually corrupting it.

What I did was follow a guide to edit Fstab so that only the boot partition (?correct term?) Is on the SD, root has it's own USB, and the files for the file server sit on their own USB.

This way, most writes are on the root and file server usb's, saving the SD card.

It's been running for several months like this with no failures. If I can find that guide, I'll link it.

[–] 0 pt

> sweet tyvm. You post on the sub if its about Raspberry Pi info too btw

[–] 0 pt

Theres log2ram that spares the SDcard from a lot of log related read/write events. However, it doesn't save your logs on any storage, except in the RAM.