From owner-freebsd-doc Fri Feb 21 12: 0:19 2003 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F7437B401 for ; Fri, 21 Feb 2003 12:00:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B135543FE1 for ; Fri, 21 Feb 2003 12:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1LK0FNS053345 for ; Fri, 21 Feb 2003 12:00:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1LK0FVE053344; Fri, 21 Feb 2003 12:00:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D65437B401 for ; 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 ; 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 ; 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 Reply-To: Grzegorz Czaplinski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/48545: The information in Handbook regarding "Duplicating Audio CDs" is incomplete Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48545 >Category: docs >Synopsis: The information in Handbook regarding "Duplicating Audio CDs" is incomplete >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 21 12:00:15 PST 2003 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message