From owner-freebsd-questions@FreeBSD.ORG Sat Mar 12 17:06:40 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD461106567D for ; Sat, 12 Mar 2011 17:06:40 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmfepo202.cox.net (fed1rmfepo202.cox.net [68.230.241.147]) by mx1.freebsd.org (Postfix) with ESMTP id A5D508FC1D for ; Sat, 12 Mar 2011 17:06:40 +0000 (UTC) Received: from fed1rmimpo03.cox.net ([70.169.32.75]) by fed1rmfepo202.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110312170640.KJEW21362.fed1rmfepo202.cox.net@fed1rmimpo03.cox.net>; Sat, 12 Mar 2011 12:06:40 -0500 Received: from dell64 ([72.220.91.89]) by fed1rmimpo03.cox.net with bizsmtp id JH6g1g0021vgiKs04H6gCV; Sat, 12 Mar 2011 12:06:40 -0500 X-VR-Score: -80.00 X-Authority-Analysis: v=1.1 cv=+7g07FftAVK5SzfBDSzY8IJIWiAWL38p2qa3Op/8zMo= c=1 sm=1 a=kj9zAlcOel0A:10 a=oCktQfYhz6x+qcZZxX2gzg==:17 a=kviXuzpPAAAA:8 a=G0q-payyAAAA:8 a=wlZoUHfqKv8h5gNrsCwA:9 a=ZGPOmWuOYQUwnqLVcR2faaaAbe8A:4 a=CjuIK1q_8ugA:10 a=4vB-4DCPJfMA:10 a=673AGJE-P7wA:10 a=oCktQfYhz6x+qcZZxX2gzg==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Sat, 12 Mar 2011 09:06:34 -0800 From: Robert To: Robert Message-ID: <20110312090634.3c1ce3ed@dell64> In-Reply-To: <20110312084840.0c6de95c@dell64> References: <20110312080706.2d98afb6@dell64> <20110312083315.5f452796@dell64> <20110312084840.0c6de95c@dell64> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" , Chris Brennan Subject: Re: Unable to umount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2011 17:06:40 -0000 On Sat, 12 Mar 2011 08:48:40 -0800 Robert wrote: > On Sat, 12 Mar 2011 11:35:25 -0500 > Chris Brennan wrote: > > > On Sat, Mar 12, 2011 at 11:33 AM, Robert > > wrote: > > > > Thank you for the reply. As shown above, I mounted the drive and > > then > > > tried to umount the drive. I did not access it other than the > > > "ls" command. > > > > > > [robert@dell64] ~> lsof Flash > > > [robert@dell64] ~> lsof /dev/da6s1 > > > [robert@dell64] ~> > > > [robert@dell64] ~> umount Flash > > > umount: unmount of /home/robert/Flash failed: Device busy > > > [robert@dell64] ~> umount /dev/da6s1 > > > umount: unmount of /home/robert/Flash failed: Device busy > > > [robert@dell64] ~> > > > > > > > > > For shgiggles, try and umount it as root, does that actually work? > > > [robert@dell64] ~> umount Flash > umount: unmount of /home/robert/Flash failed: Device busy > [robert@dell64] ~> umount /dev/da6s1 > umount: unmount of /home/robert/Flash failed: Device busy > [robert@dell64] ~> > > Should have mentioned...been there, done that ...tried and failed. Sorry. Sent the wrong copy & paste entry last time [root@dell64] ~# umount /dev/da6s1 umount: unmount of /home/robert/Flash failed: Device busy [root@dell64] ~# umount /home/robert/Flash umount: unmount of /home/robert/Flash failed: Device busy [root@dell64] ~#