From owner-freebsd-current@FreeBSD.ORG Wed Nov 12 23:44:34 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C84F616A4CE for ; Wed, 12 Nov 2003 23:44:34 -0800 (PST) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609A343FE3 for ; Wed, 12 Nov 2003 23:44:33 -0800 (PST) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])hAD7iQf1052875; Thu, 13 Nov 2003 18:44:26 +1100 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost)hAD7iPFa052874; Thu, 13 Nov 2003 18:44:25 +1100 (EST) (envelope-from jeremyp) Date: Thu, 13 Nov 2003 18:44:25 +1100 From: Peter Jeremy To: Kris Kennaway Message-ID: <20031113074425.GC39616@cirb503493.alcatel.com.au> References: <20031113020400.GA44619@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031113020400.GA44619@xor.obsecurity.org> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: Who needs these silly statfs changes... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 07:44:34 -0000 On Wed, Nov 12, 2003 at 06:04:00PM -0800, Kris Kennaway wrote: >...my sparc machine reports that my i386 nfs server has 15 exabytes of >free space! > >enigma# df -k >Filesystem 1K-blocks Used Avail Capacity Mounted on >rot13:/mnt2 56595176 54032286 18014398507517260 0% /rot13/mnt2 18014398507517260 = 2^54 - 1964724. and 2^54KB == 2^64 bytes. Is it possible that rot13:/mnt2 has negative free space? (ie it's into the 8-10% reserved area). >Kris "Now accepting payment for data hosting" Kennaway Have you tried writing a couple of GB to the NFS filesystem? Peter