From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 13:47:42 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 44A461065673 for ; Mon, 24 Nov 2008 13:47:42 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7A55D8FC2E for ; Mon, 24 Nov 2008 13:47:40 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id mAODlZ0i024912; Mon, 24 Nov 2008 14:47:35 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id mAODlYhJ024909; Mon, 24 Nov 2008 14:47:35 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 24 Nov 2008 14:47:34 +0100 (CET) From: Wojciech Puchar To: "Zane C.B." In-Reply-To: <20081123170227.2f1410ad@vixen42> Message-ID: <20081124144626.N24908@wojtek.tensor.gdynia.pl> References: <20081123170227.2f1410ad@vixen42> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: odd issue with 6.4-PRERELEASE #2 and udf/cd9660 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2008 13:47:42 -0000 really odd. check if your /dev/cd0 actually works by dd if=/dev/cd0 bs=64k of=test.image and if dd won't fail. try then mounting image with mdconfig/mount_cd9660 On Sun, 23 Nov 2008, Zane C.B. wrote: > When ever I try try to mount any burned CD/DVD media I get the error > below. > > mount_cd9660 -v /dev/cd0 /mnt > using starting sector 0 > mount_cd9660: /dev/cd0: Input/output error > Exit 1 > > Which in dmesg results in... > > g_vfs_done():cd0[READ(offset=-2207623839744, length=2048)]error = 5 > > This is odd because if I unplug the USB CD drive and plug it into my > netbook running a old RELENG 7.0-STABLE it works. On the machine that > it errors on it has been doing this for any burned CD/DVD media in > either the DVD drive in it or on the USB one I've been testing with. > > I know the disk is good as I can mount it on other machines I've > tested it on with the same drive and different drives. > > Any one have any ideas? >