21
Anyone ever used a 1TB (or larger) SD card in a Pi or Pi clone?
(startrek.website)
Welcome to the programming.dev Raspberry Pi community!
Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.
Members of this community are expected to exhibit mature and respectful behavior.
Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.
Please keep discussions in English so that they can be appropriately moderated.
Genuinely curious. Why exFAT? (I didn't downvote you, BTW).
I've not had any issues using ext4 for my Pi's SD cards. Any issues due to improper shutdowns are fixed with journal recovery. I also like to set a fairly high commit time in the mount options (120 seconds usually). Worst case is I lose the last 2 minutes of data, but it seems to work well to coalesce the writes (especially for things like Jellyfin or anything that uses SQLite and does a lot of constant little writes).
Well yes, if you know what your doing then the best would ext4.
I've not changed commit times before, but I would still avoid heavy write situations