Operating System - HP-UX
1832880 Members
2649 Online
110048 Solutions
New Discussion

Re: device is busy answer

 
SOLVED
Go to solution
poonty
Occasional Advisor

device is busy answer

Hi
I am trying to mount my cdrom it is saying device is busy. can anybody help what to do? thanks
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor
Solution

Re: device is busy answer

Hi:

Make sure that you have not already 'cd'ed into the mountpoint.

Regards!

...JRF...
aneez
Regular Advisor

Re: device is busy answer

hi

where u r trying to mount the cdrom.

check the existing directory is existing or not.

if the drive is showing busy during the umount ,check somewhere its accesing or u are inside that directory( /cdrom)


Aneez
skt_skt
Honored Contributor

Re: device is busy answer

try

#lsof /mountpoint
or
#fuser -uc /mountpoint

what does that return.
UVA
Regular Advisor

Re: device is busy answer

Hi,

check your mount point. as you may be inside the mount point.

#pwd

or

try to mount the cd to some other mount point.
poonty
Occasional Advisor

Re: device is busy answer

with bdf command it doesn't show cdrom is mounted and there is no mountpoint name directory and I am at / when I do #pwd. thanks
Steven Schweda
Honored Contributor

Re: device is busy answer

Perhaps you could show us your "mount"
command, and any other things you do ("pwd",
...)?
A. Clay Stephenson
Acclaimed Contributor

Re: device is busy answer

... and by any chance have you been using any of the pfs_mount commands? They are notorious for causing your symptoms.
If it ain't broke, I can fix that.
poonty
Occasional Advisor

Re: device is busy answer

hopefully problem will be solved now. Thanks everybody for helping me.