From owner-freebsd-questions Thu Jan 3 8:53:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from umx-mail02.missouri.edu (umx-mail02.missouri.edu [128.206.10.222]) by hub.freebsd.org (Postfix) with ESMTP id 5DAB137B41A for ; Thu, 3 Jan 2002 08:53:12 -0800 (PST) Received: from krypton.bengal.missouri.edu ([128.206.10.134]) by umx-mail02.missouri.edu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id ZRCDC4C6; Thu, 3 Jan 2002 10:53:11 -0600 Date: Thu, 3 Jan 2002 10:52:58 -0600 (CST) From: Ryan Dooley X-X-Sender: Reply-To: To: Roy Sigurd Karlsbakk Cc: Subject: Re: Mounting NFS share from Linux box? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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'm trying to mount an NFS share. The server having the share is running > FreeBSD and the client Linux. What happens is that the mount process on > the Linux host goes defunct and stays like that for around 2 minutes > before succeding the mount... After that, it all works fine. Hrm... I've got this setup where we have a -STABLE server with nfs running to support udp and tcp. nfs_server_flags include both -t and -u The Linux clients mount the server with nfsv3/udp (as tcp support is, um, lacking). The same server also provides for AIX and IRIX clients using nfsv3/tcp. Is your server a dual-homed machine. You might have to specify -h a.b.c.d for which ip address nfsd binds to. Cheers, Ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message