From owner-svn-doc-all@FreeBSD.ORG Thu Apr 24 13:49:23 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73261337; Thu, 24 Apr 2014 13:49:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ECA81A8B; Thu, 24 Apr 2014 13:49:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ODnNFw053279; Thu, 24 Apr 2014 13:49:23 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3ODnMIF053277; Thu, 24 Apr 2014 13:49:22 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201404241349.s3ODnMIF053277@svn.freebsd.org> From: Dru Lavigne Date: Thu, 24 Apr 2014 13:49:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44643 - in head/en_US.ISO8859-1/books: faq handbook/disks X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 13:49:23 -0000 Author: dru Date: Thu Apr 24 13:49:22 2014 New Revision: 44643 URL: http://svnweb.freebsd.org/changeset/doc/44643 Log: Move raw data cds into Using Data cds section. Update reference in FAQ. Fix title names for 2 new references in FAQ. Still need to tech review the rest of this chapter and update the examples. More commits to come. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/faq/book.xml head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Thu Apr 24 13:16:39 2014 (r44642) +++ head/en_US.ISO8859-1/books/faq/book.xml Thu Apr 24 13:49:22 2014 (r44643) @@ -3373,7 +3373,7 @@ C:\="DOS" You most likely burned a raw file to your CD, rather than creating an ISO 9660 file system. Take a look at the Handbook chapter on creating CD-ROMs, - particularly the section on burning raw data CDs. + particularly the section on Using Data CDs. @@ -3383,7 +3383,7 @@ C:\="DOS" - This is discussed in the Handbook section on duplicating data CDs. + This is discussed in the Handbook section on Writing Data to an ISO File System. For more on working with CD-ROMs, see the Creating CDs Section in the Storage chapter in the Handbook. Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Thu Apr 24 13:16:39 2014 (r44642) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Thu Apr 24 13:49:22 2014 (r44643) @@ -914,92 +914,6 @@ scsibus1: - - Duplicating Audio <acronym>CD</acronym>s - - To duplicate an audio CD, extract the - audio data from the CD to a series of - files, then write these files to a blank - CD. The process is slightly different for - ATAPI and SCSI - drives. - - - <acronym>SCSI</acronym> Drives - - - Use cdda2wav to extract the - audio: - - &prompt.user; cdda2wav -vall -D2,0 -B -Owav - - - - Use cdrecord to write the - .wav files: - - &prompt.user; cdrecord -v dev=2,0 -dao -useinfo *.wav - - Make sure that 2,0 is set - appropriately, as described in . - - - - - <acronym>ATAPI</acronym> Drives - - - With the help of the ATAPI/CAM module, - cdda2wav can also be used on - ATAPI drives. This tool is usually a - better choice for most of users, as it supports jitter - correction and endianness, than the method proposed - below. - - - - The ATAPI CD - driver makes each track available as - /dev/acddtnn, - where d is the drive number, - and nn is the track number - written with two decimal digits, prefixed with zero as - needed. So the first track on the first disk is - /dev/acd0t01, the second is - /dev/acd0t02, the third is - /dev/acd0t03, and so on. - - Make sure the appropriate files exist in - /dev. If the entries are missing, - force the system to retaste the media: - - &prompt.root; dd if=/dev/acd0 of=/dev/null count=1 - - - - Extract each track using &man.dd.1;, making sure to - specify a block size when extracting the files: - - &prompt.root; dd if=/dev/acd0t01 of=track1.cdr bs=2352 -&prompt.root; dd if=/dev/acd0t02 of=track2.cdr bs=2352 -... - - - - Burn the extracted files to disk using - cdrecord. Specify that these are audio - files, and that cdrecord should fixate - the disk when finished: - - - - - Using Data <acronym>CD</acronym>s @@ -1081,14 +995,12 @@ Update example for cdrecord This tells the SCSI bus to pause 15 seconds during boot, to give the CD-ROM drive every possible chance to answer the bus reset. - - - - Burning Raw Data CDs + It is possible to burn a file directly to CD, without creating an ISO 9660 file - system. Some people do this for backup purposes. This + system. This is known as burning a raw data + CD. Some people do this for backup purposes. This command runs more quickly than burning a standard CD. + + +