From owner-freebsd-questions Thu Jul 25 11:20:58 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18706 for questions-outgoing; Thu, 25 Jul 1996 11:20:58 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA18689 for ; Thu, 25 Jul 1996 11:20:49 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id NAA00395; Thu, 25 Jul 1996 13:20:20 -0500 (EST) From: John Dyson Message-Id: <199607251820.NAA00395@dyson.iquest.net> Subject: Re: MFS question To: root@buffnet.net (Superuser) Date: Thu, 25 Jul 1996 13:20:20 -0500 (EST) Cc: freebsd-questions@freebsd.org In-Reply-To: from "Superuser" at Jul 25, 96 01:45:30 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Do MFS file system get swapped? or do they stick in ram no matter what? > The MFS data resides in the MFS process address space. It is pageable like most other processes. John