Re: joliet

Gordon Chaffee (chaffee@cs.berkeley.edu)
Mon, 24 Aug 1998 19:08:04 -0700 (PDT)


> i have mount a cdrom in Joliet Level 3 but files like "README" on WIN95
> are transformed on Linux : "README." and the installation of slackware
> bugs ! who has a solution please ?
>
> The problem is the "." whose appear on Linux's Joliet extension.

What kernel version you are running (uname -a)? Are you sure this CD is
being mounted as a Joliet CD? The log messages from the mount will tell
you.

What is more likely is that the CD is poorly encoded. Most CDs are created
with multiple filename encodings. A single CD may have the original 8.3
encoding, RockRidge, and Joliet. On Win95, it will use the Joliet encoding.
The default on Linux is to use the RockRidge encoding if it is present.
You can force Linux to not use RockRidge by using the norock mount option.
Similarly, you can force Linux to not use Joliet by using the nojoliet
mount option.

If the CD is really being mounted as Joliet and you are still seeing
the trailing periods, send me a partial dump of your CD with

dd if=/dev/cdrom bs=1024 count=2048 | gzip -c -f > cddata.gz

- Gordon

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html