linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Ben Warren <bwarren@qstreams.com>
To: Nethra <nethra_gmit@yahoo.co.in>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: [PATCH] jffs2 file system
Date: Fri, 23 Feb 2007 09:55:31 -0500	[thread overview]
Message-ID: <1172242531.22834.138.camel@saruman.qstreams.net> (raw)
In-Reply-To: <9113399.post@talk.nabble.com>

On Thu, 2007-02-22 at 20:28 -0800, Nethra wrote:
> 
> 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 /<mount_path>

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

  reply	other threads:[~2007-02-23 14:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-22 10:16 jffs2 file system Nethra
2007-02-22 10:27 ` Juergen Beisert
2007-02-22 10:58   ` [PATCH] " Nethra
2007-02-22 11:29     ` Juergen Beisert
2007-02-23  4:28       ` Nethra
2007-02-23 14:55         ` Ben Warren [this message]
2007-02-24  3:19           ` Nethra
2007-02-24  3:25             ` Ben Warren
2007-02-24  3:38               ` Nethra
2007-02-24  3:45               ` Nethra
2007-02-22 11:44 ` Josh Boyer
2007-02-24  8:38   ` [PATCH] " Nethra
2007-02-24 17:30     ` Juergen Beisert
2007-02-26  3:28       ` Nethra
2007-02-24 22:15     ` Ben Warren
2007-02-26  3:04       ` Nethra
2007-02-26  9:14       ` Nethra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1172242531.22834.138.camel@saruman.qstreams.net \
    --to=bwarren@qstreams.com \
    --cc=linuxppc-embedded@ozlabs.org \
    --cc=nethra_gmit@yahoo.co.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).