Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2005 15:00:44 +0100 (CET)
From:      Oliver Fromme <olli@lurza.secnetix.de>
To:        freebsd-fs@FreeBSD.ORG
Subject:   Re: filesystem full - freebsd 5.3
Message-ID:  <200512191400.jBJE0iNM041742@lurza.secnetix.de>
In-Reply-To: <20051219132739.R28071@pcle2.cc.univie.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
Lukas Ertl <le@freebsd.org> wrote:
 > We have to cope with the same problem here.  It's a 662GB filesystem used 
 > for Cyrus imapd mail folders.  55GB free space, plenty of free inodes, and 
 > yet we get "filesystem full" messages.  If we remove some mail folders 
 > (postmaster double bounce stuff, thousands of mails per dir), the kernel 
 > stops complaining about a full filesystem (until it runs out of $factor_x 
 > again).

For an application like that (mail server), it might be
beneficial to create the file system with bsize == fsize
(e.g. both 8 kbyte), so you won't get any fragments at all.

On a related note, many people seem to set minfree to 0%,
in order to squeeze more space from the disk.  That's
almost always a mistake, because it increases fragmentation
considerably, especially if the file system has many small
write operations, and it reduces performance significantly.

Best regards
   Oliver

-- 
Oliver Fromme,  secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing
Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"I invented Ctrl-Alt-Delete, but Bill Gates made it famous."
        -- David Bradley, original IBM PC design team



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