From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964861AbWAQWID (ORCPT ); Tue, 17 Jan 2006 17:08:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964863AbWAQWID (ORCPT ); Tue, 17 Jan 2006 17:08:03 -0500 Received: from linux01.gwdg.de ([134.76.13.21]:13461 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S964861AbWAQWIB (ORCPT ); Tue, 17 Jan 2006 17:08:01 -0500 Date: Tue, 17 Jan 2006 23:07:49 +0100 (MET) From: Jan Engelhardt To: Justin Piszcz cc: Trond Myklebust , Alan Cox , Tomasz =?iso-8859-2?Q?K=B3oczko?= , Phil Oester , linux-kernel@vger.kernel.org, apiszcz@lucidpixels.com Subject: Re: Kernel 2.6.15.1 + NFS is 4 times slower than FTP!? In-Reply-To: Message-ID: References: <20060117012319.GA22161@linuxace.com> <1137521483.14135.59.camel@localhost.localdomain> <1137523035.7855.91.camel@lade.trondhjem.org> <1137523991.7855.103.camel@lade.trondhjem.org> <1137524502.7855.107.camel@lade.trondhjem.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > auto Can be mounted with the -a option. > > defaults > Use default options: rw, suid, dev, exec, auto, > nouser, and async. > > The default is async, no? The server side also needs to specify async in exports. You even get a warning if you do not specify sync or async, because the default had been changed once. Jan Engelhardt --