aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorRemko Lodder <remko@FreeBSD.org>2006-03-19 15:47:54 +0000
committerRemko Lodder <remko@FreeBSD.org>2006-03-19 15:47:54 +0000
commit698a6ee2992c667f188d5674fc13d91aed78a759 (patch)
tree5f2bb4e1bd71c5a6b4169b6ce15b59ee43917214 /en_US.ISO8859-1
parentbd204e39cd3d88db37e0ed58dfbca7594014416f (diff)
Notes
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/books/handbook/vinum/chapter.sgml13
1 files changed, 8 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml b/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
index 28dc3ca827..18473819c8 100644
--- a/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml
@@ -873,13 +873,16 @@ disk storage, and an introduction to the Vinum Volume Manager.</para>
<screen>&prompt.root; <userinput>newfs /dev/gvinum/concat</userinput>
newfs: /dev/gvinum/concat: can't figure out file system partition</screen>
- <note><para>The following is only valid for FreeBSD versions
- prior to 5.0:</para></note>
+ <para>In order to create a file system on this volume, use
+ &man.newfs.8;:</para>
- <para>In order to create a file system on this volume, use the
- <option>-v</option> option to &man.newfs.8;:</para>
+ <screen>&prompt.root; <userinput>newfs /dev/gvinum/concat</userinput></screen>
- <screen>&prompt.root; <userinput>newfs -v /dev/gvinum/concat</userinput></screen>
+ <note><para>On &os; versions prior to 5.0 &man.newfs.8; requires
+ an additional -v flag and the old device naming
+ scheme:</para></note>
+
+ <screen>&prompt.root; <userinput>newfs -v /dev/vinum/concat</userinput></screen>
</sect2>
</sect1>