Brad Boyer <[EMAIL PROTECTED]> wrote: > On Wed, Apr 20, 2005 at 11:14:21AM +0200, Jan-Benedict Glaw wrote: >> On Wed, 2005-04-20 07:39:07 +0000, Joerg Sommer <[EMAIL PROTECTED]> wrote: >> > Hi, >> > >> > how to mount Apple CDs? They are disks with a partition table >> >> AFAIK, partitioned CD-ROMs aren't supported by Linux right now. However, >> there are several ways to work around that. > > The hfs module has directly supported CDs for ages, and the hfsplus > module got that support added a while ago. If you have a recent 2.6 > kernel, you should be able to give the full CD device to mount and > have the kernel automatically find the main data partition. Obviously
#v+ # mount /mnt/cdrom mount: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom0, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so # cat /etc/filesystems ext3 ext2 vfat minix iso9660 hfsplus * #v- But #v+ # mount -t hfsplus -r /dev/cdrom /mnt/cdrom/ # ls /mnt/cdrom/ Applications Desktop DF Library private tmp Volumes bin dev mach sbin usr Welcome to Mac OS X Desktop DB etc mach_kernel System var #v- Why this? Jörg. -- Im Leben lernt der Mensch als erstes das Gehen und Sprechen. Später lernt er still zu sitzen und den Mund zu halten. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]