From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 11 Jun 2001 12:04:59 +1200 From: Mark van Walraven Subject: Re: [linux-lvm] LILO configuration for LVM "boot" filesystem Message-ID: <20010611120459.A26558@mail.wave.co.nz> References: <20010605210727.C1870@pc.ilinx> <3B1F9E1C.1984FAF8@wrkhors.com> <3B1FED48.DB80BF00@tls.msk.ru> <20010608153036.G21909@jensbenecke.de> Mime-Version: 1.0 In-Reply-To: <20010608153036.G21909@jensbenecke.de>; from Jens Benecke on Fri, Jun 08, 2001 at 03:30:36PM +0200 Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@sistina.com On Fri, Jun 08, 2001 at 03:30:36PM +0200, Jens Benecke wrote: > On Fri, Jun 08, 2001 at 01:08:24AM +0400, Michael Tokarev wrote: > > Another thing to consider if you run 2.4 kernel -- mount tmpfs on /tmp > > (and give some reasonable size restrictions). This way, /tmp works much > > faster, does not need to be cleaned on boot, and will not eat root's > > space. You should have reasonable swap space it you plan to use it > > heavily. Works very well here. > > tmpfs? I thought that existed only on Solaris, and the primary reason for > tmpfs is that Solaris's UFS is so ssllooww compared to other FS (e.g. > ext2, reiser, etc.) It's in Linux 2.4 also. It has the same unfortunate problem as on Solaris, that once someone fills /tmp, you run out swap and daemons start dying. Mark.