>I am trying to make a mac hybrid cd and when I insert the cd into my
>mac...the p.o.s. doesn't recognize the files as executables or mp3s
>or.....
>
>Here is my command lines
>
>mkisofs -R -J -hfs --double -o file.iso /dirname
Are the source files in AppleDouble format?
Try using the -v option twice on the command line.
For each file you should see something like:
Name: /dirname/README
File type: AppleDouble
HFS Name: README
ISO Name: README.;1
CREATOR: ttxt
TYPE: ttro
If the File type is "None", then either you haven't given the correct
Apple/Unix flag on the command line or it is a plain file.
You might also try the --netatalk option - Netatalk use the AppleDouble format
but uses a different filename to store the finderinfo/resource fork.
James Pearson
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]