From owner-freebsd-questions Mon Mar 12 17:59:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id 1A08037B71B for ; Mon, 12 Mar 2001 17:59:35 -0800 (PST) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.2/8.11.2) with ESMTP id f2D1xWe06912; Mon, 12 Mar 2001 19:59:32 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200103130159.f2D1xWe06912@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Byron Schlemmer Cc: questions@FreeBSD.ORG Subject: Re: CD Writing Woes In-Reply-To: Message from Byron Schlemmer of "Mon, 12 Mar 2001 17:19:07 GMT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Mar 2001 19:59:32 -0600 From: David Kelly Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Byron Schlemmer writes: > > Hi all, > > I'm having a bit of a problem with an IDE Yahama CRW8824E. I'm using > burcd with the following commands : > > burncd -f /dev/acd0c -s 1 -m data myiso.iso fixate > > It burns to the cd and completes. However as soon as I try to unmount > the cd my machine page faults and reboots. The cd is also not readable. > I was successfully using the writer under Linux so I know it does work. > Any suggestions? What do you think the -m option does? Its not in my burncd manpage. Suspect burncd has attempted to read a file named -m, and maybe succeded and wrote it at the start of your cd-r. After burning the cd-r and before attempting to mount (you did mean "mount", not "unmount", right?) try comparing raw images: % md5 myiso.iso % dd if=/dev/acd0c bs=2048 | md5 Also compare the size as reported by dd. I think dd will report how much it copied to stderr. If not, do it again with "of=/dev/null". -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message