- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to mount cdrom in HP-UX
Operating System - HP-UX
1819725
Members
3014
Online
109606
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
Discussions
Discussions
Discussions
Forums
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО11-27-2005 03:49 PM
тАО11-27-2005 03:49 PM
How to mount cdrom in HP-UX
Please tell me how mount CDROM in HP-UX
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2005 04:13 PM
тАО11-27-2005 04:13 PM
Re: How to mount cdrom in HP-UX
Hi,
If you want to mount HP-UX CD (eg. HP-UX Application CD), you can follow the steps below :
1. check the CDROM device file by ioscan command :
# ioscan -nfCdisk
Class I H/W Path Driver S/W State H/W Type
===============================================================
disk 0 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
2. create the mount point if your system dont have the mount point directory :
# mkdir /cdrom
3. mount the cdrom :
# mount /dev/dsk/c0t0d0 /cdrom
For oracle CD, you can follow on the document (docID : S3100001252, about 'Oracle: using pfs to mount an Oracle CD') below :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080088381
Hope this information can help you.
Cheers,
AW
If you want to mount HP-UX CD (eg. HP-UX Application CD), you can follow the steps below :
1. check the CDROM device file by ioscan command :
# ioscan -nfCdisk
Class I H/W Path Driver S/W State H/W Type
===============================================================
disk 0 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
2. create the mount point if your system dont have the mount point directory :
# mkdir /cdrom
3. mount the cdrom :
# mount /dev/dsk/c0t0d0 /cdrom
For oracle CD, you can follow on the document (docID : S3100001252, about 'Oracle: using pfs to mount an Oracle CD') below :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080088381
Hope this information can help you.
Cheers,
AW
now working, next not working ... that's unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2005 04:21 PM
тАО11-27-2005 04:21 PM
Re: How to mount cdrom in HP-UX
hi
create a directory /mp
#mount -F cdfs
#mount -F cdfs /mp
create a directory /mp
#mount -F cdfs
#mount -F cdfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2005 04:58 PM
тАО11-27-2005 04:58 PM
Re: How to mount cdrom in HP-UX
Hi,
Do the following steps..
#mkdir /CDROM
#ioscan -funC disk
find the physical path of cdrom..
for example ..
/dev/dsk/c0t6d0
#mount -F cdfs /dev/dsk/c0t6d0 /CDROM
# vi /etc/fstab
made an entry in fstab file..
so that, next time whenever u want to mount any CD, u just need to type..
#mount /CDROM
To unmount ..
#umount /CDROM
Cheers..
Indrajit
Do the following steps..
#mkdir /CDROM
#ioscan -funC disk
find the physical path of cdrom..
for example ..
/dev/dsk/c0t6d0
#mount -F cdfs /dev/dsk/c0t6d0 /CDROM
# vi /etc/fstab
made an entry in fstab file..
so that, next time whenever u want to mount any CD, u just need to type..
#mount /CDROM
To unmount ..
#umount /CDROM
Cheers..
Indrajit
Never Ever Give Up
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP