From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Df command in Plan9? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001020203135.56C5F19A14@mail> Date: Fri, 20 Oct 2000 16:31:28 -0400 Topicbox-Message-UUID: 1a40d918-eac9-11e9-9e20-41e7f4b1d025 Look in the archives -- I and someone else (tad?) have posted df scripts/programs for kfs. Mine is at www.eecs.harvard.edu/~rsc/plan9.html. mount /srv/kfs /n/kfs du /n/kfs | tail will get you the number you're looking for. du '#SsdC0' will produce a number but likely not the one you want. Du just sums the sizes of all the files it sees. Please don't tell me that du /dev/sda1 would do something other than report the disk size under Linux. Russ