aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/gjournal-desktop/article.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/articles/gjournal-desktop/article.sgml')
-rw-r--r--en_US.ISO8859-1/articles/gjournal-desktop/article.sgml22
1 files changed, 11 insertions, 11 deletions
diff --git a/en_US.ISO8859-1/articles/gjournal-desktop/article.sgml b/en_US.ISO8859-1/articles/gjournal-desktop/article.sgml
index c1535e5f29..4557dfb241 100644
--- a/en_US.ISO8859-1/articles/gjournal-desktop/article.sgml
+++ b/en_US.ISO8859-1/articles/gjournal-desktop/article.sgml
@@ -69,7 +69,7 @@
system and data). It should be followed during a fresh installation of
&os;. The steps are simple enough and do not require overly complex
interaction with the command line.</para>
-
+
<para>After reading this article, you will know:</para>
<itemizedlist>
@@ -77,7 +77,7 @@
<para>How to reserve space for journaling during a new installation of
&os;.</para>
</listitem>
-
+
<listitem>
<para>How to load and enable the <literal>geom_journal</literal>
module (or build support for it in your custom kernel).</para>
@@ -194,7 +194,7 @@
</note>
<para>For more information about journaling, please read the manual
- page of &man.gjournal.8;.</para>
+ page of &man.gjournal.8;.</para>
</sect1>
<sect1 id="reserve-space">
@@ -221,7 +221,7 @@
<para>In our example, an 80&nbsp;GB disk is used. The following screenshot
shows the default partitions created by <application>Disklabel</application> during
installation:</para>
-
+
<mediaobject>
<imageobject>
<imagedata fileref="disklabel1.png"/>
@@ -250,7 +250,7 @@
on a typical desktop will cause no harm. If the file system is
lightly used (quite probable for a desktop) you may wish to
allocate less disk space for its journal.</para>
-
+
<para>In our example, we journal both <filename>/usr</filename> and
<filename>/var</filename>. You may of course adjust the procedure
to your own needs.</para>
@@ -283,7 +283,7 @@
partitions to provide for the journals of <filename>/usr</filename> and
<filename>/var</filename>. The final result is shown in the following
screenshot:</para>
-
+
<mediaobject>
<imageobject>
<imagedata fileref="disklabel2.png"/>
@@ -470,7 +470,7 @@ GEOM_JOURNAL: Journal ad0s1f clean.</screen>
was created. Creating the journal would be as simple as:</para>
<screen>&prompt.root; <userinput>gjournal label ad1s1d</userinput></screen>
-
+
<para>The journal size will be 1&nbsp;GB by default. You may adjust it by
using the <option>-s</option> option. The value can be given in
bytes, or appended by <literal>K</literal>, <literal>M</literal> or
@@ -500,7 +500,7 @@ GEOM_JOURNAL: Journal ad0s1f clean.</screen>
<programlisting>options UFS_GJOURNAL # Note: This is already in GENERIC
options GEOM_JOURNAL # You will have to add this one</programlisting>
-
+
<para>Rebuild and reinstall your kernel following the relevant
<ulink url="&url.books.handbook;/kernelconfig.html">instructions in
the &os;&nbsp;Handbook.</ulink></para>
@@ -586,7 +586,7 @@ GEOM_JOURNAL: Journal ad0s1f clean.
can then be used for other purposes, if you so wish.</para>
<para>Login as <username>root</username> and switch to single user mode:</para>
-
+
<screen>&prompt.root; <userinput>shutdown now</userinput></screen>
<para>Unmount the journaled partitions:</para>
@@ -639,7 +639,7 @@ tunefs: soft updates set</screen>
</answer>
</qandaentry>
- </qandaset>
+ </qandaset>
</sect1>
<sect1 id="further-reading">
@@ -659,7 +659,7 @@ tunefs: soft updates set</screen>
<para><ulink url="http://lists.freebsd.org/pipermail/freebsd-current/2006-June/064043.html">This post</ulink>
in &a.current.name; by &man.gjournal.8;'s developer, &a.pjd;.</para>
</listitem>
-
+
<listitem>
<para><ulink url="http://lists.freebsd.org/pipermail/freebsd-questions/2008-April/173501.html">This post</ulink>
in &a.questions.name; by &a.ivoras;.</para>