Adaptec 1542B - AHA Storage Controller Fast SCSI 10 MBps Bedienungsanleitung Seite 125

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 265
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 124
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:
name
<string>
Optional
The name of the RAID layout
parents
<u16>
Required
The number of parent objects
rows
<u16>
Required
The number of rows in the RAID layout table.
blocksize
<u32>
Required
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>
Seitenansicht 124
1 2 ... 120 121 122 123 124 125 126 127 128 129 130 ... 264 265

Kommentare zu diesen Handbüchern

Keine Kommentare