Date: Sun, 22 Apr 2001 10:07:52 CDT From: Dave Leimbach <dleimbac@earthlink.net> To: <andrew@ugh.net.au> Cc: questions@freebsd.org Subject: Re: Duplicating Audio CDs Message-ID: <200104221506.IAA22511@harrier.mail.pas.earthlink.net>
next in thread | raw e-mail | index | archive | help
try dd if=/dev/acd0c of=file.img bs=2048 2048 bytes is the correct block size to read data from a CD. Its what the driver wants Audio is a slightly bigger block and I forget just how big. The first two digits are 21xx. I am sure examining the source /usr/src/sys will yield the correct block size for audio for you. On Sun, 22 Apr 2001, <andrew@ugh.net.au> wrote: > Date: Sun, 22 Apr 2001 18:33:47 +1000 (EST) > To: Andrew Hesford <ajh3@chmod.ath.cx> > From: <andrew@ugh.net.au> > Subject: Re: Duplicating Audio CDs > > > > On Sat, 21 Apr 2001, Andrew Hesford wrote: > > > Hey, another Andrew. :) > > They're everywhere you know :) > > > Make an image of the audio CD in quesiton with dd, then write it as a > > data disc: > > Hmm...for some reason I dont seem to be able to: > > dd: /dev/cdrom: Bad address > > I tried using /dev/acd0c (which is what the link points to) just in > case but it made no difference :( > > > Thanks, > > Andrew > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 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?200104221506.IAA22511>