
Data Recovery Using R-Studio
122
© 2002...2013 R-Tools Technology Inc.
Element example:
See the RAID configuration file example.
Section Offsets
This section describes the offsets of each parent object.. It contains the <Offset> elements which number
should not exceed the value of the parents attribute of the <RAID> section. If the <Offsets> section is
absent, offsets are treated as zero.
Section structure example:
<RAIDList>
<RAID name="example" parents="4" rows="4" blocksize="16777216">
<Table>
...
</Table>
<Offsets>
<Offset [attributes]> ... </Offset>
<Offset [attributes]> ... </Offset>
<Offset [attributes]> ... </Offset>
<Offset [attributes]> ... </Offset>
</Offsets>
</RAID>
</RAIDList>
Element Offset
The element specifies the offset of a RAID parent in bytes.
Attributes:
The RAID parent identifier. (from 1 to the parents attribute of
the <RAID> section.)
Element example:
<RAIDList>
<RAID name="example" parents="4" rows="4" blocksize="16777216">
<Table>
...
</Table>
<Offsets>
<Offset id="1"> 0x00100</Offset>
<Offset id="3"> 0x01000</Offset>
</Offsets>
</RAID>
</RAIDList>
Comments
<!-- Comment string -->
An XML standard string for a comment.
2.4.11 Description Files for RAID Configurations
Below are description files for RAID examples described in the Volume Sets and RAIDs chapter. The syntax
of them is described in the Syntax of a Description File for RAID Configurations topic.
StripeSet
The stripe set layout is described in the Volume Sets, Stripe Sets, and Mirrors topic.
Komentáře k této Příručce