From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 20:04:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C0A816A400 for ; Fri, 16 Mar 2007 20:04:17 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id 29A7113C44B for ; Fri, 16 Mar 2007 20:04:17 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn07.u.washington.edu (hymn07.u.washington.edu [140.142.8.53]) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2GK4Gxc025569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 16 Mar 2007 13:04:16 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn07.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2GK4GQr024910 for ; Fri, 16 Mar 2007 13:04:16 -0700 X-Auth-Received: from [192.55.52.1] by hymn07.u.washington.edu via HTTP; Fri, 16 Mar 2007 13:04:16 PDT Date: Fri, 16 Mar 2007 13:04:16 -0700 (PDT) From: youshi10@u.washington.edu To: freebsd-questions@freebsd.org In-Reply-To: <200703161940.TAA09860@sopwith.solgatos.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.16.125434 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: burncd makes disk that is unmountable 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: Fri, 16 Mar 2007 20:04:17 -0000 On Fri, 16 Mar 2007, Dieter wrote: >>> AMD64 running 6.0 >>> Drive is: >>> acd0: DVDR at ata0-master UDMA66 >>> Media is CD-RW >>> >>> Burned a 6.2 disk using: >>> burncd data 6.2-RELEASE-amd64-disc1.iso fixate >>> as suggested in >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html >> >> I don't remember the details, but when I got to 6.1, I found that >> my old burncd parameters would not work and I had to change them. >> >> I don't remember the details, but I settled upon: >> /usr/sbin/burncd -v -f /dev/acd0 data FreeBSD62-disc1.iso fixate >> which seems to work find. Both boots and mounts. That doesn't look >> materially different from yours, but... > > It is defaulting to the correct device. > >>> Seemed to go okay. Disk boots, but I cannot mount it: >>> >>> fstab entry: >>> /dev/acd0 /cdrom cd9660 ro,noauto 0 0 >>> >>> Yields: >>> g_vfs_done():acd0[READ(offset=32768, length=2048)]error = 5 >>> >>> Tried it with and without "fixate", neither will mount. >>> >>> Other iso disks (probably burned using NetBSD) mount fine. >>> UFS DVD+RW disks burned under FreeBSD using growisofs mount fine. >>> >>> Given the error message, I assume that the block/sector at 32768 isn't >>> getting written. > > New data: NetBSD mounts both disks (with and without "fixate") just fine. > So perhaps the problem is with FreeBSD's mount rather than burncd? Typing in mount yields what options with NetBSD? -Garrett