> Maybe you will find lsof helpful, e.g. > > lsof +D /my/mountpoint
lsof, as fuser, are /proc-scanning tools. Scanning /proc to then grep the output is inefficient, and also non-atomic. I think Harald was looking for an operation that did not involve scanning. -- Laurent _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
