https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210847

            Bug ID: 210847
           Summary: df / overflow when trying to display values while the
                    capacity got full
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 172144
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172144&action=edit
Detects possible overflow

I was extracting a too big archive and got this

Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/ada0p2    9.7G    9.7G    -650M    109%    /
...

I dunno if it is really expected but it seems to be an overflow in the block
size calculation ...

After the fix I got with the same situation

Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/ada0p2    9.7G    6.4G    2.5G    72%    /

Hope it helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to