I don't know if I'm in the correct forum for this.
We have an application that runs on a server. This is the only application on the server. One thread writes files to a directory. Another thread copies them to another machine and deletes them. From what I can see, the files are always written to the same area of the disk. Sooner or later, that area of the disk will be unusable while the rest of the disk will be OK.
I was just wondering whether we should not delete any files until the free disk area gets down to 20%. That way more of the disk will get used and the disk might last longer.
Does anyone have any opinions on this?
We have an application that runs on a server. This is the only application on the server. One thread writes files to a directory. Another thread copies them to another machine and deletes them. From what I can see, the files are always written to the same area of the disk. Sooner or later, that area of the disk will be unusable while the rest of the disk will be OK.
I was just wondering whether we should not delete any files until the free disk area gets down to 20%. That way more of the disk will get used and the disk might last longer.
Does anyone have any opinions on this?