Date: Mon, 29 Nov 1999 23:57:48 -0700 From: Warner Losh <imp@village.org> To: matt@csis.gvsu.edu Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Human readable df Message-ID: <199911300657.XAA99880@harmony.village.org> In-Reply-To: Your message of "Mon, 29 Nov 1999 23:04:36 EST." <19991129230436.A6501@badmofo> References: <19991129230436.A6501@badmofo>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <19991129230436.A6501@badmofo> matt@csis.gvsu.edu writes: : [badmofo@/home/matt] df -h : Filesystem Size Used Avail Capacity Mounted on : /dev/wd0s1a 722M 20M 644M 3% / : /dev/wd0s2h 9.9G 4.4G 4.8G 48% /usr : procfs 4.0K 4.0K 0B 100% /proc Note, this uses the "traditional computer science SI extention" units. Where M == 1 << 20, G == 1 << 30, etc. Disk drive manufacturers use the real SI units where M == 10 ^ 6, G == 10 ^ 9, etc. There are new Si units for the old traditional CS SI units, but I don't like them :-) It also appears that this patch ignores blocksize, but maybe that's something that I've missed somehow... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911300657.XAA99880>