From owner-freebsd-current Sat Mar 23 19:49:43 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23965 for current-outgoing; Sat, 23 Mar 1996 19:49:43 -0800 (PST) Received: from sierra.zyzzyva.com (root@ppp0.zyzzyva.com [198.183.2.50]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA23925 Sat, 23 Mar 1996 19:49:29 -0800 (PST) Received: from zyzzyva.com (randy@localhost [127.0.0.1]) by sierra.zyzzyva.com (8.7.4/8.6.11) with ESMTP id VAA03210; Sat, 23 Mar 1996 21:49:17 -0600 (CST) Message-Id: <199603240349.VAA03210@sierra.zyzzyva.com> To: freebsd-current@freebsd.org Subject: problem with NFS mounts Cc: freebsd-hackers@freebsd.org X-uri: http://www.zyzzyva.com/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 23 Mar 1996 21:49:17 -0600 From: Randy Terbush Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a fresh install of -stable on a machine that is mounting a couple of directories on a NetBSD-current machine. Mounts are as follows. netbsd:/disks/sd2/src /usr/src netbsd:/disks/sd2/obj /usr/obj With one mount, there is no problem. With both mounts, I cannot do a listing of /usr. Listing any other partition is not a problem. Only the partition where the mounts are. 'cd' into the mounted resource hangs. 'ls' of /usr hangs. Ideas?