1835894 Members
2991 Online
110086 Solutions
New Discussion

Device busy

 
SOLVED
Go to solution
Josee Bourget-Thuma
Frequent Advisor

Device busy

I'm trying to umount a mount point so I can vgexport.
I'm getting the following error message:

umount: cannot unmount /u01: Device busy.

I know that this device is not busy...
What is it I don't know?

Thanks again!
Josee...
Failure is not an option.
5 REPLIES 5
Uday_S_Ankolekar
Honored Contributor

Re: Device busy

Hi,

Make sure that you are not in that directory..

secondly use fuser to check who is using that mountpoint..

Goodluck
-USA...
Good Luck..
Josee Bourget-Thuma
Frequent Advisor

Re: Device busy

Thanks for your help.
I figured out myself.

Do you know if there is a way to force a umount?

Thanks again!

Josee...
Failure is not an option.
Sanjay_6
Honored Contributor
Solution

Re: Device busy

Hi Josee,

Try this,
First check who is using this mount point

fuser -cu /mount_point

then do

fuser -ck /mount_point

This will kill any user or process using this mount point.

Then do a umount for this mount point.

Hope this helps.

Regds
Josee Bourget-Thuma
Frequent Advisor

Re: Device busy

Sanjay,

Thanks for the tip, I had managed to cure my problem the "clean" way but this is good for future reference.

Thanks!
Josee...
Failure is not an option.
Darrell Allen
Honored Contributor

Re: Device busy

Hi Josee,

I feel positive you already know, but for some who may read this later and don't know:
verify what the processes are actually doing before killing them. It's obviously best to shut them down gracefully instead of just slamming them.

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)