From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from talk.nabble.com (www.nabble.com [72.21.53.35]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 88AB3DDE27 for ; Sat, 24 Feb 2007 14:19:56 +1100 (EST) Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HKnRw-0000vy-DZ for linuxppc-embedded@ozlabs.org; Fri, 23 Feb 2007 19:19:52 -0800 Message-ID: <9130617.post@talk.nabble.com> Date: Fri, 23 Feb 2007 19:19:52 -0800 (PST) From: Nethra To: linuxppc-embedded@ozlabs.org Subject: Re: [PATCH] jffs2 file system In-Reply-To: <1172242531.22834.138.camel@saruman.qstreams.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii References: <9097247.post@talk.nabble.com> <200702221128.02970.juergen.beisert@weihenstephan.org> <9097618.post@talk.nabble.com> <200702221229.51830.juergen.beisert@weihenstephan.org> <9113399.post@talk.nabble.com> <1172242531.22834.138.camel@saruman.qstreams.net> List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , thanks ben, I have already tried to build jffs2 image as per link mentioned using mkfs.jffs2 utility, but mkfs.jffs2 is absent in host...so i downloded mkfs.jffs2 from net and used the same to create the image.Is it the correct way? it is giveing error when booting... nethra > thanks... > > what are the steps to create jffs2 image? > Here's a good link on building a JFFS2 filesystem: http://www.denx.de/wiki/view/DULG/RootFileSystemOnAJFFS2FileSystem > do i need to disable nfs option in kernel? No. Both can happily co-exist > > what r steps for jffs2 mounting after nfs mounting on the board? > Try: mount -t jffs2 -o ro /dev/mtdblockX / I'd recommend booting to an NFS filesystem. Once in Linux, you can try mounting the JFFS2 block and debug from there. Once you have that working, try booting to JFFS2 via the MTD_PHYSMAP methods. regards, Ben _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded -- View this message in context: http://www.nabble.com/jffs2-file-system-tf3271928.html#a9130617 Sent from the linuxppc-embedded mailing list archive at Nabble.com.