Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 13:03:06 +0400
From:      Anton Yuzhaninov <citrin@citrin.ru>
To:        freebsd-stable@freebsd.org
Subject:   mount -p in 7.0-RELEASE
Message-ID:  <4807124A.40909@citrin.ru>

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

mount -p seems to be broken in FreeBSD7

$ mount 

...
/dev/mirror/gm0s1g on /spool (ufs, local, noatime, nosuid, soft-updates)

$ mount -p 

...
/dev/mirror/gm0s1g      /spool                  ufs     nosuid,noatime  2 2

If nosuid,noatime without rw option written to /etc/fstab system can't mount /spool on startup.

On FreeBSD6 mount -p work fine:

$ mount -p 

...
/dev/mirror/gm0s1g      /spool  ufs rw,nosuid,noatime   2 2

-- 
WBR,
  Anton Yuzhaninov



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