diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2003-07-17 17:03:24 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2003-07-17 17:03:24 +0000 |
commit | ac3dece5bac4775d834ebc6d676f2aa27f4b0a1d (patch) | |
tree | 5283ce943e3fe1505b353175736870958404e1d6 /en_US.ISO8859-1/books | |
parent | e15bcf558ee8d108edb0f5c7c5650fade2995d2d (diff) |
More bsdlabel(8) updates.
Notes
Notes:
svn path=/head/; revision=17585
Diffstat (limited to 'en_US.ISO8859-1/books')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/disks/chapter.sgml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index f215182a07..9e47012f17 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -464,6 +464,14 @@ disklabel -r -w ad3 auto</programlisting> <para>This creates a disklabel for <devicename>ad1c</devicename>, <devicename>ad2c</devicename> and <devicename>ad3c</devicename> that spans the entire disk.</para> + <note><para>Since &os; 5.1-RELEASE, the &man.bsdlabel.8; + utility replaces the old &man.disklabel.8; program. With + &man.bsdlabel.8; a number of obsolete options and parameters + have been retired; in the examples above the option + <option>-r</option> should be removed. For more + information, please refer to the &man.bsdlabel.8; + manual page.</para></note> + <para>The next step is to change the disk label type. You can use &man.disklabel.8; to edit the disks:</para> @@ -1345,6 +1353,15 @@ cd0: Attempt to query device size failed: NOT READY, Medium not present - tray c <para>You can run now &man.disklabel.8; like so:</para> <screen>&prompt.root; <userinput>/sbin/disklabel -B -r -w /dev/fd0 fd1440</userinput></screen> + + <note><para>Since &os; 5.1-RELEASE, the &man.bsdlabel.8; + utility replaces the old &man.disklabel.8; program. With + &man.bsdlabel.8; a number of obsolete options and parameters + have been retired; in the example above the option + <option>-r</option> should be removed. For more + information, please refer to the &man.bsdlabel.8; + manual page.</para></note> + </sect2> <sect2> @@ -2378,6 +2395,14 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on <devicename>md4</devicename>. For more details about &man.mdconfig.8;, please refer to the manual page.</para> + <note><para>Since &os; 5.1-RELEASE, the &man.bsdlabel.8; + utility replaces the old &man.disklabel.8; program. With + &man.bsdlabel.8; a number of obsolete options and parameters + have been retired; in the example above the option + <option>-r</option> should be removed. For more + information, please refer to the &man.bsdlabel.8; + manual page.</para></note> + <para>The utility &man.mdconfig.8; is very useful, however it asks many command lines to create a file-backed file system. FreeBSD 5.0 also comes with a tool called &man.mdmfs.8;, |