From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 15:28:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06362106566C for ; Wed, 10 Sep 2008 15:28:35 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52110.mail.re2.yahoo.com (web52110.mail.re2.yahoo.com [206.190.48.113]) by mx1.freebsd.org (Postfix) with SMTP id 940C68FC13 for ; Wed, 10 Sep 2008 15:28:34 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 66422 invoked by uid 60001); 10 Sep 2008 15:28:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=rbtEnJ971/RRq7baYnxDZvCHDFLEKB7uFRFwV7u+04DzHsnohz2YuHDPOb5mdkMkW/KbjdbVXp3LbqVB8/X04S6jMEf+YC8tnxTK1EZcVkcG4SYiS1EOPvv7CXjo8NwdDEcVDSclWJjxruL/za8GApfTQ/glggVwM6uXQhvwj1o=; X-YMail-OSG: .M0jaawVM1n0D5Z3.cZDHC0XTTqP8aRPPbOy0Bgr6.arlnJWHtM2MinW5QkP5ucgOBViRIQ.0Pzk2c6xWNlTYS4djJkQTOSGNYx5NaKhUATXQvuj4jVR.vtqM7p6rBrscQ-- Received: from [209.22.88.90] by web52110.mail.re2.yahoo.com via HTTP; Wed, 10 Sep 2008 08:28:33 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Wed, 10 Sep 2008 08:28:33 -0700 (PDT) From: gahn To: freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <960127.65806.qm@web52110.mail.re2.yahoo.com> Subject: optical drives with freebsd 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 15:28:35 -0000 Hello, all I am having problems to mount my dvdrom drives on dell precision 490. in the file /etc/fstab, i removed option "noauto" from the line: /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /dev/acd1 /cdrom1 cd9660 ro,noauto 0 0 after i rebooted the machine and i am still not able to see the contents of cdroms with cmd "ls -al /cdrom". so i did: #mount -a mount_cd9660: /dev/acd0: Invalid argument mount_cd9660: /dev/acd0: Input/output error # on the root console, i saw console error message: #g_vfs_done():acd1[READ(offset=32768, lenth=2048)]error = 5 i have nothing in /cdrom1. any ideas? thanks.