Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2001 19:22:33 +0200
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        IMT <freebsd@rol.ro>
Cc:        questions@freebsd.org
Subject:   Re: Strange ? df output
Message-ID:  <20010816192233.A19322@student.uu.se>
In-Reply-To: <5.1.0.14.0.20010816190709.00a21d50@mail.rol.ro>
References:  <5.1.0.14.0.20010816190709.00a21d50@mail.rol.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 16, 2001 at 07:12:52PM +0300, IMT wrote:
> While doing a make i notice this strange (for me) df output:
> 
> Filesystem    Size   Used    Avail     Capacity  Mounted on
> /dev/ad2s1a   102M    32M    62M     34%        /
> /dev/ad2s1f    1.2G     1.2G  -63.3M   106%      /usr
>                                          ^^^^^^^^^
> /dev/ad2s1e    203M   6.0M   181M     3%        /var
> procfs            4.1K    4.1K     0B       100%      /proc
> /dev/ad0s1    6.3G     5.9G     404M    94%      /mnt/c
> /dev/ad0s5    4.2G     3.3G     838M    80%      /mnt/d
> /dev/ad0s6     10G     9.9G     185M    98%      /mnt/e
> 
> Could someone tell me why / how is this happening ?

You mean why you are using more than 100% of the disk?
A part of the disk ( 8% IIRC ) is reserved and only root can use it.
This part is normally not included when calculating the amount of
available space. (Since it isn't available to users.)
So the fact that you see a >100% usage just means that you have started
to chew into this area.

The reason that there is a part of the disk set aside in this way is
that, due to the way the filesystem works, performance will drop
rapidly when the disk is nearly full.
The amount of diskspace that should be set aside can be modified useing
tunefs(8) but that is not recommended for normal usage.



-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010816192233.A19322>