From owner-freebsd-current@FreeBSD.ORG Fri Sep 30 01:39:43 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 010A416A41F for ; Fri, 30 Sep 2005 01:39:43 +0000 (GMT) (envelope-from arundel@h3c.de) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3364943D48 for ; Fri, 30 Sep 2005 01:39:41 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 14383 invoked from network); 30 Sep 2005 03:39:39 +0200 Received: from p508fca24.dip.t-dialin.net (HELO localhost.skatecity) (80.143.202.36) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 30 Sep 2005 03:39:39 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.4/8.13.4) with ESMTP id j8U1dGsD048868 for ; Fri, 30 Sep 2005 03:39:16 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.4/8.13.4/Submit) id j8U1dGZo048867 for freebsd-current@freebsd.org; Fri, 30 Sep 2005 03:39:16 +0200 (CEST) (envelope-from arundel) From: Alexander Best Date: Fri, 30 Sep 2005 03:39:15 +0200 To: freebsd-current@freebsd.org Message-ID: <20050930013915.GA48666@skatecity> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organisation: =?iso-8859-15?Q?Westfl=E4lische_Wilhelms-U?= =?iso-8859-15?Q?niversit=E4t_M=FCnster?= Subject: Problem with ls and cdrom drive X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 01:39:43 -0000 I just discovered what seems to be a problem with ls. This is what I did: > cd /mn/dvd > ls The CD inside my CD-ROM drive seems to cause some problems, because I get the following error message: acd0: FAILURE - READ_BIG HARDWARE ERROR asc=0x08 ascq=0x03 error=0 g_vfs_done():acd0[READ(offset=69632, length=2048)]error = 5 This happens quite often, but I can read the CD without any problems. The funny thing however is that `ls` behaves not like it should. Instead of listing the directory contents it recurively lists the contents of the current AND all the subdirectories. The output is the same as `ls -R`. This only happens when I cd to /mnt/dvd and enter the `ls` command very fast (before the prompt displays the new directory).. Was this problem solved already? I'm running 6.0-BETA4 FreeBSD 6.0-BETA4 #0: Wed Sep 14 00:54:49 CEST 2005