Linux硬盘不足的多种现象

  1. 使用VI编辑文件的时候 E297 Write error in swap file
  2. 如果这个时候保存,那个文件会变成0 Byte
  3. 移动文件的时候 cp: writing `test.php2′: No space left on device
  4. 容量调查
    [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
  5. 大文件调查
    [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