1

I've got an i3 install on a laptop with an SSD. Currently I have it configured to save the WM layout on many different events. The tool that I'm using to do this is built on Python, and I'm just running it with an ampersand through the i3 config. However, I'm concerned that this will hurt the longevity of my disk. I understand a bit about the "virtual filesystem", but I'm not really sure how that applies here. Should I be concerned about my disk? And if so, how can I change my setup to avoid that, while still being able to frequently update this table (which is stored as multiple json files).

Thanks!

2
  • Interesting timing having this question asked immediately before unix.stackexchange.com/q/650082/117549! The first thing that comes to mind is a ram disk that's occasionally copied to a hard disk.
    – Jeff Schaller
    Commented May 17, 2021 at 15:05
  • 4
    Don't worry about it. First, your operating system caches updates to a file so every update you do doesn't go directly to disk. Second, most disks have caches that do the same. Third, SSDs last longer than you seem to think. Commented May 17, 2021 at 18:42

0

You must log in to answer this question.

Browse other questions tagged .