From: David Woodhouse <dwmw2@infradead.org>
To: Cristiano Paris <c.paris@libero.it>
Cc: linux-mtd@lists.infradead.org
Subject: Re: MTD newbie
Date: Tue, 02 Oct 2001 15:14:11 +0100 [thread overview]
Message-ID: <13487.1002032051@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0110021433460.250-100000@lisa.rhpk.springfield.inwind.it>
c.paris@libero.it said:
> modprobe mtdcore
> modprobe mtdram total_size=16384 erase_size=8
> modprobe mtdblock
> modprobe jffs2
> mount -t jffs2 /task-familiar-etc /mnt
What is /task-familiar-etc? Did you mean:
dd if=/task-familiar-etc of=/dev/mtdblock0
mount -t jffs2 /dev/mtdblock0 /mnt
c.paris@libero.it said:
> After that the system just hangs (no kernel ooops shown). David, have
> you tried yourself with the mtdram fake device ?
Yes, I've tested both JFFS and JFFS2 on the mtdram device with 2.4.10-ac1
and the patch which Alan included into 2.4.10-ac3. Please could you compile
with CONFIG_JFFS2_FS_DEBUG=1, set the loglevel to 9 by running the command
"echo 9 > /proc/sys/kernel/printk" and show me what it says?
--
dwmw2
next prev parent reply other threads:[~2001-10-02 14:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-01 10:49 MTD newbie Cristiano Paris
2001-10-01 11:00 ` David Woodhouse
2001-10-01 14:50 ` kira brown
2001-10-01 15:52 ` Cristiano Paris
2001-10-01 20:49 ` David Woodhouse
2001-10-02 12:36 ` Cristiano Paris
2001-10-02 14:14 ` David Woodhouse [this message]
2001-10-02 19:35 ` Cristiano Paris
2001-10-02 19:51 ` David Woodhouse
2001-10-02 22:49 ` Cristiano Paris
2001-10-08 9:44 ` David Woodhouse
-- strict thread matches above, loose matches on Subject: below --
2001-10-01 16:17 Larry Doolittle
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=13487.1002032051@redhat.com \
--to=dwmw2@infradead.org \
--cc=c.paris@libero.it \
--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 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.