From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 05:08:14 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CF7616A4CE for ; Fri, 28 Jan 2005 05:08:14 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id E015443D54 for ; Fri, 28 Jan 2005 05:08:13 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so395719rne for ; Thu, 27 Jan 2005 21:08:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=O04bFZJth/SSGR53Jz3EhhTTrdjOxk+qHPQfAiDqHRl1CYBxxweiFcNq+e+BFJ84Qu3pmglJymvkV8Lz5YUkDCVIkDaPZzxtx6Ftz6Kd09NOe6H4Ml/CNjcArzRJvIK8RTl/3qASc55Uqtq7JtzrBZetcjLpiT04Xqe/EEjWFbE= Received: by 10.38.77.73 with SMTP id z73mr198897rna; Thu, 27 Jan 2005 21:08:13 -0800 (PST) Received: by 10.38.74.6 with HTTP; Thu, 27 Jan 2005 21:08:13 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2005 06:08:13 +0100 From: Gert Cuykens To: Rob In-Reply-To: <20050128050442.19627.qmail@web54008.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050128050442.19627.qmail@web54008.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: umount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 05:08:14 -0000 On Thu, 27 Jan 2005 21:04:42 -0800 (PST), Rob wrote: > Tom Vilot wrote: > > Gert Cuykens wrote: > > > >> umount: unmount of /mnt failed: Device busy > >> 7rxI# > >> > >> Why does it not want to unmount /dev/ar0s1 ? > >> > > Are you sitting in the /mnt directory when you try > to > > unmount it? :c) > > > > /mnt is busy because you have a process accessing > it. > > > Try: > > fstat -f /mnt > > to find out which process(es) is/are still accessing > the mounted directory. > > Rob. thx