another busy mount point

Marko Cupać marko.cupac at mimar.rs
Mon May 5 12:25:19 UTC 2014


On Mon, 5 May 2014 14:02:26 +0200
Carlos <decvt100 at 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 at mephala:~ % fuser -c /usr/home/pacija/mnt/
/usr/home/pacija/mnt/:  1067

And greping ps waux with this number gives me:
pacija at 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,
-- 
Marko Cupać


More information about the freebsd-stable mailing list