Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2001 16:24:51 +1000 (EST)
From:      <andrew@ugh.net.au>
To:        "Gerald T. Freymann" <gerry@eagle.ca>
Cc:        <questions@freebsd.org>
Subject:   Re: Duplicating Audio CDs [audio block]
Message-ID:  <20010428161850.P82657-100000@starbug.ugh.net.au>
In-Reply-To: <015701c0cf44$471f1900$0f01a8c0@phantom>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 27 Apr 2001, Gerald T. Freymann wrote:

> I just got myself a HP cd-writer...

IDE or SCSI? This thread is only relevant to IDE burners.

> ie.. commands to use dd to make a copy of an original "music" cd

If your CD has banding (a break between tracks) then you can extract
individual tracks using dagrab (from ports) or dd if=/dev/acd0t1 of=track1
bs=2352 (obviously repeating for each track).

To get an image of the entire cd use dd if=/dev/acd0 of=cd.image bs=2352

> then commands to write that back to a blank cd..

Individual tracks (with banding):

burncd -f /dev/cdrom -s 8 audio track* fixate

(assuming the burner is /devcdrom, its 8 speed and track* matches your
tracks in the correct order).

If you have one big disk image then:

burncd -f /dev/cdrom -s 8 audio cd.image fixate

The problem with that is you get one big audio track - OK as long as you
only play sequentially anyway.

Andrew


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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