跳过内容
- 使用VI编辑文件的时候 E297 Write error in swap file
- 如果这个时候保存,那个文件会变成0 Byte
- 移动文件的时候 cp: writing `test.php2′: No space left on device
- 容量调查
[admin@localhost ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 145G 145G 0 100% /
/dev/sda1 99M 18M 76M 19% /boot
none 2.0G 0 2.0G 0% /dev/shm
- 大文件调查
[admin@localhost ~]$ find / -type f -size +200000k -exec ls -lh {} \; 2> /dev/null | awk ‘{ print $NF “: ” $5 }’ | sort -nrk 2,2
/var/log/secure: 996M
/proc/kcore: 897M
/var/log/messages: 534M
/var/spool/mail/admin: 11G