Brian Servis wrote:
>
> How can I determine what is using my autofs kernel module? I have
> autofs as a module and I can not remove it because it says it is busy.
> I do not have any automount processes running and no open mounts that
> automount controls.
>
> Somehow one of my mount points is in a strange state I can't find a way
> to get it unstuck. I don't want to reboot if at all possible.
>
Check out /proc/mounts. Most likely you are hitting the mount locking
bug that seems to have bitten a number of people lately.
-hpa