From owner-freebsd-questions@FreeBSD.ORG Fri Oct 14 22:09:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F1416A420 for ; Fri, 14 Oct 2005 22:09:15 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E1843D46 for ; Fri, 14 Oct 2005 22:09:14 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout4-ext.prodigy.net (pimout4-int.prodigy.net [207.115.4.203]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j9EM9RQR024310 for ; Fri, 14 Oct 2005 18:09:27 -0400 X-ORBL: [66.139.109.225] Received: from [192.168.1.25] (ppp-66-139-109-225.dsl.stlsmo.swbell.net [66.139.109.225]) by pimout4-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j9EM9AFn119226; Fri, 14 Oct 2005 18:09:11 -0400 Message-ID: <43502C86.5030206@mkproductions.org> Date: Fri, 14 Oct 2005 17:09:10 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050928) X-Accept-Language: en-us, en MIME-Version: 1.0 To: edward References: <4350282A.8050004@wanadoo.fr> In-Reply-To: <4350282A.8050004@wanadoo.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Burning DVDs 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: Fri, 14 Oct 2005 22:09:15 -0000 edward wrote: > Hi all, > My DVD drive read and mounts CDs and DVDs properly, but K3B refuses to > burn : "K3B did not find a suitable writer. You will only be able to > create an image". Gut feeling is that there probably is something wrong > in the drive's read/write permission. I checked the /etc/fstab > file for read/write status and I got the following : > > # Device Mountpoint FStype Options Dump Pass# > /dev/ad0s3b none swap sw 0 0 > /dev/ad0s3a / ufs rw 1 1 > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > > This was the default set up that I haven't altered (yet...). Is there a > reason why the DVD drive would be set in read only mode, as a default ? > Should I just launch vi and edit the line from ro,noauto to rw,noauto or > is there another way ? > Thanks, > Edward Hi there. Try a "make showinfo" in /usr/ports/sysutils/k3b There are some special steps required to set your burner up. Hope that helps. -Mark