Skip site navigation (1)Skip section navigation (2)
Date:      24 Feb 2003 15:29:47 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com>
To:        tech <tech@ib.com.ua>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: image of audio cd in FreeBSD-5.0
Message-ID:  <44bs111kxw.fsf@be-well.ilk.org>
In-Reply-To: <200302240901.h1O91vwb070942@ib.com.ua>
References:  <200302240901.h1O91vwb070942@ib.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
tech <tech@ib.com.ua> writes:

> 	how can i create image of audio cd in FreeBSD-5.0?
> 	dd if=/dev/acd0 of=cdimage bs=1024 produce error - invalid argument.
> 	with simple data cd dd works fine.

An audio CD is different; it doesn't have a filesystem per se.
The manual page for cdrecord (in ports, doesn't support ATAPI except
through the ATAPICAM emulation) includes an example of how "To copy an
audio CD in the most accurate way"...  

But in the simplest case, you need a program (often called a "ripper")
to grab the tracks one at a time, and another to write them to the new
disk (burncd(8) for ATAPI drives is in the base system).

For ATAPI, you can copy each track from the CD by copying out of the
acd*t* devices and writing them to the CDR with burncd.

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?44bs111kxw.fsf>