Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jul 2001 20:01:02 -0700
From:      Arun Sharma <arun@sharmas.dhs.org>
To:        questions@freebsd.org
Subject:   NFS mount Linux Mandrake 8.0 -> FreeBSD 4.3-STABLE hang
Message-ID:  <20010715200102.A19948@sharmas.dhs.org>

next in thread | raw e-mail | index | archive | help
I use amd to NFS mount /net/<linux-box>/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




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