NetBSD Problem Report #15262

Received: (qmail 22834 invoked from network); 16 Jan 2002 13:49:39 -0000
Message-Id: <200201161343.g0GDhkE00643@quiteria>
Date: Wed, 16 Jan 2002 08:43:46 -0500 (EST)
From: dbj@netbsd.org
Reply-To: dbj@netbsd.org
To: gnats-bugs@gnats.netbsd.org
Cc: dbj@netbsd.org
Subject: mount -u and mount -o update take different actions
X-Send-Pr-Version: 3.95

>Number:         15262
>Category:       bin
>Synopsis:       mount -u and mount -o update take different actions
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 16 13:50:01 +0000 2002
>Closed-Date:    
>Last-Modified:  Fri Apr 28 21:25:58 +0000 2006
>Originator:     Darrin B. Jewell
>Release:        NetBSD 1.5ZA 20020105T2358Z
>Organization:
>Environment:
System: NetBSD quiteria 1.5ZA NetBSD 1.5ZA (QUITERIA) #510: Tue Jan 8 05:45:04 EST 2002 dbj@quiteria:/usr/src/sys/arch/macppc/compile/QUITERIA macppc
Architecture: powerpc
Machine: macppc
>Description:
        According to the mount man page, the `-u' mount option
is the same the as using `-o update'.  However, I notice a
difference.

>How-To-Repeat:
# mount
/dev/wd0a on / type ffs (local, noatime, nodevmtime)
# cat /etc/fstab
#       $NetBSD: fstab.wd,v 1.1 2000/06/12 23:06:59 matt Exp $
#
/dev/wd0a       /       ffs     rw,noatime,nodevmtime 1 1
# mount /
# mount
/dev/wd0a on / type ffs (local, noatime, nodevmtime)
# mount -u /
# mount
/dev/wd0a on / type ffs (local)
# mount -o update /
# mount
/dev/wd0a on / type ffs (local, noatime, nodevmtime)
# mount -u /
# mount
/dev/wd0a on / type ffs (local)
# mount -o update /
# mount
/dev/wd0a on / type ffs (local, noatime, nodevmtime)

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.