Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!unido!iaoobelix!woerz From: woerz@iaoobelix.UUCP Newsgroups: comp.unix.wizards Subject: Re: Size of NFS "block" (was Size of Sys - (nf) Message-ID: <8300008@iaoobelix.UUCP> Date: Thu, 23-Jul-87 23:19:00 EDT Article-I.D.: iaoobeli.8300008 Posted: Thu Jul 23 23:19:00 1987 Date-Received: Thu, 30-Jul-87 07:00:21 EDT References: <931@gvax.UUCP> Lines: 16 Nf-ID: #R:gvax:-93100:iaoobelix:8300008:000:767 Nf-From: iaoobelix!woerz Jul 24 04:19:00 1987 > /***** iaoobelix:comp.unix.wiz / gvax!jqj / 9:27 pm Jul 15, 1987*/ > Subject: Size of NFS "block" (was Size of SysV "block") > > > Note that varying block sizes is particularly a problem in an NFS environment. > When I do a "du", it reports sizes in blocks derived from a stat of the file > ... I looked at the manual of du on our suns and our VAX running vanilla 4.2BSD, they state clearly that du reports the size in kilobytes. I think this has been necessary to change, since under 4.2BSD it is possible to have different block sizes for different partitions on one disk, i.e. we run /tmp as a seperate partition with a block size of 8KB, while were running / with only 2KB blocks. This is mainly for space and access speed considerations. > /* ---------- */