On 16.01.2004, at 17:28, Fozzy the Bear wrote:
> Hello, I have been running m0n0wall pb23r570 since it
> came out with no problems, but when I loaded the
> status.php page today df had this:
> df
> Filesystem 512-blocks Used Avail Capacity Mounted on
> /dev/md0c 19774 16964 1230 93% /
> procfs 8 8 0 100% /proc
> /dev/ad0a 9854 9434 -368 104% /cf
>
> Should I worry about /dev/ad0a being 104% full? It
> seems to be working fine at the moment though. I am
> running it on a pentium 120MHz with a harddrive.
No - by default FreeBSD reserves 8% of the disk space for the super
user, so if the filesystem is effectively more than 92% full, it will
show up as being over-full in df. I think I'll change my image building
prodecdure to format the filesystem with -o space -m 0 to get rid of
this. It's only a cosmetic problem, though.
- Manuel |