Operating System - HP-UX
1826704 Members
2835 Online
109696 Solutions
New Discussion

Mounting non-HP CDROM and reading files

 
SAM_24
Frequent Advisor

Mounting non-HP CDROM and reading files

Hi,

I was able to mount and see the files. The problem is it show all the file names in uppercase and it is similar to DOS filenames.

Is it possible to mount with some options would help me to display the file names correctly?

Or HP-UX don't support non-HP cdrom file system.

Thanks.
Never quit
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: Mounting non-HP CDROM and reading files

Try mounting with the "-o cdcase" option.


Pete

Pete
Sridhar Bhaskarla
Honored Contributor

Re: Mounting non-HP CDROM and reading files

Hi,

Try using "mount -o cdcase" option.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Sundar_7
Honored Contributor

Re: Mounting non-HP CDROM and reading files

HP-UX doesnt support Rockridge extention format. You need to install patch to be able to use mount to mount the CDs of that format.

But if only the uppercase is the issue, you can try something like this

# mount -F cdfs -o cdcase /dev/dsk/ /mnt

Learn What to do ,How to do and more importantly When to do ?
Sanjay_6
Honored Contributor

Re: Mounting non-HP CDROM and reading files

Hi,

try,

mount -o cdcase /dev/rdsk/cxtydz /mount_point

Hope this helps.

Regds
Eric Antunes
Honored Contributor

Re: Mounting non-HP CDROM and reading files

Hi SAM,

See this thread: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=604711

Hope this'll help,

Antunes
Each and every day is a good day to learn.
Bill Hassell
Honored Contributor

Re: Mounting non-HP CDROM and reading files

It's difficult to tell whether all the filenames on the CD are 8.3 format. The -ocdcase option will remove ;1 and lower everything but will not handle long filenames. The all UPPERCASE;1 names you are seeing are basic ISO 9660 format. All data CDs have this directory, but there are multiple directories on most CDs. The RockRidge format extended the naming convention to allow MiXeDcAsE names, long names and removed the ;1 version number. Native HP-UX cannot use this directory so you have to use patches to enable RockRidge compatibility. NOTE: there are no patches for 10.20 or earlier. For 10.20, use the PFS tool (man pfs). Otherwise, download and add the 3 RockRidge patches, then mount the CD with the -orr option.


Bill Hassell, sysadmin