- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- couldn't mount cdrom
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
03-19-2002 09:18 PM
03-19-2002 09:18 PM
couldn't mount cdrom
Can any help me on this, when i ioscan -fnC disk i can see the cdrom device /dev/dsk/c0t2d0
but when i mount /dev/dsk/c0t2d0 /cdrom it
is giving me could't stat physical volume /dev/dsk/c0t2d0 no such device or address.I already make dir cdrom.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 09:23 PM
03-19-2002 09:23 PM
Re: couldn't mount cdrom
You won't be able to mount it unless there is actually a CD in the drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 09:32 PM
03-19-2002 09:32 PM
Re: couldn't mount cdrom
Just to make sure, are these your actions ?
mkdir /cdrom
mkdir /SD_CDROM
oscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 0 0/0/1/1.15.0 sdisk CLAIMED DEVICE SEAGATE ST318404LC
/dev/dsk/c1t15d0 /dev/rdsk/c1t15d0
disk 1 0/0/2/0.2.0 sdisk CLAIMED DEVICE TOSHIBA CD-ROM XM-5401TA
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
ln /dev/dsk/c2t2d0 /dev/cdrom
mount /dev/cdrom /cdrom
# or mount /dev/dsk/c2t2d0 /cdrom if you didn't do the "ln"
If that's ok (and I suppose there is a CD in the drive) you could try the following (replace the hardwarepath with the one for your CD-Drive).
insf -e -H 0/0/2/0.2.0
insf: Installing special files for sdisk instance 1 address 0/0/2/0.2.0
Hope this helps,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:08 PM
03-19-2002 10:08 PM
Re: couldn't mount cdrom
Make sure you are specifying the right device name ( Ensure ensure that you are not specfying device name of harddisk in your system by mistake)
Use "ioscan -kfnC disk" to see the CDROM list or "ioscan -kfnC disk | grep CD-ROM"
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 02:02 AM
03-20-2002 02:02 AM
Re: couldn't mount cdrom
#ls /dev/dsk
the last file will be of CD
#mount /dev/dsk/cxtxd0 /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 02:17 AM
03-20-2002 02:17 AM
Re: couldn't mount cdrom
If you have the default /SD_CDROM on your system, try to start swinstall. This program can detect and mount cdroms by itself.
Put in a HPUX-Core cd and if swinstall can detect the cd itself, then (while mount is actief) try to determine what device he actually mounted himself.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:00 AM
03-20-2002 03:00 AM
Re: couldn't mount cdrom
i tried mounting the drive with no CD in it and I get message : /dev/dsk/c0t2d0 device busy
I tried putting a new blanks CD and got message
/dev/dsk/c0t2d0: I/O error
have you tried putting the CD into another server to see if you can read it ?
cheers
john.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 06:34 AM
03-20-2002 06:34 AM
Re: couldn't mount cdrom
Is the CD drive broken?
On my system I can ioscan 4 cdroms, but only 3 will mount. (All four have CDs in them.)
I know that the 4th is broken as I can't open it and mount returns a 'cd busy' message.
Doug