-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathVirtual-Disk-Operations.xml
163 lines (139 loc) · 4.37 KB
/
Virtual-Disk-Operations.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="utf-8"?>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="Virtual-Disk-Operations"
xmlns:xl="http://www.w3.org/1999/xlink" version="5.0">
<info>
<title>The Linux Sysadmins Guide to Virtual Disks</title>
<subtitle>From the Basics to the Advanced</subtitle>
<authorgroup>
<author>
<personname>
<firstname>Tim</firstname>
<surname>Bielawa</surname>
</personname>
<email>[email protected]</email>
</author>
<editor>
<personname>
<firstname>Jon</firstname>
<surname>Connell</surname>
</personname>
<email>[email protected]</email>
</editor>
<editor>
<personname>
<firstname>Henry</firstname>
<surname>Graham</surname>
</personname>
<email>[email protected]</email>
</editor>
<editor>
<personname>
<firstname>Jyoti</firstname>
<surname>Sabharwal</surname>
</personname>
<email>[email protected]</email>
</editor>
</authorgroup>
<legalnotice>
<para>
<productname>The Linux Sysadmin's Guide to Virtual
Disks</productname> by Tim Bielawa is licensed under the
<firstterm>Creative Commons Attribution-ShareAlike 4.0
International License</firstterm> (CC BY-SA 4.0). To view a
copy of the CC BY-SA 4.0 License, please visit:
<blockquote>
<para>https://creativecommons.org/licenses/by-sa/4.0/</para>
</blockquote>
</para>
<para>Second Edition DRAFT - In Progress - 20XX</para>
<para>Printed in The United States</para>
<para>
Published by Scribe's Guides
<blockquote>
<para>New York, NY, USA</para>
<para>Web Site: https://scribesguides.com/</para>
</blockquote>
</para>
<para>
<emphasis role="bold">Editors:</emphasis>
<blockquote>
<para>Henry Graham</para>
<para>Jonathan Connell</para>
<para>Jyoti Sabharwal</para>
</blockquote>
</para>
<para>
<emphasis role="bold">Cover Designer</emphasis>: Tim Bielawa
</para>
<para>
The Disk Components Image (<xref
linkend="VDG-Appendix-Disk-Drive-History-Illustration-Figure"/>)
which appears on both covers and in the Disk Drive History
appendix of this book is remixed from the Wikipedia image
<filename>Disk-structure2.svg</filename>. The original image
<footnote>
<para>https://commons.wikimedia.org/wiki/File:Disk-structure2.svg</para>
</footnote>
is licensed as a work in the worldwide public domain. Original
image created by Wikipedia users MistWiz
<footnote>
<para>https://en.wikipedia.org/wiki/User:MistWiz</para>
</footnote>
and Heron2
<footnote>
<para>https://en.wikipedia.org/wiki/User:Heron2</para>
</footnote>
. The image was last updated by Tim Bielawa as displayed in
this book.
</para>
<para>
<emphasis role="bold">Library of Congress Control Number</emphasis>: 2016903293
</para>
<para>
<emphasis role="bold">Soft Cover ISBN-13</emphasis>: 978-0-692-64121-7
</para>
</legalnotice>
<publisher>
<publishername>Scribe's Guides</publishername>
<address><city>New York</city></address>
</publisher>
<revhistory>
<revision>
<revnumber>1</revnumber>
<date>2016-02-19</date>
<revremark>First Edition</revremark>
</revision>
<revision>
<revnumber>2</revnumber>
<date>2016-03-08</date>
<revremark>Second Edition DRAFT - In Progress</revremark>
</revision>
</revhistory>
<copyright>
<year>2009</year>
<year>2010</year>
<year>2011</year>
<year>2012</year>
<year>2013</year>
<year>2014</year>
<year>2015</year>
<year>2016</year>
<holder>Tim Bielawa</holder>
</copyright>
</info>
<xi:include href="docbook/Dedication.xml"/>
<xi:include href="docbook/Acknowledgements.xml"/>
<xi:include href="docbook/Introduction.xml"/>
<xi:include href="docbook/Cookbook.xml"/>
<xi:include href="docbook/Concepts.xml"/>
<xi:include href="docbook/Helpers.xml"/>
<xi:include href="docbook/Formats.xml"/>
<xi:include href="docbook/Performance.xml"/>
<xi:include href="docbook/Troubleshooting.xml"/>
<xi:include href="docbook/appendix/units7.xml"/>
<xi:include href="docbook/appendix/disk_history.xml"/>
<xi:include href="docbook/Glossary.xml"/>
<!-- <xi:include href="docbook/Index.xml"/> -->
<xi:include href="docbook/Colophon.xml"/>
</book>