Why does my filesystem usage on linux box differ from that shown by df?
By default linux often reserves 5% of a disk for use by root (this can be configured when the filesystem is created). This gives a little wiggle room when the drive is “full”. We are showing the actual usage of the disk (there are less significant digits in df – h). If you want to take this into account you can lower the threshold by 5%.