another busy mount point
Chris H
bsd-lists at bsdforge.com
Mon May 5 14:17:23 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?
I believe the only consequence, is that you won't /necessarily/ get
accurate info regarding the /contents/ of your trash [folder] --
the icon won't display full/empty [possibly] correctly.
>
> Regards,
> --
> Marko Cupać
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>
>
More information about the freebsd-stable
mailing list