Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 18:18:16 -0500
From:      Mike Meyer <mwm@mired.org>
To:        Bill Moran <wmoran@iowna.com>
Cc:        questions@freebsd.org
Subject:   Re: Remount Filesystems
Message-ID:  <15125.32696.816816.201274@guru.mired.org>
In-Reply-To: <47023858@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Bill Moran <wmoran@iowna.com> types:
> dannyman wrote:
> What I just became curious about is: would it be possible to mount a
> filesystem both async and softupdates, and would there be any advantage?

You can make the mount system call requesting async on a file system
that has softupdates enabled, but it won't have any effect.  The
kernel will quietly turns off the ASYNC bit for the mount call. Look
in sys/ufs/ffs/kern_vfsops.c for details.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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