Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 1995 20:16:00 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        clary@elec.uq.oz.au (Clary Harridge)
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: Why was the NFS mount option wsize removed?
Message-ID:  <199504191816.UAA09477@uriah.heep.sax.de>
In-Reply-To: <9504182352.AA11761@s1.elec.uq.oz.au> from "Clary Harridge" at Apr 19, 95 09:51:59 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Clary Harridge wrote:
> 
> Can someone please tell me whether the old mount option for write buffer size
> 
> /dev/sd0e       /usr    ufs     rw,wsize=1024 1 2
> 
> can be achieved in some other manner? 

It seems to be not fully intentional.  The option handling for the
mount command seems to try a simple check if the option ends up in a
`=', but the code is broken, so the check would always reject such
options.

If nobody else jumps in, i'd see if i can repair it.
-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



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