From owner-freebsd-hackers Mon Jun 30 23:19:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA11350 for hackers-outgoing; Mon, 30 Jun 1997 23:19:18 -0700 (PDT) Received: from innocence.interface-business.de (innocence.interface-business.de [193.101.57.202]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA11336 for ; Mon, 30 Jun 1997 23:19:08 -0700 (PDT) Received: (from root@localhost) by innocence.interface-business.de (8.6.11/8.6.9) with UUCP id IAA25368; Tue, 1 Jul 1997 08:16:52 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id HAA04701; Tue, 1 Jul 1997 07:37:39 +0200 (MET DST) Message-ID: <19970701073739.TT45372@uriah.heep.sax.de> Date: Tue, 1 Jul 1997 07:37:39 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: FreeBSD-Hackers@FreeBSD.ORG (FreeBSD-Hackers) Cc: chuckr@glue.umd.edu (Chuck Robey) Subject: Re: mounting References: <19970630164206.27593@hydrogen.nike.efn.org> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Chuck Robey on Jun 30, 1997 19:48:18 -0400 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. -- 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. ;-)