Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2004 14:05:11 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Dan Finn <dhrider@gmail.com>
Cc:        f-questions <freebsd-questions@freebsd.org>
Subject:   Re: best way to to a direct copy of audio cd
Message-ID:  <20041118200511.GF19265@dan.emsphone.com>
In-Reply-To: <89ceee7041118115734abb783@mail.gmail.com>
References:  <89ceee7041118115734abb783@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Nov 18), Dan Finn said:
> I would like to be able to use dd to grab a full, single iso image of
> an audio cd and then use cdrecord to burn that.  I know I can do this
> under linux but for some reason I can't get it to work under fbsd.

Audio cds aren't filesystems, so the term "iso image" isn't quite
right.  The cdrecord manpage suggests this:

       To copy an audio CD in the most accurate way, first run

           cdda2wav dev=2,0 -vall cddb=0 -B -Owav

       and then run

           cdrecord dev=2,0 -v -dao -useinfo -text  *.wav

       This will try to copy track indices and  to  read  CD-Text
       information from disk.  If there is no CD-Text information,
       cdda2wav will try to get the information from freedb.org
       instead.

 
-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041118200511.GF19265>