Operating System - HP-UX
1833555 Members
3133 Online
110061 Solutions
New Discussion

Re: uppercase in a fs mounted cdrom.

 
SOLVED
Go to solution

uppercase in a fs mounted cdrom.

Hi admins:
i have a question. I've mounted a cdrom ( mount -o ro /dev/dsk/cxtxdx /SD_CDROM ) but i see the file with uppercase letters. Are there any option of mount that correct this?.

Thanks.
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: uppercase in a fs mounted cdrom.

See the section titled "#
My CD-ROM doesn't show what I expect", here:

http://mirrors.develooper.com/hpux/faq.html


Pete

Pete

Re: uppercase in a fs mounted cdrom.

I have got it.

# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# /usr/sbin/pfs_mount -t iso9660 -x unix /dev/rdsk/c1t2d0 /SD_CDROM

Thanks all and specially to Peter Godrom. In one of the links i saw the answer.

Re: uppercase in a fs mounted cdrom.

Thanks.
Robert W. Rowley
New Member

Re: uppercase in a fs mounted cdrom.

Depending on the version of HP-UX you have, it may not be necessary to "pfs_mount" the cdrom.
Try the option -o cdcase as in ...

mount -F cdfs -o cdcase /dev/dsk/cxtxdx /SD_CDROM

This thread may be closed, but this is a lot easier than fooling with the pfs commands.

HTH

Bob Rowley