From owner-freebsd-questions@FreeBSD.ORG Wed May 23 17:06: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 002E716A400 for ; Wed, 23 May 2007 17:06:16 +0000 (UTC) (envelope-from sacchi@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 70EC513C487 for ; Wed, 23 May 2007 17:06:08 +0000 (UTC) (envelope-from sacchi@gmail.com) Received: by ug-out-1314.google.com with SMTP id g33so551761ugd for ; Wed, 23 May 2007 10:06:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TtT2+Zg3roFRol2nWnx0oLfbS90TY9YPmRDwAdfdS86gMCQS+Uud2slGHCa2GuBS4niUm/2MySoUXyCNIN14W2sgRIlEO51sS8U++n7UVxF4jssDxamic8mJ2660FyOZEnetpJsrEsx6niOi85ZVkx3PNZgn8+QzMm6lbkcF5/Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=C4Ws88Pc+lS53M5Y2c3+cYyI6NcygAdQzvD7zNqtzLLhk8uZTwV026sDT+o+z/6F58gbe7YZeNMT3+Jt+n4uwUHiNd729R8cNyrBfj3+20n2y157Dxn+o+g15N06SqNStV+NCsmfth9SX1C7a6GJWaR7miC/9cET5M6R5iMw9Zk= Received: by 10.78.200.3 with SMTP id x3mr183181huf.1179939966287; Wed, 23 May 2007 10:06:06 -0700 (PDT) Received: by 10.78.153.16 with HTTP; Wed, 23 May 2007 10:06:06 -0700 (PDT) Message-ID: Date: Wed, 23 May 2007 22:36:06 +0530 From: sac To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 17:06:17 -0000 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. Regards, sac.