From owner-freebsd-questions@FreeBSD.ORG Thu Mar 15 20:37:12 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 2BDA416A402 for ; Thu, 15 Mar 2007 20:37:12 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id F11D213C44B for ; Thu, 15 Mar 2007 20:37:11 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l2FKaisw071983; Thu, 15 Mar 2007 16:36:44 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l2FKaiSQ071982; Thu, 15 Mar 2007 16:36:44 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 15 Mar 2007 16:36:44 -0400 From: Jerry McAllister To: Dieter Message-ID: <20070315203644.GA71936@gizmo.acns.msu.edu> References: <200703152006.UAA28235@sopwith.solgatos.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703152006.UAA28235@sopwith.solgatos.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org 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: Thu, 15 Mar 2007 20:37:12 -0000 On Thu, Mar 15, 2007 at 01:06:10PM +0100, 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... ////jerry > > 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"