From owner-freebsd-questions@FreeBSD.ORG Tue Apr 21 20:29:22 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0260106566B for ; Tue, 21 Apr 2009 20:29:22 +0000 (UTC) (envelope-from grodzix@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA658FC15 for ; Tue, 21 Apr 2009 20:29:22 +0000 (UTC) (envelope-from grodzix@gmail.com) Received: by ewy19 with SMTP id 19so2352742ewy.43 for ; Tue, 21 Apr 2009 13:29:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=gH4OWrEbIIokp/Rwour+D4VC1d/2Gj8ae9iUnS1uC9c=; b=geJQ7xRhFXtH6Grhzl23mSI8jbf6ODo2DSvh7qMId5zpBKxN/qIE3Ba+dwJ+3G2nq1 Mr4rceIUcCb0fiBLhSIN90mAHfv+pTXmBDHTQj6bMFb/5WhqSp9eosbyRK4usSp8yRT+ xqWdbg9p34tg+F82fvJw81KPwkqi81zyA4uPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=NfH/ySqOSbfiSN5VRXA0EtIDrePRKoCiZ2tpfPdRsQ7iqvC2jcTE5m1RSiH4OHhgXB LFMI/2bb12Ig7LihUdQ39H9V9mvB+PTE6//9Hlt/uGXv58qnbDtbZls6kJ/DDUjSqJHb CmLoO0/2tC0qGZSM1hJ03pTRgFdiU4PNXjnns= Received: by 10.210.126.18 with SMTP id y18mr7495253ebc.45.1240344542191; Tue, 21 Apr 2009 13:09:02 -0700 (PDT) Received: from ?192.168.1.107? (cpc3-oxfd4-0-0-cust639.oxfd.cable.ntl.com [86.2.114.128]) by mx.google.com with ESMTPS id 5sm3035312eyh.55.2009.04.21.13.09.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Apr 2009 13:09:01 -0700 (PDT) Message-ID: <49EE27AB.1070503@gmail.com> Date: Tue, 21 Apr 2009 20:08:11 +0000 From: =?UTF-8?B?UmFmYcWC?= User-Agent: Thunderbird 2.0.0.18 (X11/20090322) MIME-Version: 1.0 To: Christopher Chambers References: <1240343447.1032.28.camel@localhost.localdomain> In-Reply-To: <1240343447.1032.28.camel@localhost.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: CD Burning 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: Tue, 21 Apr 2009 20:29:23 -0000 Hi Chris, Setting cd as rw doesn't really make sense as you don't use filesystem tree to burn things on cds but use software that communicates with cd burner directly (through driver). Problem with using cd burner is most probably because of access rights. Try running that burning software as root and if it works fine then you'll simply have to enable your user to use acd0. Regards, Rafal Grodzinski Christopher Chambers wrote: > I have found that burning software is unable to detect my cdrom. I would > assume that this is because acd0 is listed in fstab as read-only. I am > just a little worried that changing it to rw might wreck a cd (already > burnt) one day. Since cp or mv to /cdrom won't work, I guess my fear is > unjustified hey? > >