From owner-freebsd-fs Wed Sep 24 07:32:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA01507 for fs-outgoing; Wed, 24 Sep 1997 07:32:25 -0700 (PDT) Received: from shadows.aeon.net (root@shadows.aeon.net [194.100.41.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA01492 for ; Wed, 24 Sep 1997 07:32:09 -0700 (PDT) Received: (from bsdfs@localhost) by shadows.aeon.net (8.8.7/8.8.3) id QAA29832 for freebsd-fs@FreeBSD.ORG; Wed, 24 Sep 1997 16:56:15 +0300 (EET DST) From: mika ruohotie Message-Id: <199709241356.QAA29832@shadows.aeon.net> Subject: Re: Known problems with async ufs? In-Reply-To: <19970924021624.34229@keltia.freenix.fr> from Ollivier Robert at "Sep 24, 97 02:16:24 am" To: freebsd-fs@FreeBSD.ORG Date: Wed, 24 Sep 1997 16:56:14 +0300 (EET DST) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-fs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > /dev/sd0a on / (local) > /dev/sd0s2e on /usr (local) > /dev/sd0s2f on /usr/local (local) > /dev/sd12e on /var (local) > /dev/sd0s2g on /users (local) > /dev/sd12f on /news (asynchronous, local, noatime, nosuid) > /dev/sd0s2h on /src (asynchronous, local) (/usr/src) > /dev/sd12h on /spare (asynchronous, local) (/home/ncvs) > /dev/sd0s2d on /work (asynchronous, local) > /dev/sd11a on /x (asynchronous, local, nosuid) > /dev/sd12g on /y (asynchronous, local, noatime) (/usr/obj) > procfs on /proc (local) > /work/spare on /x/ftp/pub/FreeBSD/XFree86-3.3 (local, read-only) general question... (pardon my possible ignorance) assuming one runs a filesystem /usr/src (noatime), wouldnt one need to run /usr and / (noatime) too to get the best "performance" from that flag? only filesystem that i could think i'd need to run (atime) is /var/mail but anyone knowing any others i should run such way too, tell me, since that' show my machines are not set up... i've been using my filesystems on either (async) (noatime) (async,noatime) for some time now, recently even using dma, in the past my machine did hang/crash relatively often coz of bad ram/cache i had, yet i never lost anything... now it doesnt crash anymore, tho. ofcourse, important filesystems / and /usr are just (noatime), others (async,noatime) except /var/mail just (async). and yes, i separate filesystems a lot, /usr/src /usr/ports /usr/obj /usr/tmp /usr /var /var/log /var/mail / /tmp /news /home all go into their own partition... (disadvantages?) i know i'd feel really pissed off to lose one of those (async) filesystems, but yet, everything i have in those are one way, or another, replaceable, thus, the gambler in me wants to run them as fast as possible... and if someone has some tests or anything for me to run, i might be able to do that. (i run always fresh current, hardly even older than two weeks) and while we talk about filesystems, _good_ journalling fs would be nice... mickey