From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261578AbULVCYy (ORCPT ); Tue, 21 Dec 2004 21:24:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261943AbULVCYy (ORCPT ); Tue, 21 Dec 2004 21:24:54 -0500 Received: from rproxy.gmail.com ([64.233.170.199]:49944 "EHLO rproxy.gmail.com") by vger.kernel.org with ESMTP id S261578AbULVCYx (ORCPT ); Tue, 21 Dec 2004 21:24:53 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=YbtP8mEF1MBsCqvlEqRzj24VroSeCKq+FR8M9RIqcp80OfKkjkobfSbJgeApI+v/JIsuTB+c9MdvHWT/fTI/wr3dUzhzGgPx1Lks2bsXkYen4/2p6RTil/gb5a7Ld4elXPeKta4chYCQmFNVzW2GIgVy4Wiql8PYoH04N9N3r0U= Message-ID: Date: Wed, 22 Dec 2004 02:24:52 +0000 From: Phil Lougher Reply-To: Phil Lougher To: Brad Fitzpatrick Subject: Re: Make changes to read-only file system using RAM Cc: Chris Swanson , linux-kernel@vger.kernel.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1bdcbebf04122110087de9d976@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Dec 2004 10:15:41 -0800 (PST), Brad Fitzpatrick wrote: > Chris, > > Check out unionfs. You could try 'mini_fo'. This is similar to unionfs and it is already used on a number of liveCDs. Documentation http://www.denx.de/PDF/Diplomabeit-MK-1.0-net.pdf, software ftp://ftp.denx.de/pub/mini_fo. Unfortunately it also only works on 2.4. Phillip