>> > hey. when i tried to mount it i got this.
>> >
>> > [root@bob /root]# mount -t hfs /dev/scd0 /mnt/cdrom
>> > mount: block device /dev/scd0 is write-protected, mounting read-only
>> > mount: wrong fs type, bad option, bad superblock on /dev/scd0,
>> > or too many mounted file systems
>>
>> Are you sure you have the hfs filesystem in your kernel or as a
>> module? Take a look in /proc/filesystems, see if hfs is there. If not,
>> see if "modprobe hfs" works. If not, you need the hsf filesystem. For
>> best results compile it as a module for your kernel and insert it when
>> necessary.
>
>yeah its there. i have it as a module and i have the module auto loader
>turned on. i went ahead and did the "modprobe hfs" and tried to mount
>it(just in case). hfs now shows up in /proc/filesystems, but i get the
>same error when i try to mount the disk.
If these CDs are just ISO9660 CDs - but with '/' characters in the filenames,
then you will probably not be able to read these files under Unix.
It is best to ask the people that are supplying the CDs to write HFS/ISO9660
hybrid CDs - and not to use illegal characters in the ISO9660 names.
In this way you can mount the CDs as type hfs on your Linux box with any '/'
characters escaped, Mac users can see the HFS CD with '/' characters and
any other user can see a modified ISO9660 name.
James Pearson
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]