
Data Recovery Using R-Studio
120
© 2002...2013 R-Tools Technology Inc.
</RAIDList>
File structure
File header
The file starts with a standard XML header:
<?xml version="1.0" encoding="utf-8"?>
Section RAIDList
<RAIDList>
It can contain any number of the <RAID> sections and requires a closing element </FileTypeList>.
Section structure example:
<RAIDList>
<RAID [attributes]>
...
</RAID>
...
<RAID [attributes]>
...
</RAID>
Section RAID
This section describes each RAID layout.
It must contain at least one <Table> section and can contain one block <Sequences> and one block
<Offsets>.
Attributes:
The name of the RAID layout
The number of parent objects
The number of rows in the RAID layout table.
The block size of the RAID in bytes.
Section structure example:
<RAIDList>
<RAID name="example" parents="2" rows="2" blocksize="16777216">
<Table>
...
</Table>
<Sequences>
...
</Sequences>
<Offsets>
...
</Offsets>
</RAID>
</RAIDList>
Section Table
This section describes the RAID layout table. It contains the <Block> elements which number is a product of
two attributes in the <RAID> section: <parents> x <rows>.
Section structure example:
<RAIDList>
Comentários a estes Manuais