According to df(1), I have -5.3MB free space on my /dev/ad6s1a partition:
How to understand this? :OO And why aren't maximum amount of data stored on the partition 100%?
Code:
[root@ ~]# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad6s1a 496M 461M -5.3M 101% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad6s1e 496M 6.3M 450M 1% /tmp
/dev/ad6s1f 70G 14G 50G 22% /usr
/dev/ad6s1d 1.9G 110M 1.7G 6% /var
[root@ ~]#
How to understand this? :OO And why aren't maximum amount of data stored on the partition 100%?