From owner-freebsd-stable@FreeBSD.ORG Mon May 5 12:25:19 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 096FB838 for ; Mon, 5 May 2014 12:25:19 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id ACE7B179F for ; Mon, 5 May 2014 12:25:18 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 76247B903D; Mon, 5 May 2014 14:25:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1399292715; x=1401107116; bh=/V5aHx5Wu/IywRfX5s4mjrD6BejBJERYPwY PVQkeIh4=; b=A1FRnTKndq35zN79/gjxd3opYuvBRn2gNV4duw7/y1kbO4O1goh T+A8PLZIXYA6tbCtvnAuycnv4MbYHqXpRoJ/4ktyJ5b32P0qth6w9iPqGJVZu3A3 mEmKOr3cStrv6RlzHPA5A4JIN0MPC89BKQJ3uZ/pULixn+g2qIPkhwDw= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id F9vlMtToSWby; Mon, 5 May 2014 14:25:15 +0200 (CEST) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 37295B9038; Mon, 5 May 2014 14:25:15 +0200 (CEST) Date: Mon, 5 May 2014 14:25:14 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: Carlos Subject: Re: another busy mount point Message-Id: <20140505142514.c2aac6c0ac3d882af10e82b9@mimar.rs> In-Reply-To: References: <20140505133034.1e2e4e83289130872f1fac9c@mimar.rs> <20140505135734.abf9e688c8d5f10ae4b120cb@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 12:25:19 -0000 On Mon, 5 May 2014 14:02:26 +0200 Carlos 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