Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / vfs / ufs / README.softupdates
1 $FreeBSD: src/sys/ufs/ffs/README.softupdates,v 1.7.2.1 2000/06/26 14:09:01 sheldonh Exp $
2
3 Add option SOFTUPDATES to your kernel configuration.  You should also
4 read the copyrights in the sources and the README file.
5
6 Once you're running a kernel with soft update support, you need to enable
7 it for whichever filesystems you wish to run with the soft update policy.
8 This is done with the -n option to tunefs(8) on the UNMOUNTED filesystems,
9 e.g. from single-user mode you'd do something like:
10
11         tunefs -n enable /usr
12
13 To permanently enable soft updates on the /usr filesystem (or at least
14 until a corresponding ``tunefs -n disable'' is done).
15
16 For more general information on soft updates, please see:
17         http://www.ece.cmu.edu/~ganger/papers/CSE-TR-254-95/
18
19 --
20 Julian Elischer <julian@freebsd.org>