From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Drokin Subject: Re: Simple preformance test Date: Thu, 11 Apr 2002 18:12:05 +0400 Message-ID: <20020411181205.A1971@namesys.com> References: <20020411165627.A992@namesys.com> <3CB598A3.483349D2@vamo.orbitel.bg> Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Content-Disposition: inline In-Reply-To: <3CB598A3.483349D2@vamo.orbitel.bg> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ivan Ivanov Cc: reiserfs-list@namesys.com Hello! On Thu, Apr 11, 2002 at 05:07:31PM +0300, Ivan Ivanov wrote: > Filesystem 1k-blocks Used Available Use% Mounted on > /dev/hda7 1172672 1170676 1996 100% /mnt/test > I know this but df shows 1996 blocks free These blocks cannot be used. They are reserved for some purpose, and there is even a code to grab these blocks, but the code is disabled, so each reiserfs FS have 2 Mb of data that cannot be allocated. Bye, Oleg