[Bug 210847] df / overflow when trying to display values while the capacity got full
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 5 15:01:12 UTC 2016
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: freebsd-bugs at FreeBSD.org
Reporter: devnexen at gmail.com
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.
More information about the freebsd-bugs
mailing list