I have a server with a partition that contains all the uploaded files from my users... It gets empty after the files received are send to the CDN.
Everything works. But I am worried that one day the partition might get full.
My first question is:
What happens when a Linux (Ubuntu 12) hard drive partition is full?
Is there a way that if my hard drive as certain amount of space on it, a script is executed? Maybe a Hook? So that I can stop my users from uploading for a certain amount of time.