From owner-freebsd-questions@FreeBSD.ORG Wed May 23 18:34:50 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 6F02716A400 for ; Wed, 23 May 2007 18:34:50 +0000 (UTC) (envelope-from sacchi@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id A235213C44B for ; Wed, 23 May 2007 18:34:49 +0000 (UTC) (envelope-from sacchi@gmail.com) Received: by ug-out-1314.google.com with SMTP id g33so586930ugd for ; Wed, 23 May 2007 11:34:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MdqFF0ewkZpIwiESU3P8JXtwOE5vHO6lz6YQPjW0IqXXrk/Vcr5xxVuXvIDGVJemwJ1C+dZ8Mv1b2uOAI0rDPf/d9GOoPgOZj14C20b2i51MasNRPxu09NQlgBEukepWolWcGHFv0zIbAERDE5w4eoBJuM8UHNCEsPGUmhyFTz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Bz7fO8HcURXTVWiyMHWMdPUq6xDPB4UBDLWAatf2P6EWGV5njfrDguBCGfuIj7qOyS3rwLb3cUkW2e2WI7L2Rq4flRb3ew7S7581PTEjx8qgF1AmkQNyLPjdSJSsdCQVioGiKzrxe/ap+O0UMK6H6R6w0IR8rlbfdKpYIMBIv9s= Received: by 10.78.200.3 with SMTP id x3mr236198huf.1179945288178; Wed, 23 May 2007 11:34:48 -0700 (PDT) Received: by 10.78.153.16 with HTTP; Wed, 23 May 2007 11:34:48 -0700 (PDT) Message-ID: Date: Thu, 24 May 2007 00:04:48 +0530 From: sac Sender: sacchi@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <5130D3D1116FAD45D2C42620@utd59514.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5130D3D1116FAD45D2C42620@utd59514.utdallas.edu> X-Google-Sender-Auth: 6f50acb403e07545 Subject: Re: burncd on FreeBSD-6.2 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: Wed, 23 May 2007 18:34:50 -0000 On 5/23/07, Paul Schmehl wrote: > --On Wednesday, May 23, 2007 23:09:57 +0530 sac wrote: > > > On 5/23/07, Paul Schmehl wrote: > >> --On Wednesday, May 23, 2007 22:36:06 +0530 sac wrote: > >> > >> > Hi, > >> > > >> > I was trying to burn cds using burncd. When I try to blank using > >> > `burncd -f /dev/acd0 blank', it hangs forever until I interrupt. > >> > And when I burn data in verbose mode it outputs message saying cd > >> > burnt successfully: > >> > > >> > ==== > >> > addr = 0 size = 372736 blocks = 182 > >> > writing from file 7.0-CURRENT-200704-i386-disc2.iso size 364 KB > >> > written this track 364 KB (100%) total 364 KB > >> > ==== > >> > > >> > but when I try to mount the cd later, I'm unable to do it and the > >> > Input/Output error is thrown. Is there anything I'm missing? Is there > >> > any other way to burn the cd other than using cdrecord. > >> > > >> You need to use fixate: > >> fixate Fixate the medium so that the TOC is generated and the > >> media can be used in an ordinary CD drive. The driver > >> defaults to creating singlesession media (see -m > >> option). Ignored in DAO mode (see -d option). > >> > >> burncd -ef /dev/acd0 data /home/user/cd.iso fixate > >> > > > > Sorry, I forgot to mention that. I used fixate too. > > Is the iso really 364KB? That's awfully small for an iso. Maybe there's > something wrong with the image? I would think that 7.0 Current Disk 2 > would be much larger....like 654MB. Yeah the size is correct. I was able to mount the iso without any problem. And the MD5SUM matched too. Regards, sac.