Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2001 09:34:18 +0200
From:      Christoph Sold <so@server.i-clue.de>
To:        Josh Shaw <djshaw@eclipsetel.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: unmount is returning command not found
Message-ID:  <3AFB95FA.3010701@i-clue.de>
References:  <001001c0d9b5$11c36560$4c64fea9@jshaw>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AFB95FA.3010701>