From owner-freebsd-questions Wed Mar 12 07:55:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA21274 for questions-outgoing; Wed, 12 Mar 1997 07:55:30 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA21190; Wed, 12 Mar 1997 07:54:05 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id HAA01422; Wed, 12 Mar 1997 07:53:30 -0800 (PST) To: Klaus Werner Krygier cc: questions@freebsd.org, dfr@freebsd.org Subject: Re: NFSV3 - NFS on FreeBSD 2.2 In-reply-to: Your message of "Wed, 12 Mar 1997 15:37:16 +0100." Date: Wed, 12 Mar 1997 07:53:30 -0800 Message-ID: <1418.858182010@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > How can I manage this? At the moment I have to specify at the client > side the apropriate mount options to use NFS V2. Is it also possible > to disable NFS V3 globally on the FreeBSD server? Ah, I see - yes, how to force FreeBSD be an NFS V2 *server* is what you're asking (sorry, it's early in the morning for me here :). Hmmmmmm.... That's a good question. :-) There appear to be flags for turning the NFS server off entirely (NFS_NOSERVER) but none for specifically disabling NFS v3. Any ideas, Doug? I've poked around in nfssvc() a little and don't see any obvious way... Jordan