Date: Fri, 26 Jan 2001 03:00:03 -0800 (PST) From: "Bryan K. Ogawa" <bkogawa@primenet.com> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/23008: df -k reports incorrect amount of disk taken when BLOCKSIZE=K Message-ID: <200101261100.f0QB03294989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/23008; it has been noted by GNATS. From: "Bryan K. Ogawa" <bkogawa@primenet.com> To: <freebsd-gnats-submit@FreeBSD.org>, <zaks@prioris.mini.pw.edu.pl>, <dhagan@colltech.com> Cc: Subject: Re: bin/23008: df -k reports incorrect amount of disk taken when BLOCKSIZE=K Date: Fri, 26 Jan 2001 02:54:21 -0800 (PST) I tried this out on 4.1-RELEASE, and I didn't see it either: {baz} ~ 2:46 ttyp9 > uname -a FreeBSD baz.fake.primenet.com 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Sat Oct 7 22:49:51 PDT 2000 bkogawa@baz.fake.primenet.com:/usr/src/sys/compile/BAZAWE i386 {baz} ~ 2:46 ttyp9 > du -sk /etc du: /etc/isdn: Permission denied 1488 /etc {baz} ~ 2:53 ttyp9 > du -s /etc du: /etc/isdn: Permission denied 2976 /etc {baz} ~ 2:53 ttyp9 > echo $BLOCKSIZE BLOCKSIZE: Undefined variable. {baz} ~ 2:53 ttyp9 > setenv BLOCKSIZE K {baz} ~ 2:53 ttyp9 > du -s /etc du: /etc/isdn: Permission denied 1488 /etc {baz} ~ 2:53 ttyp9 > setenv BLOCKSIZE k {baz} ~ 2:53 ttyp9 > du -s /etc du: /etc/isdn: Permission denied 1488 /etc -- bryan k ogawa <bkogawa@primenet.com> http://www.primenet.com/~bkogawa/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101261100.f0QB03294989>