Par Leijonhufvud wrote: > Michael A. Koerber <[EMAIL PROTECTED]> [2006.05.16] wrote: >> 1. Starting with a known good audio CD >> 2. Rip via dd if=/dev/acd0t01 ... etc >> 3. burncd -f /dev/acd0 track01.cdr ... etc >
This might be because you don't use the appropriate blocksize. A more secure way would be # cp /dev/acd0t01 track01.cdr or to copy the whole CD at once # cp /dec/acd0 audiocd.image _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
