All of lore.kernel.org
 help / color / mirror / Atom feed
From: "George G. Davis" <davis_g@comcast.net>
To: Lei Yang <leiyang@nec-labs.com>
Cc: "Linux-Kernel (E-mail)" <linux-kernel@vger.kernel.org>,
	"Kernelnewbies (E-mail)" <kernelnewbies@nl.linux.org>
Subject: Re: Jffs2 file system
Date: Wed, 21 Jul 2004 19:47:12 -0400	[thread overview]
Message-ID: <20040721234712.GD32271@mvista.com> (raw)
In-Reply-To: <951A499AA688EF47A898B45F25BD8EE80126D4D3@mailer.nec-labs.com>

On Wed, Jul 21, 2004 at 03:48:35PM -0400, Lei Yang wrote:
> Hello,
> 
> Can I use jffs2 on a ramdisk? Is jffs2 only designed to be used on flash memory devices rather than RAM devices?

Your jffs2 question was already answered.

But this one wasn't answered:

> What about cramfs?

You can in fact use cramfs "on a ramdisk", e.g.:

cat image.cramfs > /dev/ram1
mkdir /mnt/cramfs
mount -oro /dev/ram1 /mnt/cramfs
mount | grep ram1
/dev/ram1 on /mnt/cramfs type cramfs (ro)

Of course cramfs also works on other block devices as well, e.g. mtdblock.

--
Regards,
George

  parent reply	other threads:[~2004-07-21 23:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-21 19:48 Jffs2 file system Lei Yang
2004-07-21 20:41 ` Josh Boyer
2004-07-21 20:58   ` Josh Boyer
2004-07-21 23:47 ` George G. Davis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-07-21 21:15 Lei Yang
2004-07-23  6:00 ` David Woodhouse
2007-01-04 13:43 jffs2 " inventor inventeors
2007-01-04 14:56 ` Josh Boyer
2007-02-22 10:16 Nethra
2007-02-22 10:27 ` Juergen Beisert
2007-02-22 11:44 ` Josh Boyer

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=20040721234712.GD32271@mvista.com \
    --to=davis_g@comcast.net \
    --cc=kernelnewbies@nl.linux.org \
    --cc=leiyang@nec-labs.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.