In this article in Linux Journal, the author states that his workstation sustains 6.3 GB/day of writes to his SSD.
Using tune2fs -l
, I see that my SSD filesystem was created on
Filesystem created: Sat Jun 28 09:20:03 2014
and lifetime writes are:
Lifetime writes: 6737 GB
That turns out to be 10 GB/day, which seems outrageous. I don't do any audio or video editing on the SSD. My /usr and /home dirs are on the SSD, everything else is on a HDD. I rarely edit images. I have Thunderbird, Firefox (with 20 tabs usually) and Skype open all the time, so you can tell what I mostly do with the machine.
Does anybody have similar data they can share? I'll do the calcs if you include your data from tune2fs
in a comment.
swap
partition is not on the SSD? – Apr 30 '16 at 06:41~/
– Apr 30 '16 at 07:58