Date: Tue, 21 Jan 1997 19:54:43 +0100 From: roberto@keltia.freenix.fr (Ollivier Robert) To: freebsd-hackers@freebsd.org Subject: Re: ffs on ZIP drive (fwd) Message-ID: <Mutt.19970121195443.roberto@keltia.freenix.fr> In-Reply-To: <199701210901.BAA08351@superior.truenorth.org>; from Josef Grosch on Jan 21, 1997 01:01:11 -0800 References: <199701210901.BAA08351@superior.truenorth.org>
next in thread | previous in thread | raw e-mail | index | archive | help
According to Josef Grosch: > Filesystem 1024-blocks Used Avail Capacity Mounted on > /dev/sd2c 95343 1 87715 0% /mnt > superior# > It's bad enough that you don't get 100 meg that you would think but where > did the other 7.6 meg go to ? I understand that some gets lost in laying > out the UNIX file system but this does seem exessive. I'm sure I doing > something wrong, any ideas ? 8% of the file system size is reserved for root usage and while "1024-blocks" includes these 8%, "Avail" doesn't. 95343 * 0.92 = 87715 -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #36: Mon Jan 13 21:43:35 CET 1997
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19970121195443.roberto>