Date: Mon, 5 May 2014 14:25:14 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= <marko.cupac@mimar.rs> To: Carlos <decvt100@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: another busy mount point Message-ID: <20140505142514.c2aac6c0ac3d882af10e82b9@mimar.rs> In-Reply-To: <CAM0%2B4zCjcRJos%2BS1Tw2aFHngfokA48KsHdO8%2BB=2BbHSXioO5g@mail.gmail.com> References: <20140505133034.1e2e4e83289130872f1fac9c@mimar.rs> <CAM0%2B4zBC-cft4OJM0vLWe-PLo3bTZnLkq5_SFHQbatfnkMeCGw@mail.gmail.com> <20140505135734.abf9e688c8d5f10ae4b120cb@mimar.rs> <CAM0%2B4zCjcRJos%2BS1Tw2aFHngfokA48KsHdO8%2BB=2BbHSXioO5g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 May 2014 14:02:26 +0200 Carlos <decvt100@gmail.com> wrote: > These are the PID of the proccess that are using your mount point. > With ps auxww | grep PID you can check which process they are. Thanx for pointing me in the right direction, however the command to use is not: fuser -c /dev/da5p2 but: fuser -c /usr/home/pacija/mnt The result I get is: pacija@mephala:~ % fuser -c /usr/home/pacija/mnt/ /usr/home/pacija/mnt/: 1067 And greping ps waux with this number gives me: pacija@mephala:~ % sudo ps auxww | grep 1067 pacija 1067 0.0 0.1 65828 7360 - I 12:58pm 0:00.17 /usr/local/libexec/gvfsd-trash --spawner :1.8 /org/gtk/gvfs/exec_spaw/0 Killing the process allows me to unmount volume, so this kinda solves my problem, thanx! Question remains what is this gvfsd-trash, what is it good for besides preventing me from unmounting external USB drive, is it possible to disable it without bad consequences? Regards, --=20 Marko Cupa=C4=87
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140505142514.c2aac6c0ac3d882af10e82b9>