summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-04-27 21:11:19 +0000
committermsmith <msmith@FreeBSD.org>1999-04-27 21:11:19 +0000
commit81f00f311abbb56d4f8eb6e957c192b2ef946c91 (patch)
tree96fc1c8b1cf0368fc6b209072633a19647c9060a /sys
parent152572105da9520e2b5a39cd467b24a514c8fb37 (diff)
downloadFreeBSD-src-81f00f311abbb56d4f8eb6e957c192b2ef946c91.zip
FreeBSD-src-81f00f311abbb56d4f8eb6e957c192b2ef946c91.tar.gz
Simplify the tunefs example, since tunefs uses getfsfile(). Lots of
people complain about working out what device their filesystems are mounted on.
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ffs/README.softupdates6
1 files changed, 3 insertions, 3 deletions
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!
OpenPOWER on IntegriCloud