- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDROM file names appear in Capital letters
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 10:53 AM
04-28-2008 10:53 AM
I'm facing a weird problem while mounting a cdrom in HP-ux. Before start I'm sharing the platform details
Hardware
model: 9000/800/A500-6X
OS:HP-UX qahp02 B.11.11 U 9000/800 899920610 unlimited-user license
Now when I 'm trying to mount cdrom by following two steps as
Step 1 ioscan -fnC disk|grep -v cdrom
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 0 0/0/1/1.15.0 sdisk CLAIMED DEVICE HP 36.4GATLAS10K3_36_SCA
/dev/dsk/c1t15d0 /dev/rdsk/c1t15d0
disk 1 0/0/2/0.1.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
Step 2 mount -F cdfs /dev/dsk/c2t1d0 /cdrom
After step 2 I can able to see the DVD contents but the file names are appearing in capital letters and that to some letters are cropped.
ls -l cdrom
# cd /cdrom
# ls
README_N.HTM
SCIINSTA.JAR
WMS.JAR
WMS_ADD-.JAR
The actual file name is Sciistaller.jar but it appears as SCIINSTA.JAR
What could be the problem ?
Thanks
- Vinod
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:02 AM
04-28-2008 11:02 AM
Re: CDROM file names appear in Capital letters
mount -F cdfs -o ro,rr,noauto /dev/dsk/cXtYdZ /mount_point
If that doesn't work, use the follwoing procedure:
pfs_mountd &
pfsd &
pfs_mount -t rrip -x unix /dev/dsk/cXtYdZ /mount_point
pfs_umount /mount_point
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:21 AM
04-28-2008 11:21 AM
Re: CDROM file names appear in Capital letters
Thanks for the quick reply. I tried both the option but it give up.
# /usr/sbin/pfs_mountd &
[3] 5884
# /usr/sbin/pfsd &
[4] 5890
# pfs_mount -t rrip -x unix /dev/dsk/c2t1d0 /cdrom
pfs_mount: /dev/dsk/c2t1d0 on /cdrom: not rrip.
pfs_mount: giving up on /cdrom
Could you tell me whihc pathces I need to look for ? My OS version is B11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:33 AM
04-28-2008 11:33 AM
Re: CDROM file names appear in Capital letters
search the ITRC patch database for the latest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 12:44 PM
04-28-2008 12:44 PM
Re: CDROM file names appear in Capital letters
For 11.11 you need three patches to enable native mounts of RockRidge CDs:
PHCO_25841
PHKL_34153
PHKL_26269
A reboot will be required to install these. Once done, however, you simply do:
# mount -F cdfs -e -o ro,rr /dev/dsk/c2t1do
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 05:36 PM
04-28-2008 05:36 PM
Solutionhttp://www11.itrc.hp.com/service/patch/search.do?BC=main|&pageOsid=hpux
Bill Hassell, sysadmin