From owner-freebsd-hackers Fri Aug 9 05:32:42 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA05236 for hackers-outgoing; Fri, 9 Aug 1996 05:32:42 -0700 (PDT) Received: from critter.tfs.com ([140.145.230.252]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA05230; Fri, 9 Aug 1996 05:32:40 -0700 (PDT) Received: from critter.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.7.5/8.7.3) with ESMTP id OAA11223; Fri, 9 Aug 1996 14:32:05 +0200 (MET DST) To: Robert Withrow cc: freebsd-hackers@FreeBSD.ORG Subject: Re: 2.1.5 Bug: Manual refers to manual refers to manual refers to... In-reply-to: Your message of "Fri, 09 Aug 1996 08:15:33 EDT." <199608091215.IAA10249@tuva.engeast.baynetworks.com> Date: Fri, 09 Aug 1996 14:32:04 +0200 Message-ID: <11221.839593924@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199608091215.IAA10249@tuva.engeast.baynetworks.com>, Robert Withrow writes: >In 2.1.5, mount(8) says > > The options specific to NFS filesystems are described in the > mount_nfs(8) manual page. > >mount_nfs(8) says: > > -o Options are specified with a -o flag followed by a comma separat- > ed string of options. See the mount(8) man page for possible op- > tions and their meanings. > >So. I hit ^C. ;-) > >Can someone tell me where to *really* find the nfs mount options? > Hmm, could somebody loose this guy ? He's getting too close for comfort and he's asking too many questions... :-) >From /usr/src/sbin/mount_nfs/mount_nfs.c: struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_FORCE, MOPT_UPDATE, { "bg", 0, ALTF_BG, 1 }, { "conn", 1, ALTF_NOCONN, 1 }, { "dumbtimer", 0, ALTF_DUMBTIMR, 1 }, { "intr", 0, ALTF_INTR, 1 }, #ifdef NFSKERB { "kerb", 0, ALTF_KERB, 1 }, #endif { "nfsv3", 0, ALTF_NFSV3, 1 }, { "rdirplus", 0, ALTF_RDIRPLUS, 1 }, { "mntudp", 0, ALTF_MNTUDP, 1 }, { "resvport", 0, ALTF_RESVPORT, 1 }, #ifdef ISO { "seqpacket", 0, ALTF_SEQPACKET, 1 }, #endif { "nqnfs", 0, ALTF_NQNFS, 1 }, { "soft", 0, ALTF_SOFT, 1 }, { "tcp", 0, ALTF_TCP, 1 }, { "port=", 0, ALTF_PORT, 1 }, { NULL } }; -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so.