Operating System - Linux
1830056 Members
1630 Online
109998 Solutions
New Discussion

File name on CD shown as UPPERCASE;1 on CD

 
Reggie Chang
Frequent Advisor

File name on CD shown as UPPERCASE;1 on CD

Hi,

One thing puzzles me now.

I burned a CD which has file names as lower case.
Those files showed lower case file names on other
platforms (SUNS, SGI, Linux). But when I tried on
our HP machine (HP 9000 C360 running 10.20),
they are like UPPERCASE_FILENAME;1. (The CD was burned by a NT machine.)

Is this a problem of device (internal CDROM drive), or there is a trick to use the mount command?

All kinds of information/suggestion are welcome.

Best regards,

Reggie
3 REPLIES 3
Reggie Chang
Frequent Advisor

Re: File name on CD shown as UPPERCASE;1 on CD

This message was intended to post under hp-ux system administration.

Sorry about the mistake.

Reggie
K.Vijayaragavan.
Respected Contributor

Re: File name on CD shown as UPPERCASE;1 on CD

Hi,

You can use the command pfs_mount with option "-t" to specify the type of file system [-t rrip (or) -t iso9660].

Or you can try with mount command itself by using the -f cdfs option.
Ex.
mount -f cdfs /dev/dsk/c?d?t? /cd???
-Vijay
"Let us fine tune our knowledge together"
Denver Osborn
Honored Contributor

Re: File name on CD shown as UPPERCASE;1 on CD

use the "-o cdcase" option when you mount the cd. This should suppress the version number (;1) and show in lowercase. Also see man mount_cdfs for option details.

Hope this helps
-denver