Add disk striping diagram to the GEOM chapter.
Submitted by: loader@freebsdmall.com
This commit is contained in:
parent
899655c9e0
commit
15491b5420
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25353
2 changed files with 11 additions and 0 deletions
en_US.ISO8859-1/books/handbook
|
@ -42,6 +42,7 @@ IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps
|
|||
IMAGES_EN+= advanced-networking/natd.eps
|
||||
IMAGES_EN+= advanced-networking/net-routing.pic
|
||||
IMAGES_EN+= advanced-networking/static-routes.pic
|
||||
IMAGES_EN+= geom/striping.pic
|
||||
IMAGES_EN+= install/adduser1.scr
|
||||
IMAGES_EN+= install/adduser2.scr
|
||||
IMAGES_EN+= install/adduser3.scr
|
||||
|
|
|
@ -132,6 +132,16 @@
|
|||
the same size, since I/O requests are interleaved to read or
|
||||
write to multiple disks in parallel.</para>
|
||||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="geom/striping" align="center">
|
||||
</imageobject>
|
||||
|
||||
<textobject>
|
||||
<phrase>Disk Striping Illustration</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
|
||||
<procedure>
|
||||
<title>Creating a stripe of unformatted ATA disks</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue