From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johnny Hung Subject: Re: mount ramdisk rootfs /etc directory to jffs2 filesystem. Date: Fri, 22 Jan 2010 11:07:08 +0800 Message-ID: References: <20100119095024.GD16182@darwin> <20100119102026.GF16182@darwin> <20100119140600.GH16182@darwin> <2ea1731b1001192357r72d627e2gb36d71f23fd69b2e@mail.gmail.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=iTflYC/uGrsW8qIgNsA6yujGIKtLXQpxI+T9rym5PZo=; b=l+onw1qFZE79bOvLsNZzfIUeD7cJ2+UEYk+uKHV50dqb5SjWqxtUL8rFuhNl8VGIe7 4RtyiniJWn5tGWxqSI+Ua1btUfDbg4zfPXGDsZVaViJX6aRT1KyNUuUTKQJImsuf8iC1 teP0+2rCNuXFHkrazuef969KAXRBAbjjiJPms= In-Reply-To: <2ea1731b1001192357r72d627e2gb36d71f23fd69b2e@mail.gmail.com> Sender: linux-embedded-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Marco Stornelli Cc: Matthias Kaehlcke , Ricard Wanderlof , kernelnewbies , "linux-mtd@lists.infradead.org" , "linuxppc-dev@lists.ozlabs.org" , "linux-embedded@vger.kernel.org" 2010/1/20 Marco Stornelli : > 2010/1/20 Johnny Hung : >> 2010/1/19 Matthias Kaehlcke : >>> El Tue, Jan 19, 2010 at 02:17:22PM +0100 Ricard Wanderlof ha dit: >>> >> I consider to use ramdisk as rootfs because worry about wrong >> operation in rootfs (is use jffs2 rootfs) and it will cause system >> boot up failed. >> Another query, does the syslogd/klogd log files also store in jffs2 >> rootfs? Write to jffs2 frequently will reduce flash life cycle. >> >> BRs, H. Johnny >>> >>> -- > It seems there are a lot of file-systems I have to study :P. The same question is how to split my rootfs? Re-mount /etc, /var to another file-sysyem mtd part when system boot up? Thank your good advice. BRs, H. Johnny > In general a good splitting for rootfs could be: squashfs for rootfs, > tmpfs for volatile data (/tmp), ubifs (with a flash partition) for > "strong" permanent data (/etc, ....) and pramfs for "light" permanent > data (/var/log, .....). > I think you should "split" your rootfs. Ramdisk is an old approach > with some drawbacks. > > Marco >