From owner-freebsd-fs@FreeBSD.ORG Wed Apr 18 15:09:35 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 610BC16A401 for ; Wed, 18 Apr 2007 15:09:35 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3568613C43E for ; Wed, 18 Apr 2007 15:09:35 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l3IF9WRp050467; Wed, 18 Apr 2007 10:09:32 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <462634AC.1000403@freebsd.org> Date: Wed, 18 Apr 2007 10:09:32 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.10 (X11/20070320) MIME-Version: 1.0 To: Rift`` References: <87b02eb0704180722q3f45095k5293cfa343ba8514@mail.gmail.com> In-Reply-To: <87b02eb0704180722q3f45095k5293cfa343ba8514@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/3120/Wed Apr 18 08:00:32 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: freebsd-fs@freebsd.org Subject: Re: Unable to umount ext3 partition X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2007 15:09:35 -0000 On 04/18/07 09:22, Rift`` wrote: > Hi, > I'am runing on FreeBSD i386 6.2. > i have an usb disk with an ext3 partition. > I mount the partition with "mount_ext2fs /dev/da0s3 /mnt/ipodlinux", but when > I tried to umount the disk i have: "umount: unmount of /mnt/ipodlinux > failed: Device busy". I have tried to get who is accessing to the fs, > but nothing is accessing to the disk (verified with lsof/ps). > Thanks for the answer. > Rift So doing: fstat | grep ipodlinux returns nothing? Eric