svn commit: r48356 - head/en_US.ISO8859-1/books/handbook/geom
Warren Block
wblock at FreeBSD.org
Mon Mar 7 19:00:55 UTC 2016
Author: wblock
Date: Mon Mar 7 19:00:54 2016
New Revision: 48356
URL: https://svnweb.freebsd.org/changeset/doc/48356
Log:
The warning about labeling a full UFS filesystem possibly causing data
corruption appears to confuse UFS labels with glabel(8) generic labels.
UFS labels are part of the metadata and do not overwrite the filesystem
data. Discussed on IRC with emaste and bsdimp.
Modified:
head/en_US.ISO8859-1/books/handbook/geom/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/geom/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/geom/chapter.xml Mon Mar 7 18:49:32 2016 (r48355)
+++ head/en_US.ISO8859-1/books/handbook/geom/chapter.xml Mon Mar 7 19:00:54 2016 (r48356)
@@ -1473,11 +1473,6 @@ ggate0
<screen>&prompt.root; <userinput>tunefs -L <replaceable>home</replaceable> <replaceable>/dev/da3</replaceable></userinput></screen>
- <warning>
- <para>If the file system is full, this may cause data
- corruption.</para>
- </warning>
-
<para>A label should now exist in <filename>/dev/ufs</filename>
which may be added to <filename>/etc/fstab</filename>:</para>
More information about the svn-doc-all
mailing list