Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2008 20:05:16 +0400 (MSD)
From:      Anton Yuzhaninov <citrin@citrin.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/123021: [regression] mount -p show incorrect mount options
Message-ID:  <20080423160516.56138FA7CB7@mx15.rambler.ru>
Resent-Message-ID: <200804231630.m3NGU04R086922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123021
>Category:       bin
>Synopsis:       [regression] mount -p show incorrect mount options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 23 16:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Anton Yuzhaninov
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mx15.rambler.ru 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
mount -p should show mount information in fstab(5) format, but when fs mounted with options
rw,nosuid,noatime it don't show rw option.
>How-To-Repeat:

Mount some filesystem with -o rw,nosuid,noatime

$ mount -p
...
/dev/mirror/gm0s1g      /spool                  ufs     nosuid,noatime  2 2

In the FreeBSD6 mount -p show rw option:
$ mount -p
/dev/mirror/gm0s1g      /spool  ufs rw,nosuid,noatime   2 2

>Fix:
No known yet.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080423160516.56138FA7CB7>