From owner-freebsd-questions Sun Feb 9 8:17:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE6137B401 for ; Sun, 9 Feb 2003 08:17:44 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-18-220.abo.wanadoo.fr [81.49.132.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53B9D43F3F for ; Sun, 9 Feb 2003 08:17:43 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h19GHgtg085809 for ; Sun, 9 Feb 2003 17:17:42 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@FreeBSD.ORG Subject: speeding up NFS Date: Sun, 9 Feb 2003 17:17:42 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302091717.42138.ajacoutot@lphp.org> 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 Hi ! I wanted to know if someone could help me speed up NFS transfers with FreeBSD-4.7-STABLE. With Linux clients+server, the transfers are exactly twice faster than with freeBSD, so I am sure I must have screwed the configuration somewhere. Here are the options used for mounting: rw,intr,hard,-r=8192,-w=8192,-U And here is the server's rc.conf: nfs_reserved_port_only="YES" nfs_server_enable="YES" nfs_server_flags="-h 192.168.0.1 -u -t -n 4" rpc_lockd_enable="YES" rpc_statd_enable="YES" Thanks in advance. Regards. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message