Re: image of audio cd in FreeBSD-5.0

2003-02-24 Thread Lowell Gilbert
tech <[EMAIL PROTECTED]> 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.

Re: image of audio cd in FreeBSD-5.0

2003-02-24 Thread Pierrick Brossin
Quoting tech <[EMAIL PROTECTED]>: > > 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. The handbook is your best friend :) Have you tried mkisof

image of audio cd in FreeBSD-5.0

2003-02-24 Thread tech
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. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message