- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I mount a CD-ROM on HP-UX 11.0 that was cu...
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
03-16-2006 01:01 AM
03-16-2006 01:01 AM
The only options I know of are using "-F cdfs" or mounting as an hfs file system. That does not appear to be cutting it with the application I am trying to install.
Solaris 8, on the other hand, will mount the CD correctly automatically.
Is there some update I can get to allow more options in mount? I saw a parallel thread related to mounting disks from Windows machines using the CIFS client (Samba-based, I assume) -- does that modify mount and allow me to mount "Windows" created CD-ROMs?
Thanks in Advance, Jeff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:04 AM
03-16-2006 01:04 AM
SolutionYou can install Rock ridge extension, take a look at procura's FAQ at,
http://mirrors.develooper.com/hpux/faq.html
Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_32035).
No need thereafter to use -o cdfs to mount anymore, provided you enter the CD drive in /etc/fstab like this:
/dev/cd0 /cdrom cdfs ro,rr,noauto 0 0
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:07 AM
03-16-2006 01:07 AM
Re: How can I mount a CD-ROM on HP-UX 11.0 that was cut for Windows
Check Merijn's page here:
http://mirrors.develooper.com/hpux/faq.html
specifically the "#
My CD-ROM doesn't show what I expect" section.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:14 AM
03-16-2006 01:14 AM
Re: How can I mount a CD-ROM on HP-UX 11.0 that was cut for Windows
depending on what is on the CD.
If it is to be used for installs used the above to Merijn's page.
If it is just data, use a PC to ftp the data.
This MAY also work for installs, but I'm not certain about the filename problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:18 AM
03-16-2006 01:18 AM
Re: How can I mount a CD-ROM on HP-UX 11.0 that was cut for Windows
Thanks for all the replies, I will be generously assigning points soon, but I would like to confirm that the patches named fix my problem first.
--thanks again, Jeff