On Sunday 22 February 2009, Alexey Feldgendler wrote:
> On Sun, 22 Feb 2009 11:18:21 +0100, Jeffrey Ratcliffe
> <jeffrey.ratcli...@gmail.com> wrote:
> > How can get it to unmount cleanly?
> This usually happens because a process keeps a file or directory
> under the mount point open. One particularly frequent case is when
> the current working directory of some process is under the mount
> point. As the error message suggests, you can use lsof to identify
> the offending process.

sudo lsof +f -- /home/jeff/OM/moko

would give you the list of processes accessing your mountpoint

Cheers,
        Florian

-- 
DI Florian Hackenberger
flor...@hackenberger.at
www.hackenberger.at

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to