From owner-freebsd-bugs Thu Sep 12 23:30:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA23920 for bugs-outgoing; Thu, 12 Sep 1996 23:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA23913; Thu, 12 Sep 1996 23:30:02 -0700 (PDT) Date: Thu, 12 Sep 1996 23:30:02 -0700 (PDT) Message-Id: <199609130630.XAA23913@freefall.freebsd.org> To: freebsd-bugs Cc: From: Thomas Gellekum Subject: Re: bin/1607: unmount fails for a NFS fs mounted without -P from a server that requires reserved ports Reply-To: Thomas Gellekum Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1607; it has been noted by GNATS. From: Thomas Gellekum To: assar@sics.se Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/1607: unmount fails for a NFS fs mounted without -P from a server that requires reserved ports Date: Fri, 13 Sep 1996 08:23:23 +0200 (MET DST) assar@sics.se wrote: > > >Description: > > When trying to unmount a NFS-filesystem mounted from a server that > requires reserved ports but without the -P option, unmount fails. > > > > >How-To-Repeat: > > bash# mount foo:/fs /mnt > bash# umount /mnt > umount: foo:/fs: No such file or directory Try `umount foo:/fs'; I think that works. Don't ask me why, though. tg