> > Will it ever work as it appears it should? Currently I have (on 2.2.8)
> >
> > m...@xxx:/tmp (1032) umount -f phosphorus:/phosphorus
> > umount: /phosphorus: Device busy
>
> >From an email from Peter Wemm:
>
> In this situation, you need to do this:
> umount -f -t nfs phosphorus:/phosphorus
>
> This causes umount to stat("phosphorus:/phosphorus") (which fails) rather
> than "/mnt".
Nope:
m...@xxx:/tmp (1044) umount -f -t nfs phosphorus:/phosphorus
umount: /phosphorus: Device busy
It is not, that umount hangs, it is that it cares about the device being
busy despite `-f' flag. Or so it seems... send-pr?
-mi
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message