HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Linux and mount /cdrom on HPUX server
Operating System - HP-UX
1833358
Members
2927
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
05-18-2005 08:43 AM
05-18-2005 08:43 AM
Hi,
I have the /cdrom drive on my HPUX server pfs-mounted. I need to now mount it on my linux system. Does anyone know how I would do that?
Thanks!
I have the /cdrom drive on my HPUX server pfs-mounted. I need to now mount it on my linux system. Does anyone know how I would do that?
Thanks!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 09:58 AM
05-18-2005 09:58 AM
Solution
I am assuming that you are talking about an NFS mount, i.e., reading the cdrom from linux system while it is still being mounted on your hpux box.
If this is the case assuming the cdrom is mounted on /cdrom mountpoint:
1. Edit /etc/exports
2. Add or modify the following line
/cdrom -ro,access=mylinuxbox:otherserver:anotherserver:...: serverN
on this line mylinuxbox refers to the linux system you are talking about.Otherserver names may or may not exists depending on your particular configuration.
3. Run command
# exportfs -a
4. On your linux system, run command:
# mkdir /cdrom (skip this step if it already exists)
# mount hpuxbox:/cdrom /cdrom
Hope this helps
If this is the case assuming the cdrom is mounted on /cdrom mountpoint:
1. Edit /etc/exports
2. Add or modify the following line
/cdrom -ro,access=mylinuxbox:otherserver:anotherserver:...: serverN
on this line mylinuxbox refers to the linux system you are talking about.Otherserver names may or may not exists depending on your particular configuration.
3. Run command
# exportfs -a
4. On your linux system, run command:
# mkdir /cdrom (skip this step if it already exists)
# mount hpuxbox:/cdrom /cdrom
Hope this helps
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 10:15 AM
05-18-2005 10:15 AM
Re: Linux and mount /cdrom on HPUX server
Yes Mel, when I re-read my question it is not very clear. Anyway, thanks for your help...it works.
Sally
Sally
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP