From owner-freebsd-stable@FreeBSD.ORG Mon May 5 12:02:27 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 D7D8F18E for ; Mon, 5 May 2014 12:02:27 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (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 9974815C2 for ; Mon, 5 May 2014 12:02:27 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id f51so6811717qge.12 for ; Mon, 05 May 2014 05:02:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=vQrsCQLFLwsxR66QBzuz+XyjsNm5AcPlmehWjcvuwGA=; b=VfACiqTvzTMEaRwJUpytN1angvFkQYcnhiHlVVpFk+YA/d+iCBhqDXaotpBx9yPZkg 3DkAyt3aPhLcDobBfHeSgEDDZMXfA8HqeZUK5DRxdNalI+X/C78CO4YCdK/YUuHWqWrb MXSKAYW5sTu0FRjB3tR4ooC0TUOLitQYXgLPgBpRte0P3SEZ9Yx/fXJakcDvxeVgsdie yKPFHQvgyIGoaEqRElEFzfTd+KTung7wOf8Ti47kRVB5sQaYCuc3NmIQ9oKlWZYin4qP TAA6zYR9NaWcILHOpq99VwMYCJgbtGoFyeG819nKn/047xvvrUgWY5aplkRJorpD5pxf MPSQ== MIME-Version: 1.0 X-Received: by 10.140.98.116 with SMTP id n107mr40624484qge.93.1399291346796; Mon, 05 May 2014 05:02:26 -0700 (PDT) Received: by 10.140.94.142 with HTTP; Mon, 5 May 2014 05:02:26 -0700 (PDT) In-Reply-To: <20140505135734.abf9e688c8d5f10ae4b120cb@mimar.rs> References: <20140505133034.1e2e4e83289130872f1fac9c@mimar.rs> <20140505135734.abf9e688c8d5f10ae4b120cb@mimar.rs> Date: Mon, 5 May 2014 14:02:26 +0200 Message-ID: Subject: Re: another busy mount point From: Carlos To: =?UTF-8?B?TWFya28gQ3VwYcSH?= 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:02:27 -0000 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 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.