I found the solution to this over on serverfault \- the reserved blocks for root-owned processes by default take 5% of your drive. I lowered this to 0% using `tune2fs -m 0 /dev/sdb1` and now I am showing all my free space, as espected.
I found the solution to this over on serverfault \- the reserved blocks for root-owned processes by default take 5% of your drive. I lowered this to 0% using `tune2fs -m 0 /dev/sdb1` and now I am showing all my free space, as espected.