2
SuperUsers. I want to preserve the life of my laptop's SSD drive. I make heavy use of Vagrant, Chef, and Virtualbox. I'm using Test Kitchen w/ Vagrant to run my infrastructure code tests. I am creating and destroying VMs all day, several times a day, sometimes in parallel. I'd like all of this ephemeral activity to happen on a tmpfs, like /dev/shm/, rather than chewing away at my write-limited SSD. I'm running GNU/Linux. I have 32 GB RAM, so would like to make heavy use of it! :)
There are so many locations where these programs store their files, that I was hoping someone out there has a magic symlink, bind mount, or similar that will just magically make this problem easy to solve. :) Any takers? Thanks in advance.
"I want to preserve the life of my laptop's SSD drive." - No need. Really. – Daniel B – 2017-01-20T19:28:35.863
Have you checked the total writes available on your SSD and the number you've used so far? You may be surprised at how much life you've got left even without this. – music2myear – 2017-01-31T19:54:38.343
3Hey, guys. I'm not really interested in being told don't bother. :) I'm looking for help with what I asked about. If I don't want to use a finite resource and use a practically infinite one, I should be able to do so. Ya feel me? – Jesse Adelman – 2017-02-01T21:09:25.663