From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16375 invoked by alias); 26 Oct 2006 11:34:52 -0000 Received: (qmail 16358 invoked by uid 22791); 26 Oct 2006 11:34:51 -0000 X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Oct 2006 11:34:47 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1Gd3VQ-0007tE-00; Thu, 26 Oct 2006 13:34:40 +0200 Date: Thu, 26 Oct 2006 11:34:00 -0000 To: Srinivas rao Cc: ecos Message-ID: <20061026113440.GB26946@lunn.ch> Mail-Followup-To: Srinivas rao , ecos References: <20061026103341.32360.qmail@web7901.mail.in.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061026103341.32360.qmail@web7901.mail.in.yahoo.com> User-Agent: Mutt/1.5.13 (2006-08-11) From: Andrew Lunn X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] jffs2_1 test case error X-SW-Source: 2006-10/txt/msg00152.txt.bz2 On Thu, Oct 26, 2006 at 11:33:41AM +0100, Srinivas rao wrote: > Hi All, > > Iam running jffs2 test cases on my board. After > reading the directories getting error like below. > Pls give me the solution. Sorry, but we don't give solutions. We try to help you find the solution to your problem. > > : reading directory / > : entry . [mode 016f0001 ino > 00000001 nlink 1 size 0] > : entry .. [mode 016f0001 ino > 00000001 nlink 1 size 0] > : entry etc [mode 017f0001 ino > 00000004 nlink 1 size 0] > : entry dev: stat() returned -1 > No such entity > > : entry bin [mode 017f0001 ino > 00000002 nlink 1 size 0] > : entry lib [mode 017f0001 ino > 00000005 nlink 1 size 0] > : entry mnt [mode 017f0001 ino > 00000006 nlink 1 size 0] > : entry var [mode 017f0001 ino > 000000f6 nlink 1 size 0] > : entry tmp [mode 017f0001 ino > 000000fb nlink 1 size 0] > : entry sbin [mode 017f0001 ino > 00000007 nlink 1 size 0] > : create file /foo size 202 > <5>Write of 68 bytes at 0x003e3144 failed. returned > -5, retlen 68 Well if you look in packages/error/current/include/codes.h you will find that 5 is EIO. So you probably need to single step this write call and find out where and why it returns EIO. Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss