From owner-freebsd-current@FreeBSD.ORG Mon Jul 11 05:24:19 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 086B816A41C for ; Mon, 11 Jul 2005 05:24:19 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E25D43D48 for ; Mon, 11 Jul 2005 05:24:18 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so733240rne for ; Sun, 10 Jul 2005 22:24:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nCoGJETJs5tBiph+qOG8kgTsQetZOk24p9E7X6hctlZ131PNeSAk5NDkeMj8Vo1s1bn1nKKnQ2VAn9KkohfcpOXPw8JUUza2YTz7WoZqKi4CBKWQdlsd8g2b0hHpDRmu6YSHw7qJVbqenDedSkwfBZWps3h6WBdS6JcBVFYQUSk= Received: by 10.38.104.15 with SMTP id b15mr1756764rnc; Sun, 10 Jul 2005 22:24:17 -0700 (PDT) Received: by 10.38.101.41 with HTTP; Sun, 10 Jul 2005 22:24:17 -0700 (PDT) Message-ID: Date: Mon, 11 Jul 2005 14:24:17 +0900 From: Eric Kjeldergaard To: Neh In-Reply-To: <20050706012948.DFE9643D45@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050706012948.DFE9643D45@mx1.FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: Ext2fs strange errors on -CURRENT. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Kjeldergaard List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 05:24:19 -0000 On 7/6/05, Neh wrote: > I'm having some problems using ext2fs. > I have a mounted ext2 partition. It mounts ok. > I can do "ls dir" and it show me the contents. > But when i type "ls -l dir" for example, i got messages like: > "no such file or directory" >=20 > I can do "cp" to that partition, can do "rm" in some file, but copying fr= om > there or deleting recursive, like "rm -rf" show me "no such file or > directory" >=20 > some outputs: >=20 > root@plasma# uname -a > FreeBSD plasma.box.org 6.0-CURRENT FreeBSD 6.0-CURRENT #3: Tue Jul 5 > 21:22:11 BRT 2005 root@plasma.box.org:/usr/src/sys/i386/compile/JAH= =20 > i386 >=20 > root@plasma# mount > /dev/ad0s4a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/ad0s4e on /tmp (ufs, local, soft-updates) > /dev/ad0s4f on /usr (ufs, local, soft-updates) > /dev/ad0s4d on /var (ufs, local, soft-updates) > /dev/ad0s3 on /mnt (ext2fs, local) >=20 > root@plasma# pwd > /mnt > root@plasma# ls > gabi lero lfs.old rootz > ktrace.out lfs lost+found > root@plasma# ls -l > ls: gabi: No such file or directory > ls: ktrace.out: No such file or directory > ls: lero: No such file or directory > ls: lfs: No such file or directory > ls: lfs.old: No such file or directory > ls: lost+found: No such file or directory > ls: rootz: No such file or directory > total 0 >=20 > I checked it on 5.4-STABLE and it's working ok. >=20 > I have used ktrace to see what's going, but i can't say what is, so i > included the output of both "ls" and "ls -l" here: >=20 > http://sp-dhn.com.br/~neh/freebsd/ >=20 I just want to verify that this isn't isolated. I was having the same problem when I still had ext2 drives. --=20 If I write a signature, my emails will appear more personalised.