From owner-freebsd-current@FreeBSD.ORG Wed Jul 6 01:29:49 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 B570016A41C for ; Wed, 6 Jul 2005 01:29:49 +0000 (GMT) (envelope-from neh@onerd.com.br) Received: from olimpo.sp-dhn.com.br (c9066479.virtua.com.br [201.6.100.121]) by mx1.FreeBSD.org (Postfix) with SMTP id DFE9643D45 for ; Wed, 6 Jul 2005 01:29:48 +0000 (GMT) (envelope-from neh@onerd.com.br) Received: (qmail 27205 invoked from network); 6 Jul 2005 01:29:48 -0000 Received: by simscan 1.1.0 ppid: 25293, pid: 7954, t: 1.4412s scanners: attach: 1.1.0 clamav: 0.86.1/m:33/d:967 spam: 3.0.4 Received: from localhost (127.0.0.1) by olimpo.sp-dhn.com.br with SMTP; 6 Jul 2005 01:29:47 -0000 Received: from client 201.1.66.15 for UebiMiau2.7 (webmail client); Tue, 5 Jul 2005 22:29:47 -0300 Date: Tue, 5 Jul 2005 22:29:47 -0300 From: "Neh" To: freebsd-current@freebsd.org X-Priority: 3 X-Mailer: X-Original-IP: 201.1.66.15 Content-Transfer-Encoding: 8bit X-MSMail-Priority: Medium Importance: Medium Content-Type: text/plain; charset="iso-8859-1"; MIME-Version: 1.0 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on olimpo.sp-dhn.com.br X-Spam-Level: X-Spam-Status: No, score=-4.8 required=5.0 tests=ALL_TRUSTED,BAYES_00, MISSING_MIMEOLE,PRIORITY_NO_NAME autolearn=ham version=3.0.4 Message-Id: <20050706012948.DFE9643D45@mx1.FreeBSD.org> X-Mailman-Approved-At: Wed, 06 Jul 2005 11:44:50 +0000 Subject: Ext2fs strange errors on -CURRENT. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Neh List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 01:29:49 -0000 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" I can do "cp" to that partition, can do "rm" in some file, but copying from there or deleting recursive, like "rm -rf" show me "no such file or directory" some outputs: 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 i386 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) 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 I checked it on 5.4-STABLE and it's working ok. 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: http://sp-dhn.com.br/~neh/freebsd/