Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 1997 01:11:50 -0400 (EDT)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
Cc:        FreeBSD-Hackers <FreeBSD-Hackers@FreeBSD.ORG>
Subject:   Re: mounting
Message-ID:  <Pine.BSF.3.96.970702011043.364D-100000@Journey2.mat.net>
In-Reply-To: <19970701073739.TT45372@uriah.heep.sax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 1 Jul 1997, J Wunsch wrote:

> As Chuck Robey wrote:
> 
> > mount -t nfs -I512 -o -r1024 -w1024 remote_machine:/path /path
> > 
> > If there's equal signs that have to go in there, I guess I'll find out.
> > The man page isn't clear on that.
> 
> The -I is IMHO unnecessary.  However, you ought to group -o options
> by commas:
> 
> 	mount [-t nfs] -o -r1024,-w1024 remote:/path /path
> 
> The -t nfs is not really required.  The -w1024 ain't required either,
> since your machine with the slow card is of course allowed to send
> full packets.  It's only that it can't receive a full 8 KB NFS packet.

Just thought I'd comment that this does indeed work for the 3C503 card.
I have tested it and I'll keep this around!

> 
> -- 
> cheers, J"org
> 
> joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
> Never trust an operating system you don't have sources for. ;-)
> 
> 

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@eng.umd.edu          | communications topic, C programming, and Unix.
213 Lakeside Drive Apt T-1  |
Greenbelt, MD 20770         | I run Journey2 and picnic, both FreeBSD
(301) 220-2114              | version 3.0 current -- and great FUN!
----------------------------+-----------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970702011043.364D-100000>