<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
A process is still locking something on the mount.  From a command-line
run the following command to determine which process is locking the directory:
<p>(assuming /dev/hdb3 was mounted on /mnt/hdb3)
<br># fuser /mnt/hdb3
<p>Then you can do a:
<br># pstree -p | grep [number returned from command above]
<p>For example, I might do:
<blockquote><i># fuser /mnt/hdb3</i>
<br><i>  5682</i>
<br><i># pstree -p | grep 5682</i></blockquote>
This should give you some information as to what is still using the mounted
partition.  Quite likely you just have a widow up that is looking
at the files or something like that.
<p>    - Tim Young
<p>timbrown@ichristian.com wrote:
<blockquote TYPE=CITE>Here's  a question I've been meaning to ask
for some time...
<p>Say I put a second drive in the computer to move data over. Let's assume
<br>it's  /dev/hdb3 for a name.
<p>I configure it through Yast partitioner, then create an icon on my desktop.
<br>It works fine. THEN when I'm done with it, I try to unmount it..."Only
root
<br>can unmount /dev/hdb3" Ok, I understand that.
<p>But I go to terminal and type umount /dev/hdb3 AS SU and it returns
"can't
<br>unmount, drive is busy". BUSY. BUSY??? How is it busy??? I'm not using
it!!!
<p>So, I just power down, unplug the thing, boot up, get the inevitable
console
<br>prompt, run yast, then pico fstab to remove the ref to the drive.
<p>Then I'm ok.
<p>What gives?
<p>Thanks,
<p>TIm
<p>10 out of 10 people die.
<br><a href="http://www.needgod.com">http://www.needgod.com</a>
<p>_______________________________________________
<br>ChristianSource FSLUG mailing list
<br>Christiansource@ofb.biz
<br><a href="http://cs.uninetsolutions.com">http://cs.uninetsolutions.com</a></blockquote>
</html>