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
is there any way to tell what type of file system was written to the cd by
looking at the device?
thanks
john
On Tue, 27 Jun 2000, James Pearson wrote:
> >i work for a company that gets graphics on cds. the cd's are burned on
> >macs and the artists like to put the / character in the file names. is
> >there anyway for me to mount these cd's and copy these files. i'm not
> >quite sure how i'm supposed to mount them. by default linux mounts them as
> >iso9660, but i'm pretty sure thats what the problem is. so is there any
> >way to get these files from the cd?
>
> '/' is not a legal ISO9660 character, so if they are "proper" ISO9660 CDs,
> then the file names you see from Linux should not have '/' characters
> in them...
>
> If they were written on a Mac, then the chances are they are either HFS or
> HFS hybrid CDs.
>
> More recent versions of the Linux kernel can mount HFS disks/CDs - although
> on my RedHat systems there is hardly any documentation on how to mount
> HFS disks ...), but try something like:
>
> mount -t hfs -r /dev/cdrom /mnt/cdrom
>
> Have a look at http://www-sccm.stanford.edu/Students/hargrove/HFS/README.html
> for documentation on the HFS mount options.
>
> Any non-valid Linux filename character is escaped - see the section on "names"
>
> James Pearson
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]