Markup Fixes:
Placed sh, bash, csh, tcsh in <command> Placed commands in <command> Placed options in <option> Placed several commands in man entities Placed several applications in <application> Placed make vars/targets into <makevar>/<maketarget> Placed filenames in <filename> <literal>chmod()</literal> -> <function>chmod()</function> Standardize: ATT -> AT&T endeavour -> endeavor tcl -> Tcl Reviewed by: murray
This commit is contained in:
parent
d78ef2bfe3
commit
a5c8708c40
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9978
14 changed files with 168 additions and 119 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.37 2001/07/16 15:02:50 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.38 2001/07/19 01:11:52 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="disks">
|
||||
|
|
@ -30,7 +30,9 @@
|
|||
master</quote>. This is especially convenient for some users who have
|
||||
found that the simplest and cheapest way to keep a system backup is to
|
||||
buy an identical second hard drive, and perform routine copies of the
|
||||
first drive to the second drive using Ghost or XCOPY. Then, if the
|
||||
first drive to the second drive using
|
||||
<application>Ghost</application> or <application>XCOPY</application>
|
||||
. Then, if the
|
||||
first drive fails, or is attacked by a virus, or is scribbled upon by an
|
||||
operating system defect, he can easily recover by instructing the BIOS
|
||||
to logically swap the drives. It's like switching the cables on the
|
||||
|
|
@ -422,7 +424,7 @@
|
|||
<secondary>unmounting</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>The umount command takes, as a parameter, one of a
|
||||
<para>The &man.umount.8; command takes, as a parameter, one of a
|
||||
mountpoint, a device name, or the <option>-a</option> or
|
||||
<option>-A</option> option.</para>
|
||||
|
||||
|
|
@ -515,8 +517,8 @@
|
|||
use the entire disk for FreeBSD. When asked if you want to
|
||||
<quote>remain cooperative with any future possible operating
|
||||
systems</quote>, answer <literal>YES</literal>. Write the
|
||||
changes to the disk using <command>W</command>. Now exit the
|
||||
FDISK editor using <command>q</command>. Next you will be
|
||||
changes to the disk using <userinput>W</userinput>. Now exit the
|
||||
FDISK editor using <userinput>q</userinput>. Next you will be
|
||||
asked about the Master Boot Record. Since you are adding a
|
||||
disk to an already running system, choose
|
||||
<literal>None</literal>.</para>
|
||||
|
|
@ -693,7 +695,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
<secondary>memory filesystem</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>md is a simple, efficient means to do memory
|
||||
<para><devicename>md</devicename> is a simple, efficient means to do memory
|
||||
filesystems.</para>
|
||||
|
||||
<para>Simply take a filesystem you've prepared with, for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue