From owner-freebsd-fs@FreeBSD.ORG Wed Apr 18 15:27:45 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 11EDB16A404 for ; Wed, 18 Apr 2007 15:27:45 +0000 (UTC) (envelope-from dayzofrift@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by mx1.freebsd.org (Postfix) with ESMTP id C52BC13C4C7 for ; Wed, 18 Apr 2007 15:27:44 +0000 (UTC) (envelope-from dayzofrift@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so191319wra for ; Wed, 18 Apr 2007 08:27:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HT0TNTR/MjspirUAZ4Jt3esN9tx8xHHJtYwlKRpjNAjWs1QZi50FWlZ8bWIUHTVDN4juOHg6Q7HJrPQBqlfzx/Y+Hu6HjkwuLLmreZ04gFUT/NcuIbfx8N+xqN4LLRVFucp7k1JP5bFyefDMbq7EaLTGGciAOwMCHeFM0lzdfA4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pnSKBl6VPDfWFWGxDo/Vfo5lDiRGjfJI4/vUwsUQh0plGIL8Ppl2wfe2ehDjYB+nZcf30oCghxJ96XAtccIqjIpnBNVF0CVtFwJB4AuOAKuRTzQ3O3m0l9B6eFKwZTxEv+1J4bEsfgsejUbEU0iUZZClfg72HkL1dJu7Evz6QV8= Received: by 10.115.75.1 with SMTP id c1mr269796wal.1176910056502; Wed, 18 Apr 2007 08:27:36 -0700 (PDT) Received: by 10.114.202.1 with HTTP; Wed, 18 Apr 2007 08:27:36 -0700 (PDT) Message-ID: <87b02eb0704180827k1ea64e0ercedff7f9565983ce@mail.gmail.com> Date: Wed, 18 Apr 2007 17:27:36 +0200 From: Rift`` To: "Eric Anderson" In-Reply-To: <462634AC.1000403@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <87b02eb0704180722q3f45095k5293cfa343ba8514@mail.gmail.com> <462634AC.1000403@freebsd.org> 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:27:45 -0000 it returns nothing: # fstat | grep ipodlinux # umount /mnt/ipodlinux/ umount: unmount of /mnt/ipodlinux failed: Device busy # Rift 2007/4/18, Eric Anderson : > 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 >