BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- Subject: [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- From: mark at buttery.org (Shirley Márquez Dúlcey)
- Date: Thu, 1 Dec 2022 16:17:45 -0500
- In-reply-to: <bbe84be7cef628226f73e775df4d7adf.squirrel@mail.mohawksoft.com>
- References: <3cdb535c-a04a-fb96-7038-d0c0204af969@syntheticblue.com> <bbe84be7cef628226f73e775df4d7adf.squirrel@mail.mohawksoft.com>
When SSDs first became available, they were a poor fit for Unix-like file systems unless you made changes because maintaining atime (the time each file was accessed) caused very rapid wear of an SSD. Current distros mitigate that by automatically switching to a modified version of atime for file systems located on an SSD; it only guarantees to show whether the access time is more recent than the most recent change. The very rapid changes to log files can still be an issue in some use cases; again, write-behind caching lowers the impact of that, as the log might be updated multiple times before being written to disk. Systems with extreme workloads might benefit from using a battery-backed RAMdisk for the log files. On Thu, Dec 1, 2022 at 11:16 AM <markw at mohawksoft.com> wrote: > This is a space where "price" or "quality" make a difference. > > A "good" SSD has a lot of extra sectors to map in when it detects a write > error. All done internally to the drive. Better drives do a lot of things > to reduce wear. Some do dedup. Some don't store blocks that are all zero > or blocks that are all ones. > > Its kind of hard to adjust your usage, suffice to say, it is all based on > the amount of change. Individual SSD cells can handle from 3,000 to > 100,000 writes depending on the technology. It is possible to pay twice as > much for a drive that will have 30 times more usable write longevity. > > If your data is largely unchanging, it doesn't matter. If you have a > highly dynamic write environment, go for single level cell NAND flash, > that will last the longest. Find a good enterprise drive that has extra > capacity to remap as cells fail. > > > > Hi all, > > > > The discussion about filesystems got me thinking about whether or not > > it's worth trying to reduce SSD wear on my first system (laptop) to have > > one. It occurred to me that file cloning seems like it could save a few > > writes... > > > > I've heard that some SSDs wear out pretty quickly, but I'm not sure if > > that's real or just rumor and innuendo. > > > > Anyone have thoughts on whether it's worth trying to reduce wear on the > > drive? If so, what kind of changes could I make to my system? > > > > I've installed Ubuntu, which I've been happy with as I'm not much of a > > sysadmin; I know it's resource heavy but I seem to be fine with 16gigs > > of ram. > > > > It's dual boot, but I haven't used windows except when I first got it to > > test; I'll wipe windows if I ever run low on space. > > > > > > Thanks, > > > > Dan > > > > _______________________________________________ > > Discuss mailing list > > Discuss at lists.blu.org > > http://lists.blu.org/mailman/listinfo/discuss > > > > > _______________________________________________ > Discuss mailing list > Discuss at lists.blu.org > http://lists.blu.org/mailman/listinfo/discuss >
- Follow-Ups:
- [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- From: gaf.linux at gmail.com (Jerry Feldman)
- [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- References:
- [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- From: markw at mohawksoft.com (markw at mohawksoft.com)
- [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- Prev by Date: [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- Next by Date: [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- Previous by thread: [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- Next by thread: [Discuss] Reducing wear on SSD drives - worth the effort and, if so, how?
- Index(es):