HPE GreenLake Administration
Operating System - HP-UX
1833543
Members
3171
Online
110061
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
11-30-2006 01:51 AM
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 01:55 AM
11-30-2006 01:55 AM
Solution
Determine the device file of your cd-rom by running ioscan:
ioscan -fnCdisk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 0 10/0/14/0.0.0 sdisk CLAIMED DEVICE TEAC CD-532E-B
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 10/0/15/1.5.0 sdisk CLAIMED DEVICE SEAGATE ST39103LC
/dev/dsk/c3t5d0 /dev/rdsk/c3t5d0
disk 2 10/0/15/1.6.0 sdisk CLAIMED DEVICE SEAGATE ST39103LC
/dev/dsk/c3t6d0 /dev/rdsk/c3t6d0
In this case my cd-rom is /dev/dsk/c0t0d0.
Make a mount directory:
mkdir /cdrom
Then mount it:
mount /dev/dsk/c0t0d0 /cdrom
Pete
Pete
ioscan -fnCdisk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 0 10/0/14/0.0.0 sdisk CLAIMED DEVICE TEAC CD-532E-B
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 10/0/15/1.5.0 sdisk CLAIMED DEVICE SEAGATE ST39103LC
/dev/dsk/c3t5d0 /dev/rdsk/c3t5d0
disk 2 10/0/15/1.6.0 sdisk CLAIMED DEVICE SEAGATE ST39103LC
/dev/dsk/c3t6d0 /dev/rdsk/c3t6d0
In this case my cd-rom is /dev/dsk/c0t0d0.
Make a mount directory:
mkdir /cdrom
Then mount it:
mount /dev/dsk/c0t0d0 /cdrom
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 01:55 AM
11-30-2006 01:55 AM
Re: CD-ROM
Identify the cdrom device with ioscan -funC disk, see man mount_cdfs for all details and options to use the command, for example:
mount -F cdfs /dev/dsk/c0t0d4 /cdrom
mount -F cdfs /dev/dsk/c0t0d4 /cdrom
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:05 AM
11-30-2006 02:05 AM
Re: CD-ROM
Or use the Forum's search feature. A quick
search for:
hp-ux mount cd-rom
found about 50 threads with some useful info.
search for:
hp-ux mount cd-rom
found about 50 threads with some useful info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:24 AM
11-30-2006 02:24 AM
Re: CD-ROM
Hi Manuales:
You also need to be aware that servers with DVD devices instead of CD ones, have device descriptions of 'DVD-ROM' instead of 'CD-ROM' in the output of 'ioscan -kfnC disk'.
The usage of a DVD device is the same as that for a CD.
Regards!
...JRF...
You also need to be aware that servers with DVD devices instead of CD ones, have device descriptions of 'DVD-ROM' instead of 'CD-ROM' in the output of 'ioscan -kfnC disk'.
The usage of a DVD device is the same as that for a CD.
Regards!
...JRF...
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