OH! I thought you were trying to create an audio CD. Now I see what you
are trying to do is to create a data CD containing mp3 audio files.
If you recheck examples given at the end of the cdrecord man pages, note
that mkisofs does not need to specify an output file, because the output
goes to the standard output which is passed to cdrecord by the pipe. If
$FILE is the directory where your mp3 files are under, the you should
try:
mkisofs $FILE | cdrecord -v fs=6m speed=4 dev=0,6,0
It is the same as the example given by man cdrecord:
mkisofs ‐R /master/tree | cdrecord speed=2 dev=2,0 tsize=XXX
In this case, FILE=/master/tree
GZS.
On Sat, 2003-02-08 at 00:46, R Parker wrote:
Hi,
Maybe someone could hit me with the clue stick.
Please.
I have generated a data disc, comprised of audio
files, using; 'mkisofs -o $FILE.iso $FILE | cdrecord
-v fs=6m speed=4 dev=0,6,0 /home/tmp/$FILE.iso'.
When these disks are inserted into the CD drives on
Macintosh computers, they either fail to be recognized
immediately or they'll be partially read but
ultimately fail.
Could someone please give me a clue as to what I need
to do to produce a data disk/file system that
Macintosh computers can read. Preferably using mkisofs
and cdrecord.
Thanks,
ron
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com --
This Message is sent from My R. Hat 8.0 Linux server
.-.
.-. | Gustavo Zamorano S.