From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25225 invoked from network); 2 Feb 2021 06:03:13 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 2 Feb 2021 06:03:13 -0000 Received: from vultr.musolino.id.au ([45.76.123.158]) by 1ess; Tue Feb 2 00:41:11 -0500 2021 Received: from 101.103.133.150 ([101.103.133.150]) by vultr; Tue Feb 2 16:40:52 +1100 2021 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit To: 9front@9front.org From: Alex Musolino Date: Tue, 02 Feb 2021 16:10:51 +1030 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: decentralized private event-oriented hardware ORM blockchain-scale cache-oriented injection layer Subject: Re: [9front] disk space Reply-To: 9front@9front.org Precedence: bulk > what's the equivalent df in plan9. Trying to find the fee disk > space or available For cwfs(4) you can use the "statw" command on /srv/cwfs.cmd. For hjfs(4) you can use the "df" command on /srv/hjfs.cmd. I usually use con(1) with the -C option when talking over these filesytem command channels.