Y
Hacker News
new
|
ask
|
show
|
jobs
by
shiftpgdn
2042 days ago
Those will still eventually die due to log being written to the card using all available read/write cycles.
3 comments
puzzlingcaptcha
2042 days ago
You mean /var/log or filesystem log? What about using non-journaling filesystems or keeping /var/log on a ramdisk?
link
bitwize
2042 days ago
That's a problem that will eventually affect
any
flash solution -- SD card, SSD, or USB flash.
link
megous
2042 days ago
They usually just stop accepting writes (silently). It's a bit of a head scratcher at first. But at least it doesn't lead to a complete data loss.
link