public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Re: JFFS2: strange output
       [not found] <3C5673A4.662CC3E6@cambridgebroadband.com>
@ 2002-01-29 12:56 ` Kenneth Johansson
  2002-01-29 13:13   ` David Woodhouse
  0 siblings, 1 reply; 3+ messages in thread
From: Kenneth Johansson @ 2002-01-29 12:56 UTC (permalink / raw)
  To: Alex Zeffertt; +Cc: linuxppc-embedded, mtd@infradead.org

I think you used up all free blocks and now you basically is in a state where
you have to wait for one to get free before anything can happen. If you just
wait a while when things start to get slow then repeat the test do you get a
few runs that are fast again?

Alex Zeffertt wrote:
> 
> Hi all,
> 
> I'm using a linux-2.4.4-2001-11-24 kernel on an MPC862 based board.
> 
> I've been playing with JFFS2 and getting some strange results.
> 
> First I erase /dev/mtd2 (a 6 MB FLASH partition).  Then I mount the same partition
> 
> > mount -t jffs2 /dev/mtdblock2 /mnt
> 
> Then I copy file1 (a 500K file) to /mnt and repeat the following over and over:
> 
> > cp /mnt/file1 /mnt/file2; rm /mnt/file1; mv /mnt/file2 /mnt/file1
> 
> After 10 of the above I get the following message in /var/log/messages:
> 
> Dec 24 00:04:58 gonzo kernel: Waiting for chip to read, status = 4
> Dec 24 00:05:40 gonzo last message repeated 2 times
> 
> After 11 of the above I get the following message in /var/log/messages:
> 
> Dec 24 00:05:55 gonzo kernel: Waiting for chip to read, status = 4
> Dec 24 00:05:55 gonzo kernel: Waiting for chip to read, status = 7
> Dec 24 00:06:26 gonzo last message repeated 2841 times
> 
> By this point the copies are progressing painfully slowly.
> 
> I repeated the same test with JFFS1 and had no problems.  I repeated the above command 100 times,
> with no strange output in /var/log/messages, and with no slowing down.
> 
> Has anybody had similar problems with JFFS2?
> 
> Alex
> 
> ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

-- 
Kenneth Johansson	
Ericsson Telecom                  Tel: +46 8 404 71 83
Viderögatan 3                     Fax: +46 8 404 72 72
164 80 Stockholm                  kenneth.johansson@etx.ericsson.se

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: JFFS2: strange output
  2002-01-29 12:56 ` JFFS2: strange output Kenneth Johansson
@ 2002-01-29 13:13   ` David Woodhouse
  2002-01-29 14:33     ` Alex Zeffertt
  0 siblings, 1 reply; 3+ messages in thread
From: David Woodhouse @ 2002-01-29 13:13 UTC (permalink / raw)
  To: Kenneth Johansson; +Cc: Alex Zeffertt, linuxppc-embedded, mtd@infradead.org

kenneth.johansson@etx.ericsson.se said:
> After 11 of the above I get the following message in /var/log/messages:
> 
> Dec 24 00:05:55 gonzo kernel: Waiting for chip to read, status = 4
> Dec 24 00:05:55 gonzo kernel: Waiting for chip to read, status = 7
> Dec 24 00:06:26 gonzo last message repeated 2841 times
> 
> By this point the copies are progressing painfully slowly. 

Those messages are harmless. They're removed in non-ancient versions of the 
code. The system slows down partly due to the garbage collection, and 
partly due to the spewing of these messages.

--
dwmw2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: JFFS2: strange output
  2002-01-29 13:13   ` David Woodhouse
@ 2002-01-29 14:33     ` Alex Zeffertt
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Zeffertt @ 2002-01-29 14:33 UTC (permalink / raw)
  Cc: linuxppc-embedded, mtd@infradead.org

> 
> Those messages are harmless. They're removed in non-ancient versions of the
> code. The system slows down partly due to the garbage collection, and
> partly due to the spewing of these messages.
> 

Thanks, I guess I'll just comment out the printk then.

Alex

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-01-29 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3C5673A4.662CC3E6@cambridgebroadband.com>
2002-01-29 12:56 ` JFFS2: strange output Kenneth Johansson
2002-01-29 13:13   ` David Woodhouse
2002-01-29 14:33     ` Alex Zeffertt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox