From owner-freebsd-stable@FreeBSD.ORG Mon May 5 11:57:38 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 F02D3CEE for ; Mon, 5 May 2014 11:57:38 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id A035A14E3 for ; Mon, 5 May 2014 11:57:38 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 76F89B903D; Mon, 5 May 2014 13:57:37 +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= 1399291055; x=1401105456; bh=THFBBba/GjZ4dO5CN1QSb8ZE74C11E2CulU MP02sHYM=; b=fNfdeUTlw/C+mN+Wu3xPacPx3/QBnbzk3pKCYlOQMMtMHuq3V6E 6lMSn7M5ce9pJ+wYFzgE3ycUs7cwcUnHw+l7iYCsziSP3vS1r1Q0btY/VOAXwthg 9IoI9GQwoYJnXkXfn2rqUCM9+VqNwI161j0mcrnGNLzgtChQkCZrWb40= 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 Pm7MhnjZyr9W; Mon, 5 May 2014 13:57:35 +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 09026B9038; Mon, 5 May 2014 13:57:34 +0200 (CEST) Date: Mon, 5 May 2014 13:57:34 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: Carlos Subject: Re: another busy mount point Message-Id: <20140505135734.abf9e688c8d5f10ae4b120cb@mimar.rs> In-Reply-To: References: <20140505133034.1e2e4e83289130872f1fac9c@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 11:57:39 -0000 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 --=20 Marko Cupa=C4=87