From owner-freebsd-questions Tue Jul 30 20:15:46 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA28706 for questions-outgoing; Tue, 30 Jul 1996 20:15:46 -0700 (PDT) Received: from magigimmix.xs4all.nl (magigimmix.xs4all.nl [194.109.6.25]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA28700 for ; Tue, 30 Jul 1996 20:15:42 -0700 (PDT) Received: from asterix.xs4all.nl (asterix.xs4all.nl [194.109.6.11]) by magigimmix.xs4all.nl (8.7.5/XS4ALL) with ESMTP id FAA07232 for ; Wed, 31 Jul 1996 05:15:39 +0200 (MET DST) Received: from plm.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.7.5/8.7.2) with UUCP id FAA11505 for freebsd-questions@FreeBSD.ORG; Wed, 31 Jul 1996 05:02:31 +0200 (MET DST) Received: (from plm@localhost) by plm.xs4all.nl (8.7.5/8.7.3) id XAA02414; Tue, 30 Jul 1996 23:39:00 +0200 (MET DST) To: freebsd-questions@FreeBSD.ORG Subject: MFS speed From: Peter Mutsaers Date: 30 Jul 1996 23:38:59 +0200 Message-ID: <87d91d8lqk.fsf@localhost.xs4all.nl> Lines: 13 X-Mailer: Gnus v5.2.26/Emacs 19.31 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, On an asynchronously mounted filesystem, and on MFS, I created 1000 files as a test for measuring the speed. I was surprised to see that it makes absolutely no difference. Aparently asynchronously mounting means also that 100% stays in buffer and does not go to disk. (I thought that some metadata might go to disk still synchronously, thus MFS being faster in such cases). So is there any advantage in using MFS compared to an asynchronously mounted regular filesystem?