From owner-freebsd-hackers Tue Aug 11 21:42:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18187 for freebsd-hackers-outgoing; Tue, 11 Aug 1998 21:42:25 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from thing.dyn.ml.org (dyn1-tnt13-3.detroit.mi.ameritech.net [199.179.188.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18159 for ; Tue, 11 Aug 1998 21:42:11 -0700 (PDT) (envelope-from mcdougall@ameritech.net) Received: from ameritech.net (bsdx [192.168.1.2]) by thing.dyn.ml.org (8.8.8/8.8.7) with ESMTP id AAA01625 for ; Wed, 12 Aug 1998 00:41:40 -0400 (EDT) (envelope-from mcdougall@ameritech.net) Message-ID: <35D11D02.BEBAEFD5@ameritech.net> Date: Wed, 12 Aug 1998 00:41:38 -0400 From: Adam McDougall X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: hackers@FreeBSD.ORG Subject: Re: KERNFS and MFS References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Isn't it true that a mount_mfs never releases the memory allocated by writing files inside a mfs? This seemed to be the case when I used to use it for /tmp, and I stopped using it because it would continue to bog things down even after the files were erased from it. Remounting the partition, however, released the memory. Snob Art Genre wrote: > > I think I've got it: > > /dev/sd0b /tmp mfs rw,-s=131072 0 0 > /dev/sd1b /usr/obj mfs rw,-s=524288 0 0 > > Now I'm just wondering if I should leave these mounted async, per the > default, or whether I should try to get softupdates running on them. Is > that possible, and would it make sense? > > On Tue, 11 Aug 1998, Alfred Perlstein wrote: > > > heh, wasn't able to figure out the format in fstab so i have a "hack" > > in rc.local: > > > > echo 'mounting mfs /tmp.' > > mount_mfs -s 160000 -o nosuid,nodev /dev/wd0s3b /tmp > > > > /dev/wd0s3b is my swap partition. > > > > if anyone would document this better..... i'd appreciate knowing a "real" way to do this. > > > > thanks. > > Alfred > > > > Ben > > "You have your mind on computers, it seems." > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message