- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Device Busy at CD-Mount
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
09-19-2003 12:54 AM
09-19-2003 12:54 AM
I want to mount the internal CD-Drive to /tmp.
I use the Command:
mount /dev/dsk/c0t0d0 /tmp
but I get:
/dev/dsk/c0t0d0: Device Busy
What is Wrong?
How can I umount it?
Thanks for replay.
Kevin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 01:04 AM
09-19-2003 01:04 AM
SolutionThe chance of you successfully mounting anything on /tmp is really small. A mount will fail if any process has a file open within the mount point and lots of things have files open in /tmp.
Also, if you managed to mount a CD on /tmp any application running that needed to open a tempory file would fail because of the read only nature of CD's.
In a nutshell then, it's not a good idea to mount a CD on /tmp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 01:04 AM
09-19-2003 01:04 AM
Re: Device Busy at CD-Mount
This file system is already mounted.
Please mount it on a different dir like
/SD_CDROM
Just do a
#scan -fnC disk
find out the logical device path of CDROM
#mount
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 01:09 AM
09-19-2003 01:09 AM
Re: Device Busy at CD-Mount
First check with "bdf" if /tmp is already mounted ( normally yes ).
Also I would suggest to create a new dir "mkdir /cdrom" as mount point for your CD-ROM.
Then run "/usr/sbin/mount -o ro -F cdfs /dev/dsk/c0t0d0 /cdrom"
Hope this helps.
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 01:44 AM
09-19-2003 01:44 AM
Re: Device Busy at CD-Mount
I maked /cdrom
but with this directory I have still the same problem:
mount /dev/dsk/c0t0d0 /cdrom
/dev/dsk/c0t0d0: device busy
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 02:07 AM
09-19-2003 02:07 AM
Re: Device Busy at CD-Mount
Make sure the CD is not mounted somewhere else already.
Also, have you previously done a pfs_mount without doing a pfs_umount then you will have to do a pfs_umount -c /dev/?????? for your CD device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 03:40 AM
09-19-2003 03:40 AM
Re: Device Busy at CD-Mount
What kind of cdrom player is installed into you system ( LITEON ????)
# ioscan -fnCdisk | grep LITEON
Take a look at next link,
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9ecdd7d96cbad711900a0090279cd0f9,00.html
Hope it helps,
Robert-Jan.