- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to mount/umount 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
06-29-2005 06:39 AM
06-29-2005 06:39 AM
unable to mount/umount cdrom
mount: /dev/dsk/c3t2d0 on /cdrom : Device busy
There are no users in the /cdrom directory, and I've verified that automount and pfs_mountd are not running. Suggestions? This should be an easy fix, but I'm stumped at this point...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 06:41 AM
06-29-2005 06:41 AM
Re: unable to mount/umount cdrom
This is a job for lsof. Find those processes that have the device/directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 06:43 AM
06-29-2005 06:43 AM
Re: unable to mount/umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 06:45 AM
06-29-2005 06:45 AM
Re: unable to mount/umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 06:46 AM
06-29-2005 06:46 AM
Re: unable to mount/umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 06:56 AM
06-29-2005 06:56 AM
Re: unable to mount/umount cdrom
# ioscan -fnkCdisk
# diskinfo -v /dev/rdsk/cxtydz
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:03 AM
06-29-2005 07:03 AM
Re: unable to mount/umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:03 AM
06-29-2005 07:03 AM
Re: unable to mount/umount cdrom
What does
pfs_mount -o rr /dev/dsk/c3t2d0 /cdrom
say ?
-> mount: /dev/dsk/c3t2d0 on /cdrom : Device busy
Did you really mentioed "on" in the command ?
Also try mounting to some other mount point.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:04 AM
06-29-2005 07:04 AM
Re: unable to mount/umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:09 AM
06-29-2005 07:09 AM
Re: unable to mount/umount cdrom
Check if you can open next doc.
Document description: mount CD "device busy" --> recreate device files
Document id: KBRC00012809
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000069099078
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:22 AM
06-29-2005 07:22 AM
Re: unable to mount/umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:29 AM
06-29-2005 07:29 AM
Re: unable to mount/umount cdrom
That command returned:
pfs_mount: giving up on /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:32 AM
06-29-2005 07:32 AM
Re: unable to mount/umount cdrom
I would try as root
#mkdir /cdrom1
#mount /dev/dsk/c3t2d0 /cdrom
& would check for latest command patches.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:33 AM
06-29-2005 07:33 AM
Re: unable to mount/umount cdrom
I means
#mount /dev/dsk/c3t2d0 /cdrom1
Regards,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:36 AM
06-29-2005 07:36 AM
Re: unable to mount/umount cdrom
However, I did discover this:
pfs_umount /dev/dsk/c3t2d0
umount: /SD_CDROM: Block device required
This wasn't the mount point I'd been using. Trying to mount it as SD_CDROM failed as the other commands, above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:42 AM
06-29-2005 07:42 AM
Re: unable to mount/umount cdrom
/dev/dsk/c3t2d0 /cdrom cdfs ro,suid 0 0
/dev/dsk/c3t2d0 /cdrom cdfs ro,suid 0 0
Could this be causing the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 08:15 AM
06-29-2005 08:15 AM
Re: unable to mount/umount cdrom
Yes, it could be as there are two entries. Try removing one entry then it should not give "not find in /etc/fstab".
Also look for option of mounting on other mount point & mounting with "mount /cdrom" as it is allready listed in /etc/fstab.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 08:27 AM
06-29-2005 08:27 AM
Re: unable to mount/umount cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 08:31 AM
06-29-2005 08:31 AM
Re: unable to mount/umount cdrom
It is correct only as the entry is put in mnttab when a file system is mounted. As /cdrom is not mounted currently it is not there in mnttab & giving error in unmounting.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 09:02 AM
06-29-2005 09:02 AM
Re: unable to mount/umount cdrom
I found this thread regarding a similar problem. The author called the HPH CRC and got a patch advice. The patches mentioned in this thread have been superseded by new patches. Maybe you should do the same and ask for more information regarding this problem and the patches mentioned in this thread. Iâ ve checked the info regarding these patches but I can not find any evidence of a solution.
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=235832
PHKL_29611, PHCO_29603 and PHCO_28693
Best regards,
Robert-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 10:31 AM
06-29-2005 10:31 AM
Re: unable to mount/umount cdrom
after chasing my tail today on this, I swapped in another CD, and the CD mounted fine; apparantly something happened to that CD within the last day that trashed it...not sure what, though.
Thanks for the input!
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:17 PM
06-29-2005 07:17 PM
Re: unable to mount/umount cdrom
Run ioscan -fnC disk to check whether the cdrom is claimed
diskinfo -v /dev/rdsk/(cdrom device) to confirm its connected
ps -ef | grep pfs to check no pfs daemon are using this device.
fuser -cu /CDROM to check any user is accessing the /cdrom directory
try # dd if=/dev/rdsk/c1t2d0 of=/dev/null bs=1024k
If you get a size a dd can be run on the device file for the drive to see if
it can be read it, if a io error is detected either the cd is defective or the
drive is bad and needs to be replaced.
try removing relevant cdrom device files from /dev/rdsk/ and /dev/dsk/ and run "insf -e"
then try powercycling the server ...
the last and final possibility could be the connection problem or the drive faulty.
Good Luck !
Vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 08:59 PM
06-29-2005 08:59 PM
Re: unable to mount/umount cdrom
Please refer to following thread :
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=510410
Regards
Mahesh