j***y 发帖数: 87 | 1 【 以下文字转载自 Programming 讨论区 】
【 原文由 jerry 所发表 】
You are using a NFS server to store all your temporary files. In this case,
if a file is deleted while some processes still opens that file, the file
will be renamed as .nfsXXXX, and the space is not released.
So check your porgram to close all the temporary files you opened before exit. |
|