From owner-freebsd-questions Sun Jul 15 20: 1: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sharmas.dhs.org (cpe-66-1-147-119.ca.sprintbbd.net [66.1.147.119]) by hub.freebsd.org (Postfix) with ESMTP id 5531037B401 for ; Sun, 15 Jul 2001 20:01:02 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: by sharmas.dhs.org (Postfix, from userid 500) id DECEE5DD94; Sun, 15 Jul 2001 20:01:02 -0700 (PDT) Date: Sun, 15 Jul 2001 20:01:02 -0700 From: Arun Sharma To: questions@freebsd.org Subject: NFS mount Linux Mandrake 8.0 -> FreeBSD 4.3-STABLE hang Message-ID: <20010715200102.A19948@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use amd to NFS mount /net//foo and then try: $ cp /net/*/foo/bar to /tmp For small files, it works ok. For anything larger than a few kilobytes, cp hangs. So does any command that does any directory operations on /tmp. ps shows the cp process as "DL+" (L = locked pages in core according to man). All other processes operating on /tmp show "inode" in WCHAN. What am I doing wrong ? Is this a block size kind of issue ? omni $ mount | grep home eagle:/home on /.amd_mnt/eagle/host/home (nfs, nodev, nosuid) omni $ showmount -e eagle Exports list on eagle: /usr/local 192.168.0.0/255.255.0.0 /home 192.168.0.0/255.255.0.0 omni $ uname -a FreeBSD omni.mirabella.net 4.3-STABLE FreeBSD 4.3-STABLE #3: Fri Jun 22 20:28:18 PDT 2001 root@omni.mirabella.net:/usr/src/sys/compile/omni i386 -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message