Re: weniger inodes mit newfs: error

From: Oliver Fromme <olli(at)secnetix.de>
Date: Wed, 17 Apr 2002 22:38:34 +0200 (CEST)

Bernd Walter <ticso(at)cicely9.cicely.de> wrote:
> -b darf man nicht > 64k setzen.

Ich würde es sogar vermeiden, irgendwelche Werte != 16k zu
verwenden. Aus einer Mail von Joe Greco, in der er ein
seltsames Fehlverhalten eines Filesystems kommentiert:

<Zitat>
 | > the one unusual thing about the configuration is that the filesystem
 | > we are attempting to build on is a 136GB ccd across 4 scsi disks with
 | > the fsize=8192 and the bsize=65536 (it is mainly to be used for large
 | > data log files):
 |
 | FreeBSD doesn't support fsize/bsize so large. There are ongoing issues
 | within the filesystem code and VM code that will cause such filesystems
 | to break under heavy load. Matt Dillon also talked about this being
 | less-than-optimal for the VM system from some technical points of view.
 | I ran into this years ago, and have been content to live with
 |
 | newfs -c 96 -b 16384 -f 4096 -i 1048576 /dev/rccd${i}e
</Zitat>

> -f sollte um den Faktor 8 kleiner als -b sein.

Oder kleinere Faktoren (4, 2, 1), was aber nur in bestimm-
ten Grenzfällen etwas bringt.

> -b ÷ -f < 8 ist nicht so wirkungsvoll, weils lediglich aufs Fileende
> wirkt und ein bischen die Metadaten reduziert.

Und die Fragmentierung.

Bei einem Faktor von 1 (blocksize == fragmentsize) schließt
man Fragmentierung völlig aus, hat dafür aber einen gewis-
sen Verschnitt bei Belegung des Platzes. Bei (relativ) we-
nigen, aber dafür großen Dateien dürfte es keine Rolle
spielen, insbesondere wenn es hauptsächlich »write-once«
Daten sind, wie z.B. ein mp3-Archiv. In dem Fall würde ich
sogar noch ein -m 0 dazuschieben.

Quintessenz: In den allermeisten Fällen lohnt es sich
höchstens, mit der -i Option zu spielen. Mit den anderen
Optionen kann man das FS prima »verschlimmbessern« ... ;-)

Gruß
   Olli

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.
"All that we see or seem is just a dream within a dream" (E. A. Poe)
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 17 Apr 2002 - 22:38:38 CEST

search this site