From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 20:53:06 2006 Return-Path: X-Original-To: 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 A72FE16A420 for ; Wed, 18 Jan 2006 20:53:06 +0000 (GMT) (envelope-from cblasius@o2.pl) Received: from poczta.o2.pl (mx2.go2.pl [193.17.41.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F4943D46 for ; Wed, 18 Jan 2006 20:53:06 +0000 (GMT) (envelope-from cblasius@o2.pl) Received: from [84.40.169.29] (xdsl-5405.zgora.dialog.net.pl [84.40.169.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id F30917480A1 for ; Wed, 18 Jan 2006 21:53:03 +0100 (CET) Message-ID: <43CEAAAF.5050900@o2.pl> Date: Wed, 18 Jan 2006 21:53:03 +0100 From: cblasius User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Why I haven't device /dev/cd0 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, 18 Jan 2006 20:53:06 -0000 Hello ! I want to use DVD+RW. I looked in handbook and I saw there: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html >>16.7.5 Using a DVD+RW >> >>Unlike CD-RW, a virgin DVD+RW needs to be formatted before first use. >>The growisofs(1) program will take care of it automatically whenever >>appropriate, which is the recommended way. However you can use the >>dvd+rw-format command to format the DVD+RW: >> >># dvd+rw-format /dev/cd0 It is a mistake? In my folder /dev/ I have only the following devices for DVD: /dev/acd0 and this (I do not remember exactly it name) /dev/acd0t01 Where is /dev/cd0? I want to format my DVD, but when I use: # dvd+rw-format /dev/acd0 then I obtain error about something inappropriate ioctl. Please for help. I'm beginner in FreeBSD. I try format DVD+RW and then want to use for packet writing. Is it possible? Best regards, cblasius