From owner-freebsd-bugs@FreeBSD.ORG  Sun Apr  6 07:50:02 2008
Return-Path: <owner-freebsd-bugs@FreeBSD.ORG>
Delivered-To: freebsd-bugs@hub.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A115F106566C
	for <freebsd-bugs@hub.freebsd.org>;
	Sun,  6 Apr 2008 07:50:02 +0000 (UTC)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
	[IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 888F18FC1F
	for <freebsd-bugs@hub.freebsd.org>;
	Sun,  6 Apr 2008 07:50:02 +0000 (UTC)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m367o2gE093634
	for <freebsd-bugs@freefall.freebsd.org>; Sun, 6 Apr 2008 07:50:02 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m367o2rd093633;
	Sun, 6 Apr 2008 07:50:02 GMT (envelope-from gnats)
Date: Sun, 6 Apr 2008 07:50:02 GMT
Message-Id: <200804060750.m367o2rd093633@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
From: Jaakko Heinonen <jh@saunalahti.fi>
Cc: 
Subject: Re: conf/76298: fstab doesn't pass mntops properly
X-BeenThere: freebsd-bugs@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Jaakko Heinonen <jh@saunalahti.fi>
List-Id: Bug reports <freebsd-bugs.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-bugs>,
	<mailto:freebsd-bugs-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-bugs>
List-Post: <mailto:freebsd-bugs@freebsd.org>
List-Help: <mailto:freebsd-bugs-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-bugs>,
	<mailto:freebsd-bugs-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Apr 2008 07:50:02 -0000

The following reply was made to PR conf/76298; it has been noted by GNATS.

From: Jaakko Heinonen <jh@saunalahti.fi>
To: bug-followup@FreeBSD.org, eo@shell-server.com
Cc:  
Subject: Re: conf/76298: fstab doesn't pass mntops properly
Date: Sun, 6 Apr 2008 10:48:57 +0300

 In my opinion this is not a bug. According to fstab(5) manual page the
 fs_mntops field must contain at least the type of mount:
 
      The fourth field, (fs_mntops), describes the mount options associated
      with the file system.  It is formatted as a comma separated list of
      options.  It contains at least the type of mount (see fs_type below) plus
      any additional options appropriate to the file system type.  See the
      options flag (-o) in the mount(8) page and the file system specific page,
      such as mount_nfs(8), for additional options that may be specified.
 
 Mount types are rw, rq, ro, sw and xx.
 
 Thus "-T" is not a valid fs_mntops field but "ro,-T" and "-T,ro" are.
 
 -- 
 Jaakko