From G.Czaplinski@prioris.mini.pw.edu.pl  Fri Feb 21 11:52:26 2003
Return-Path: <G.Czaplinski@prioris.mini.pw.edu.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0D65437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Feb 2003 11:52:26 -0800 (PST)
Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [194.29.178.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5532C43FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Feb 2003 11:52:25 -0800 (PST)
	(envelope-from G.Czaplinski@prioris.mini.pw.edu.pl)
Received: from localhost (localhost.mini.pw.edu.pl [127.0.0.1])
	by prioris.mini.pw.edu.pl (Postfix) with ESMTP id 105CD7D328
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Feb 2003 20:52:23 +0100 (CET)
Received: by prioris.mini.pw.edu.pl (Postfix, from userid 1368)
	id 6C3427D009; Fri, 21 Feb 2003 20:52:18 +0100 (CET)
Message-Id: <20030221195218.6C3427D009@prioris.mini.pw.edu.pl>
Date: Fri, 21 Feb 2003 20:52:18 +0100 (CET)
From: Grzegorz Czaplinski <G.Czaplinski@prioris.mini.pw.edu.pl>
Reply-To: Grzegorz Czaplinski <G.Czaplinski@prioris.mini.pw.edu.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: The information in Handbook regarding "Duplicating Audio CDs" is incomplete
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48545
>Category:       docs
>Synopsis:       The information in Handbook regarding "Duplicating Audio CDs" is incomplete
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 12:00:15 PST 2003
>Closed-Date:    Tue Mar 25 18:12:54 PST 2003
>Last-Modified:  Tue Mar 25 18:12:54 PST 2003
>Originator:     Grzegorz Czaplinski
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
NONE
>Environment:
System: FreeBSD 5.0-RELEASE #14: Thu Feb  6 00:03:53 CET 2003     rgregory@tahoe.acn.waw.pl:/usr/obj/usr/src/sys/TAHOE


	
>Description:
	The information in Handbook, chaper: 12 Storage, section: 
	12.5 Creating and Using Optical Media (CDs & DVDs) is incomplete.
	There is subsection, 12.5.5 Duplicating Audio CDs which states:
	
	"Make sure the appropriate files exist in /dev.

        # cd /dev
        # sh MAKEDEV acd0t99


        Note: In FreeBSD 5.0, devfs(5) will automatically create and manage
        entries in /dev for you, so it is not necessary to use MAKEDEV."
	
	and this is true but the next paragraph states:

        "2. Extract each track using dd(1). You must also use a specific block
         size when extracting the files.

        # dd if=/dev/acd0t1 of=track1.cdr bs=2352
        # dd if=/dev/acd0t2 of=track2.cdr bs=2352
        ... "

	Actually devfs(5) will create /dev/acd0t01 and /dev/acd0t02 ....
	devices.


	
>How-To-Repeat:
	
>Fix:
	
	Substitute /dev/acd0t1 with /dev/acd0t01 and /dev/acd0t2 with 
	/dev/acd0t02.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Mar 25 18:12:14 PST 2003 
State-Changed-Why:  
Committed, thanks :) 
The changes should appear online in a short while. 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue Mar 25 18:12:14 PST 2003 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=48545 
>Unformatted:
