Kerry,

Did you get this solved? My experience with Mac CDs:

I received four(4) CDs from an advertising service bureau in Mac format. Running RHL 
7.2/7.3 I was able to mount these CDs in Linux with:

sudo mount -t hfs /dev/cdrom /mnt/cdrom

This allowed me to read the CDs where, without having my TiBook at work (hey, I'm not 
being paid to use my personal equipment), Micros~1's OS would not. I was able to 
temporarily export the file systems on the CDs via Samba to use in Photoshop on 
Windoze.

Now, the question is does Mac OS X burn CDs in HFS, HFS+ or ISO9660? I believe it 
burns them in ISO9660... I have not used any burned at home at work so I can't confirm 
this. The mount command should mount that CD *without* a type switch (this is 
mentioned in the man file for mount) as ISO9660 is the default fs type. It is also 
possible that they burn in UDF. As UDF was a popular Mac format in the Classic 
environment (that's the lingo for a pre Mac OS X system).

Also note that the default mount command for CDs in RHL7.2/7.3 only allows root to 
mount CDs:

[tstone@vahalla tstone]$ more /etc/fstab
...
/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,kudzu,ro 0 0
...

This is the way it is on my RHL7.3 system (I've been lazy and haven't relaxed my 
settings, but it's a bit more secure I would argue).

You may need to be sure that you have permission to mount CDs in an arbituary format. 
Either su to root, or use sudo (as I have done, but this requires that you have set up 
sudo for your normal user/group.)

Hope this helps,
Tim



> -----Original Message-----
> From: Kerry Miller [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 12, 2002 13:23
> To: [EMAIL PROTECTED]
> Subject: Reading a Mac file
> 
> 
> I have a cd a friend gave me, he says it has .jpgs on it.  He 
> wrote the cd
> with a Mac running OS X, but doesn't know what filesystem is 
> on the cd.
> I've tried it on Windows and it doesn't show any files, but if I go to
> "properties" it says there's 25 megs on the cd.  I tried 
> mounting the cd
> under Linux but can't get it to mount at all.
> 
> Do any of you guys know what filesystem it might be, and is 
> there a way to
> mount it under Linux?  I tried a few different filesystems 
> with the mount
> -t <fstype> command but never got it to work.
> 
> Any ideas?
> 
> Thanks,
> Kerry Miller
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to