From owner-freebsd-current Thu Jul 15 10:33:53 1999 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 666A614DB9 for ; Thu, 15 Jul 1999 10:33:42 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id NAA16692 for ; Thu, 15 Jul 1999 13:33:21 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA03147; Thu, 15 Jul 1999 13:32:51 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id NAA79230 for freebsd-current@freebsd.org; Thu, 15 Jul 1999 13:32:50 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199907151732.NAA79230@bb01f39.unx.sas.com> Subject: /etc/fstab vs. /sbin/mount -p To: freebsd-current@freebsd.org Date: Thu, 15 Jul 1999 13:32:50 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I just noticed the following while tracing my config to make sure everything was correct: From /etc/fstab, I am forcing a v2 mount: netapp01:/vol/sas /sas nfs rw,nfsv2 0 2 /sbin/mount -p should create an fstab format output: netapp01:/vol/sas /sas nfs rw 0 2 It seems to have dropped the v2 flag... Comments? Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message