Date: Fri, 9 Feb 1996 20:55:55 +0100 (MET) From: "Åge Røbekk" <aagero@aage.aage.priv.no> To: freebsd-bugs@freebsd.org Subject: Unexpected behaviour from umount Message-ID: <199602091955.UAA02860@birk04.studby.uio.no>
next in thread | raw e-mail | index | archive | help
When I stack-mount two different NFS filesystems on the same directory, the umount request will be sent to the first mounted nfs server (mountd) on that directory. E.g. # hostname foo.bar.com # mount server1:/exported/fs /mount/nfs # mount server2:/mount/me /mount/nfs # umount /mount/nfs # showmount -a server2 | grep foo.bar.com foo.bar.com:/mount/me # Is this normal behaviour? -aage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602091955.UAA02860>