- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDROM automount
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-2003 05:53 AM
02-25-2003 05:53 AM
CDROM automount
Kind regards
Walter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 06:04 AM
02-25-2003 06:04 AM
Re: CDROM automount
The only thing you could do is write a job which ran say every minute or 30 seconds and tried to mount the CD - if one was present it would mount it, if not it would simply return an error which you could ignore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 06:04 AM
02-25-2003 06:04 AM
Re: CDROM automount
you can create an alias like cdmount and cdumount, but I don't believe that HP-UX will do it full automatically.
I've not yet seen a routine for that.
Regards
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 06:06 AM
02-25-2003 06:06 AM
Re: CDROM automount
you should be able to automount the cdrom via nfs automounter, but the nfs automounter does not know the cdfs.
Please try following:
umount all nfs fs
# umountall -F nfs -k
stop nfs client
# /sbin/init.d/nfs.client stop
set AUTOMOUNT and AUTOFS to 1 in /etc/rc.config.d/nfsconf
add cdrom to /etc/auto_direct file
/cdrom -fstype=cdfs,ro,cdcase :/dev/dsk/c0t0d0
start nfs client
# /sbin/init.d/nfs.client start
and test if it works.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 06:28 AM
02-25-2003 06:28 AM
Re: CDROM automount
Unlike in Solaris, HP-UX doesn't support this, one has to manually mount/unmount the CDROM