From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 15qWod-00067w-00 for ; Mon, 08 Oct 2001 10:35:15 +0100 From: David Woodhouse In-Reply-To: References: To: Cristiano Paris Cc: linux-mtd@lists.infradead.org Subject: Re: MTD newbie Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 08 Oct 2001 10:44:21 +0100 Message-ID: <14553.1002534261@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: > netconsole: network logging started up successfully! > jffs2_lookup() > jffs2_create() > jffs2_reserve_space(): Requested 0x44 bytes > jffs2_reserve_space(): alloc sem got > jffs2_do_reserve_space(): Giving 0xfffffffc bytes at 0x206004 It's already broken by this point. The free space in this block is -4 bytes. Can you start the console logging before mounting the filesystem? -- dwmw2