abceleung Posted April 1 Posted April 1 (edited) I saw someone using ZFS on their Netgate hardware and their eMMC fails in a year. Would BTRFS significantly shorten lifespan of eMMC/SD card, like ZFS does? Edited April 1 by abceleung 0 Quote
laibsch Posted Sunday at 06:29 AM Posted Sunday at 06:29 AM armbian already move a lot of directories to tmpfs to reduce the amount of writes. a misconfigured system can of course reduce the lifespan of flash memory but that will be the case regardless of filesystem. there are ways to mitigate write amplification, for example. you will need to monitor the write activity on your memory. don't fill it up completely. iostat or nmon will help you see how often and how much is written to disk. 0 Quote
hexdump Posted Sunday at 10:33 PM Posted Sunday at 10:33 PM (edited) i'm writing this from an aarch64 chromebook running mainline linux with 32gb of emmc (usually 90+ % full) which i'm using as daily driver for over two years now with firefox having many dozens of active tabs open all the time, so that its usually about 1gb into swap with its 4gb of ram (despite using zswap memory/swap compression) and so far it is running fine without problems und due to the btrfs internal checksumming on read those would be visible immediately ... same applies to a few small servers with a similar setup running from a1 rated sd cards, all fine as well ... this is not armbian, but btrfs (which should be the same everywhere) - maybe formatting with "-m single" and mounting with "ssd" option might be a good idea (at least this is what i use on above mentioned systems). Edited Sunday at 10:35 PM by hexdump 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.