- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem in mount cd and dvd
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
01-19-2009 11:12 PM
01-19-2009 11:12 PM
Problem in mount cd and dvd
I am trying to mount one dvd on my Hp-UX B.11.11 rp3410 server. But the following error occured while mounting.
server@root# ioscan -FunC disk
scsi:wsio:T:T:F:31:188:0:disk:sdisk:0/0/2/0.0.0.0:5 128 2 50 0 0 0 0 7 40 158 19 0 0 0 0 :0:root.sba.lba.side_ba.side.tgt.sdisk:sdisk:CLAIMED:DEVICE:_NEC DVD+-RW ND-6650A:0
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
server@root#mount /dev/dsk/c0t0d0 /cdrom
mount: /dev/dsk/c0t0d0 on /cdrom : Device busy
server@root#
server@root#fuser -ku /dev/dsk/c0t0d0
/dev/dsk/c0t0d0:
server@root#
Can some one help me how to solve this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2009 11:47 PM
01-19-2009 11:47 PM
Re: Problem in mount cd and dvd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 12:19 AM
01-20-2009 12:19 AM
Re: Problem in mount cd and dvd
which storage? EMC or HP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 12:42 AM
01-20-2009 12:42 AM
Re: Problem in mount cd and dvd
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 2097152 147528 1938560 7% /
/dev/vg00/lvol1 298928 62864 206168 23% /stand
/dev/vg00/lvol9 10485760 4327944 6109848 41% /var
/dev/vg00/lvol7 6291456 3171304 3120152 50% /usr
/dev/vg00/lvol11 4194304 2192 3930176 0% /tmpmnt
/dev/vg00/lvol6 4194304 1754656 2421072 42% /tmp
/dev/vg00/lvol4 13090816 5239560 7791616 40% /opt
/dev/vg00/lvol8 1048576 2744 1037856 0% /home
@ ahsan i am not using any type of storage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 01:08 AM
01-20-2009 01:08 AM
Re: Problem in mount cd and dvd
>fuser -ku /dev/dsk/c0t0d0
Any reason you didn't use fuser on /cdrom? Are you in that directory?
Sometimes you get that "Device busy" if the CD format isn't something that HP-UX will recognize.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 01:09 AM
01-20-2009 01:09 AM
Re: Problem in mount cd and dvd
can you reboot your server?
That's the simpliest ...
Can you open/close the dvd tray?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 01:41 AM
01-20-2009 01:41 AM
Re: Problem in mount cd and dvd
You can try
lsof /dev/dsk/c0t0d0
lsof /cdrom
If no process is present, it try this:
#rmsf -H 0/0/2/0.0.0.0
#ioscan -fn
#insf -eC disk
#mount /dev/dsk/c0t0d0 /cdrom
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 08:07 PM
01-20-2009 08:07 PM
Re: Problem in mount cd and dvd
It's better you can remove the /cdrom dir and then create a same and mount.