Paul Makepeace said:
> Argh - I'm looking at some HTML that was obviously written on a case
> {insensitive,preserving} DOS FS so references to files sometimes break.
> I read on google turning rockridge extensions off is supposed to help,
> http://archives2.real-time.com/tclug-list/1999/Aug/msg00729.html
> but isn't appearing to here. What's the magic?!
>
> roquefort:/# mount -t iso9660 -o norock /dev/cdrom /cdrom
> roquefort:/cdrom/othello# ls -d images
> images
> roquefort:/cdrom/othello# ls -d IMAGES
> ls: IMAGES: No such file or directory
> roquefort:/cdrom/othello# mount -l | grep cdrom
> /dev/cdrom on /cdrom type iso9660 (ro,norock)
> roquefort:/cdrom/othello#
>
> I suppose I could do some URI::Find stuff to change it but I'd rather
> this easy hack would work :)

this works on my system:

mount -o check=relaxed /dev/cdrom /mnt/cdrom


Jody



Reply via email to