我的df -h
輸出:
root@haier-ubuntu:/# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/haier--ubuntu-root 457G 433G 691M 100% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.9G 4.0K 1.9G 1% /dev
tmpfs 385M 1.1M 384M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 7.0M 1.9G 1% /run/shm
none 100M 8.0K 100M 1% /run/user
overflow 1.0M 4.0K 1020K 1% /tmp
/dev/sda1 228M 88M 129M 41% /boot
請參閱行/dev/mapper/haier--ubuntu-root 457G 433G 691M 100% /
,Used + Avail != Size
和(Used / Size) * 100% != Use%
。怎麼了?
更新:
我認為這個問題不同於du -h 和 ls -lh 有什麼不同?。du -h
和顯示不同結果的原因ls -lh
是由於所謂的slack space
.但我的問題是關於reserved space
.
答案1
大多數檔案系統都保留一些磁碟空間用於日誌記錄、碎片整理、快取等。