diff --git a/en_US.ISO8859-1/books/handbook/geom/chapter.sgml b/en_US.ISO8859-1/books/handbook/geom/chapter.sgml index 51c7dd5c48..86388a1fcb 100644 --- a/en_US.ISO8859-1/books/handbook/geom/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/geom/chapter.sgml @@ -706,11 +706,10 @@ ufsid/486b6fc16926168e N/A ad4s1f Journaling - With the release of &os; 7.0, the long awaited feature - of UFS journals has been implemented. The - implementation itself is provided through the - GEOM subsystem and is easily configured - via the &man.gjournal.8; utility. + With the release of &os; 7.0, the long awaited feature + of journals has been implemented. The implementation itself is + provided through the GEOM subsystem and is + easily configured via the &man.gjournal.8; utility. What is journaling? Journaling capability stores a log of file system transactions, i.e.: changes that make up a complete @@ -733,7 +732,7 @@ ufsid/486b6fc16926168e N/A ad4s1f To enable support for gjournal, the &os; kernel must have the following option - which is the - default on 7.X systems: + default on &os; 7.0 and later systems: options UFS_GJOURNAL @@ -756,7 +755,7 @@ ufsid/486b6fc16926168e N/A ad4s1f disk: &prompt.root; gjournal load - &prompt.root; gjournal label /dev/da4 +&prompt.root; gjournal label /dev/da4 At this point, there should be a /dev/da4 device node and a @@ -766,8 +765,7 @@ ufsid/486b6fc16926168e N/A ad4s1f &prompt.root; newfs -O 2 -J /dev/da4.journal The previously issued command will create a - UFS2 file system with journaling being made - active. + UFS2 file system on the journaled device. Effectively mount the device at the desired point with: @@ -780,11 +778,10 @@ ufsid/486b6fc16926168e N/A ad4s1f ad4s1 and ad4s2 are both slices, then gjournal will create ad4s1.journal and - ad4s2.journal. In the case of the command - being run twice, the result will be journals. + ad4s2.journal. - Under some circumstances, keeping the journal on another disk + For better performance, keeping the journal on another disk may be desired. For these cases, the journal provider or storage device should be listed after the device to enable journaling on. Journaling may also be enabled on current file systems by