From owner-freebsd-stable@FreeBSD.ORG Mon May 5 12:18:07 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39F0D5EA for ; Mon, 5 May 2014 12:18:07 +0000 (UTC) Received: from mail-ee0-x22e.google.com (mail-ee0-x22e.google.com [IPv6:2a00:1450:4013:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C122016DC for ; Mon, 5 May 2014 12:18:06 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id t10so1675571eei.5 for ; Mon, 05 May 2014 05:18:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Xe0CwXRXb3V1wfHgTjdxKoQIjMuMc4sRNY9mQ25Rjig=; b=dW5Ja8T4zCWtx5qoFN5l/i3E5TgQo8cxpXiIct6AA2wT+aHR/FMHTMXenue5NV7ZBk 3TdhEXip7hF2YsqCcfe9wJQujr2N9YuFpycZqFvIuFzyaUgma+V8FWe4T4cQJVuL18LG juVR2hHwvKrZwxUFRpXA0+MbTQKnEVGaFjJEPa/6ms9JOzN8AUitDIS++MX0VmligPuP pbpG6klqzyPRAHW5RgJ04PnQBGWvRswY618FWmXfTGXvJJGaQdPrtdF8jB+rTA+qiYbg U47NJ8hY1aZZarv91tym3cZ6gvs0LQf1+o+IjgdkX1tH5HHmmLhIx8upPscHg6weMa9c rvPQ== X-Received: by 10.15.75.9 with SMTP id k9mr1899421eey.110.1399292284255; Mon, 05 May 2014 05:18:04 -0700 (PDT) Received: from notebook.linsystem.net (e-77-128.eduroam.fit.cvut.cz. [147.32.77.128]) by mx.google.com with ESMTPSA id s46sm29195333ees.3.2014.05.05.05.18.03 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 05 May 2014 05:18:04 -0700 (PDT) Date: Mon, 5 May 2014 14:18:01 +0200 From: Robert David To: Carlos Subject: Re: another busy mount point Message-ID: <20140505141801.1344be2e@notebook.linsystem.net> In-Reply-To: References: <20140505133034.1e2e4e83289130872f1fac9c@mimar.rs> <20140505135734.abf9e688c8d5f10ae4b120cb@mimar.rs> X-Mailer: Claws Mail 3.9.3 (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:18:07 -0000 Hi all, I got similar problems with caja (nautilus) with nfs mounted shares. I did use automount and caja start gvfs-trash which scan all the mountpoints. This lead to blocking these mountpoints from being unmounted. Take a look at this, it can be similar issue. Regards,=20 Robert. On Mon, 5 May 2014 14:02:26 +0200 Carlos wrote: > 2014-05-05 13:57 GMT+02:00 Marko Cupa=C4=87 : > > On Mon, 5 May 2014 13:38:33 +0200 > > Carlos wrote: > > > >> Which is the output of fuser -c /dev/da5p1? > > > > pacija@mephala:~ % fuser -c /dev/da5p1 > > /dev/da5p1: 1230yw 1168yw 1156yw 1143w 1141w 1072cyw 1071yw > > 1067w 1060yw 1057w 1056yw 1050w 1049yw 1047w 1043w 1042yw > > 1040yw 1039yw 1038yw 1037w 1034w 1032w 1031yw 1028yw 1008yw > > 1001yw 998yw 996yw > > > > -- > > Marko Cupa=C4=87 >=20 > 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. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org"