From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glynn Clements Subject: Re: updating informations of file systems Date: Tue, 10 Feb 2009 09:03:20 +0000 Message-ID: <18833.17112.915720.862631@cerise.gclements.plus.com> References: <18832.909.654717.28008@cerise.gclements.plus.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-admin-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: xtekhne@gmail.com Cc: linux-admin@vger.kernel.org Pol wrote: > > Apart from anything else, "du" won't report the space used by files > > which have been deleted (unlinked) but still exist because a process > > is using them. > > Sorry, i meant 'df'. > Is it possible 'df' does not report the current amount of space used by > partitions? No. Any allocation or deallocation of blocks will be immediately reflected in the output from "df" (for local filesystems, at least; there may be issues with networked filesystems). -- Glynn Clements