Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jul 2016 15:01:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210847] df / overflow when trying to display values while the capacity got full
Message-ID:  <bug-210847-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210847

            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@FreeBSD.org
          Reporter: devnexen@gmail.com

Created attachment 172144
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172144&action=
=3Dedit
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210847-8>