Hello,
In addition to storing lots of photos, my web application has the need to constantly read, write, and delete a lot of temporary files which it uses for various functionality. Some of these temp files can be very small, others may be quite large (1 GB +). I am running on Linux.
Would this constant reading/writing/deleting increase the risk of the drive failing? In order to ensure the actual photos remain safe, I'm tempted to store the photos on one drive and set up another drive for the temp files... but is that overkill?
Thank you, Brian
