From owner-freebsd-questions Fri May 11 0:32:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 9194137B423 for ; Fri, 11 May 2001 00:32:46 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id JAA24992; Fri, 11 May 2001 09:39:50 +0200 Message-ID: <3AFB95FA.3010701@i-clue.de> Date: Fri, 11 May 2001 09:34:18 +0200 From: Christoph Sold Organization: i-clue GmbH, Waiblingen, Germany User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9) Gecko/20010505 X-Accept-Language: de, en MIME-Version: 1.0 To: Josh Shaw Cc: freebsd-questions@FreeBSD.ORG Subject: Re: unmount is returning command not found References: <001001c0d9b5$11c36560$4c64fea9@jshaw> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Josh Shaw wrote: > I am a new FreeBSD user. For some reason my unlmount function is not > working. I have no problem at all mounting a drive. Any suggestions? > make sure no shell is in some subdirectory of the tree you#re trying to unmount: # pwd /mnt/somewhere # umount /mnt will fail. # cd / # umount mnt succeeds. lsof (out of the ports) will list open files. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message