Date: Tue, 24 Jun 2014 00:05:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 191270] df -h output missing units when size is 1TB Message-ID: <bug-191270-8-LPxcVgxrGt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191270-8@https.bugs.freebsd.org/bugzilla/> References: <bug-191270-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191270 --- Comment #3 from xxjack12xx@gmail.com --- root@jack:/home/jack # df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/mirror/gm0 2834691060 1048475000 1559440776 40% / root@jack:/home/jack # df -k Filesystem 1024-blocks Used Avail Capacity Mounted on /dev/mirror/gm0 2834691060 1048475000 1559440776 40% / root@jack:/home/jack # df -h Filesystem Size Used Avail Capacity Mounted on /dev/mirror/gm0 2.6T 1000 1.5T 40% / Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/mirror/gm0 2834691060 1048475000 1559440776 40% 731598 365637040 0% / root@jack:/home/jack # df -g Filesystem 1G-blocks Used Avail Capacity Mounted on /dev/mirror/gm0 2703 999 1487 40% / root@jack:/home/jack # df -H Filesystem Size Used Avail Capacity Mounted on /dev/mirror/gm0 2.9T 1.1T 1.6T 40% / root@jack:/home/jack # df -m Filesystem 1M-blocks Used Avail Capacity Mounted on /dev/mirror/gm0 2768252 1023901 1522891 40% / root@jack:/home/jack # df -P Filesystem 512-blocks Used Avail Capacity Mounted on /dev/mirror/gm0 5669382120 2096950000 3118881552 40% / -- 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-191270-8-LPxcVgxrGt>