Date: Sat, 22 Sep 2007 00:00:58 +0100 From: Bruce Cran <bruce@cran.org.uk> To: John Andrewartha <mulga@flinders.homeunix.org> Cc: freebsd-questions@freebsd.org Subject: Re: Hard drive RPM Message-ID: <46F44D2A.5080206@cran.org.uk> In-Reply-To: <200709211803.34234.mulga@flinders.homeunix.org> References: <7f28909c2f575ccd98796e2af18d4e05@prodigy.net> <20070920193234.K4602@wojtek.tensor.gdynia.pl> <20070921154124.37d20c19@meijome.net> <200709211803.34234.mulga@flinders.homeunix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
John Andrewartha wrote: > When you format a disk a percentage of the disk is reserved for a map so your > file can be found. > On a UFS it is called the SUPER BLOCKS a master and at least one slave. > > Typically these blocks will take up to 8% or there abouts of the disk. > > BTW I am not shouting when "SUPER BLOCKS' that's how it's written. > > In a root shell type fsck and watch the screen. > > For more info dig into you docs usually /share/doc or usr/doc there where some > really good docs on the UFS By default 8% of the disk is also reserved for use by the superuser: this extra space isn't displayed in the "Avail" column of df, so when the disk is really full (i.e the root user has filled the disk) it will show negative values. The amount of space reserved can be changed using tunefs(8). -- Bruce Cran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46F44D2A.5080206>