linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Dan Malek <dmalek@jlc.net>
To: wung_y@263.net
Cc: linuxppc embedded mail list
	<linuxppc-embedded@lists.linuxppc.org>,
	linux-ce-devel <linuxce-devel@linuxce.org>,
	linux embedded maillist <linux-embedded@waste.org>
Subject: Re: Root FS on Flash?
Date: Thu, 28 Oct 1999 00:57:41 -0400	[thread overview]
Message-ID: <3817D7C5.24905FE3@jlc.net> (raw)
In-Reply-To: 3817A40D.F62BC2FA@263.net


Wang Yong wrote:


> .... i have a question: how to make root file system on the
> flash memory? by now, most embedded linux employ NFS as root file
> system.

The diskless NFS root file system is simply used for convenience and
to reduce application development time.  You can put a root file
system on anything that will hold the bits.


>         does anyone has any experience on it? is there a embedded linux
> has done it? any comment and suggestion are welcome. thank you.

Yes, there are many systems using a variety of solutions to Flash rom
root file systems.  You have to consider your own application
requirements to choose what is appropriate for you.  You can use
a compressed initrd stored in flash rom, which is uncompressed into
a ram disk.  Another popular alternative is PCMCIA flash disks,
compact flash or Smart Media cards.  You can put a file system on them,
partition them, and compress some or all of the data.  Least favorite
on my list, but used by some people, is soldered on-board flash rom
parts.  Wear leveling and dynamic allocation are complex algorithms,
and above a rather small size compact flash cards are more cost effective.

All of this is supported by standard Linux distributions, and the boot
code in the PPC port handles it well.


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      reply	other threads:[~1999-10-28  4:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-28  1:17 Root FS on Flash? Wang Yong
1999-10-28  4:57 ` Dan Malek [this message]

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=3817D7C5.24905FE3@jlc.net \
    --to=dmalek@jlc.net \
    --cc=linux-embedded@waste.org \
    --cc=linuxce-devel@linuxce.org \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=wung_y@263.net \
    /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).