From 81f00f311abbb56d4f8eb6e957c192b2ef946c91 Mon Sep 17 00:00:00 2001 From: msmith Date: Tue, 27 Apr 1999 21:11:19 +0000 Subject: Simplify the tunefs example, since tunefs uses getfsfile(). Lots of people complain about working out what device their filesystems are mounted on. --- sys/ufs/ffs/README.softupdates | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/ufs/ffs/README.softupdates b/sys/ufs/ffs/README.softupdates index 96e2df1..cc0f421 100644 --- a/sys/ufs/ffs/README.softupdates +++ b/sys/ufs/ffs/README.softupdates @@ -22,10 +22,10 @@ it for whichever filesystems you wish to run with the soft update policy. This is done with the -n option to tunefs(8) on the UNMOUNTED filesystems, e.g. from single-user mode you'd do something like: - tunefs -n enable /dev/rsd0s1d + tunefs -n enable /usr -To permanently enable soft updates on that filesystem (or at least until -a corresponding ``tunefs -n disable'' is done). +To permanently enable soft updates on the /usr filesystem (or at least +until a corresponding ``tunefs -n disable'' is done). IMPORTANT NOTE: The Soft Updates code is currently in ALPHA test. Use at your own risk! -- cgit v1.1