On 2025-11-24 08:04 -05:00 EST, "Ankush Mondal" <[email protected]> 
wrote:
> This patch fixes the inconsistency in df -k header formatting described in Bug
> 290710 <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290710#c0>.
> 
> Before :
> root@bsd:~ # df -k
> Filesystem           1024-blocks         Used     Avail Capacity  Mounted on
> zroot/ROOT/default    65618056     4716712   60901344     7%      /
> 
> After :
> root@bsd:~ # df -k
> Filesystem           1K-blocks         Used     Avail Capacity  Mounted on
> zroot/ROOT/default    65618056     4716712   60901344     7%      /

Hi! Thanks for the patch!

This looses some precision from 1024. Do we have room to spell out IEC units? 
E.g. KiB, MiB?

Best,
Alex

Reply via email to