LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mkisofs Linux to MacOSX (https://www.linuxquestions.org/questions/linux-newbie-8/mkisofs-linux-to-macosx-87730/)

lel800 08-31-2003 05:15 PM

mkisofs Linux to MacOSX
 
Hello, I'd like to burn a directory of files to a CD using cdrecord on Red Hat 8.0 and then view these files on my eMac running Mac OS X. I also need to view them on windows so I include -J and that is working.

So I begin by using mkisofs

mkisofs -o MyIso.iso -JR -apple MyFile

The iso file is created but I see the output in the terminal reads..

"Warning: no Apple/Unix files will be decoded/mapped"

Then I burn using cdrecord. Afterwards I can access the files using Linux and Windows but not from the Mac.

I would appreciate any help with this. Thanks so much.

2damncommon 08-31-2003 06:42 PM

Possibly this (from the man page):
-part Generate an HFS partition table. By default, no partition table is generated, but some older Macintosh CDROM drivers need an HFS partition table on the CDROM to be able to recognize a hybrid CDROM.

lel800 09-01-2003 02:55 PM

Thank you for your reply. I appreciate it. But I am still having the same problem.

I tried the -part parameter with the mkisofs command ..

mkisofs -o MyFile.iso -JR -apple -part home/mydir

But I still see 0 files when I load my CD into the Mac.

I'm really confused because I thought Linux was based on Unix and I thought Mac OS X was based on Unix, and when I burn a CD from Windows using an HP CD writer, Yes...I can view the files with my Mac but not when I burn from Linux??!

This is not making sense. I'd appreciate any additional help. How do I save files to a CD on Red Hat so I can view them on a Mac? Without using MS Windows as a "translator" ? :(

2damncommon 09-01-2003 05:18 PM

3 more links for you.
http://www.lugatgt.org/articles/cd_burning/#toc_2_4_7
Generating a Macintosh CD takes quite a bit more effort. Macs have traditonally used the HFS filesystem on CDs as well as hard disks. The mkisofs program can generate HFS CD images, but it can also generate CD images using Apple's extensions to ISO 9660 (kind of like Apple Joliet). There is a lot of information you need to gather before generating the CD. The positions of icons on the CD, type and creator codes for the files, and probably some other stuff. If you're really interested in making a CD for Macs that will be read under pre MacOS X, just use a Mac.

http://www.mozilla.org/docs/hybrid-cd.html
The utility mkhybrid lets you create hybrid CDs that work with all three filesystems.

http://www.ibiblio.org/pub/Linux/doc...-Writing-HOWTO
For HFS CD-ROMS used on the Macintosh, you better read the man-page of mkisofs' bigger sister mkhybrid for details on various options.

Good Luck


All times are GMT -5. The time now is 06:07 PM.