public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Holger Schurig <h.schurig@mn-logistik.de>
Cc: linux-mtd@lists.infradead.org
Subject: Re: jffs2 loop mounting
Date: Mon, 02 Jul 2001 16:54:29 +0100	[thread overview]
Message-ID: <15141.994089269@redhat.com> (raw)
In-Reply-To: <20010702150401.CE683E814@lin01.mn-logistik.de>

h.schurig@mn-logistik.de said:
> How difficult would it be for a relatively kernel-newby to add
> mount -o loop -t jffs2 /var/tmp/somefile.jffs2 /mnt/jffs2
> support? 

On your workstation:

modprobe mtdram totalsize=$TOTALSIZE erasesize=$ERASESIZE
dd if=somefile.jffs2 of=/dev/mtd0
mount -t jffs2 /dev/mtdblock0 /mnt/jffs2


--
dwmw2

      reply	other threads:[~2001-07-02 15:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-02 15:04 jffs2 loop mounting Holger Schurig
2001-07-02 15:54 ` David Woodhouse [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=15141.994089269@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=h.schurig@mn-logistik.de \
    --cc=linux-mtd@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox