LINUX.ORG.RU

Из ext3 faq http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html

>Q: 'df' command says partition is full, while 'du' reports free space

>Theodore Ts'o, the ext2 developer, said:

>The standard cause for this is some user process keeping a deleted file open. When this happens, the space is not visible via 'du', since the file is no longer visible in the directory tree. However, the space is still used by the file until it is deallocated, and that can only happen once the last process which has the file open either closes its file descriptor to the file, or the process exits. You can use the lsof program to try to find which process is keeping an open file. Usually it's some log file, or some large data base file which gets rotated out, but some older process are still keeping the log file open.

chucha ★★★☆
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.