So, our servers are being managed by a hosting provider. These servers are running FreeBSD. Each disk we let them mount loses 10% of it's disk space.
I know (if I understand correctly) that this is normal and the reason is that the file-system allocates 10% diskspace for the root user. I read for example this: https://forums.freebsd.org/threads/29336/
Now I do understand that the operating systems needs space here and there to do stuff. However: when we mount a disk under - let's say - /data/web/my-user/some-sub-directory-somewhere-for-a-specific-goal/
Does that mount need to lose that 10% diskspace? Or can/should the hosting provider the tunefs -m
option in order to save us some money.
Any FreeBSD guru's who can recommend something on this matter?