当前位置: 技术问答>linux和unix
FREE BSD 邮件服务器 提示错误:filesystem full 如何解决
来源: 互联网 发布时间:2016-05-16
本文导语: 请问各位高手,我邮件服务器出问题了,提示错误是: on /tmp: filesystem full 请问该如何解决,谢谢! | cd /tmp du -sk * | sort -nr | more This will give you a full listing of directories/files in /t...
请问各位高手,我邮件服务器出问题了,提示错误是:
on /tmp: filesystem full
请问该如何解决,谢谢!
on /tmp: filesystem full
请问该如何解决,谢谢!
|
cd /tmp
du -sk * | sort -nr | more
This will give you a full listing of directories/files in /tmp, in the order of the space they occupy. Then you can check out the individual files/directories and purge.
it is possible that a process is stuck in a loop and writing continuously to a log or a debug file. Can you check 'top' and see if any process is taking up an unusual amount of CPU %age?
c/c++开源软件 iis7站长之家
SUMMARY: What causes /tmp: File system full, swap space limit exceeded
这里能帮到你
du -sk * | sort -nr | more
This will give you a full listing of directories/files in /tmp, in the order of the space they occupy. Then you can check out the individual files/directories and purge.
it is possible that a process is stuck in a loop and writing continuously to a log or a debug file. Can you check 'top' and see if any process is taking up an unusual amount of CPU %age?
c/c++开源软件 iis7站长之家
SUMMARY: What causes /tmp: File system full, swap space limit exceeded
这里能帮到你
|
/tmp目录所在的磁盘空间用完了,清理一下吧。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。