- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- [ About CD ROM ]
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
02-25-2005 11:59 PM
02-25-2005 11:59 PM
[ About CD ROM ]
Thanks in advance.
I would like to know about these following things.
1. How to identify whether the CD is mounted with mount or pfs_mount ?
2. Is there any option to do automount.
if yes:
What all files need to be scanned
for this information.
3. Is there any command to eject the CD from the device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2005 09:19 AM
02-26-2005 09:19 AM
Re: [ About CD ROM ]
2. I doubt it. PFS is a real hack to translate CDROMs without using any kernel code. It's use is deprecated (never recommended anymore). You need to apply the 3 (all 3) Rock Ridge patches and use the new mount option: -orr The patches are:
11.0
PHCO_26449
PHKL_26450
PHKL_28060
11.11
PHCO_25841
PHKL_26269
PHKL_32035
and forget using PFS. Automounting a CD can be a bit dicey since the server may or may not have the CD mounted, or it may be unmounted while other systems are using it. It makes more sense to simply copy the CD to a local filesystem and export that filesystem as a read-only directory.
3. There is no HP-UX command to eject a CD. You can use the attached code (compiles on the std. K&R compiler in HP-UX) to create a program that will umount and eject a CD. You'll notice that it isn't very simple due to CDROM drive firmware idiosyncrasies.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2005 09:21 AM
02-26-2005 09:21 AM
Re: [ About CD ROM ]
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2005 08:45 PM
03-05-2005 08:45 PM
Re: [ About CD ROM ]
This solution solved my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2005 08:51 PM
03-05-2005 08:51 PM