* Re:Please help RAID1 complete fail no superblock
@ 2016-11-22 20:38 theelectricengineer
2016-11-22 22:01 ` Please " Phil Turmel
0 siblings, 1 reply; 12+ messages in thread
From: theelectricengineer @ 2016-11-22 20:38 UTC (permalink / raw)
To: philip@turmel.org
Cc: linux-raid@vger.kernel.org, antlists@youngman.org.uk,
george.rapp@gmail.com
[-- Attachment #1: Type: text/plain, Size: 2841 bytes --]
Hi Yaniv,
>
> { Convention on kernel.org is to reply-to-all, trim quotes, and either
> reply at the bottom or interleaved with the questions. CC list
> repaired. And please don't break threading. }
>
> On 11/22/2016 11:24 AM, theelectricengineer@gmail.com wrote:
>
> >>> One more piece of information that would be helpful is the partition
> >>> tables for each drive:
> >>>
> >>> # fdisk -l /dev/sdb /dev/sdc
>
> Per the warnings in the output, fdisk is not appropriate for your
> drives. You must use gdisk or parted:
>
> gdisk -l /dev/sdb
> gdisk -l /dev/sdc
>
> parted /dev/sdb print
> parted /dev/sdc print
>
> Phil
Thank you for informing me about the conventions,
I'll try to conform to all of them.
(what does trim quotes mean?)
I tried sending these emails through gmail and Thunderbird
but kept getting an automatic reply saying that the emails were blocked,
so I'm sending this via the command line (linux terminal).
I don't know how to avoid breaking the thread this way.
I ran both gdisk and parted, here is the output:
gdisk -l /dev/sdb
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 3DE466AD-A3E5-4258-93E8-6DCF186E851D
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2925 sectors (1.4 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 5860532223 2.7 TiB 0700
gdisk -l /dev/sdc
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdc: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 88439314-5789-4E07-B7D5-775D6D5D98C1
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 5860533101 sectors (2.7 TiB)
Number Start (sector) End (sector) Size Code Name
parted /dev/sdb print
Model: ATA WDC WD30EZRX-00D (scsi)
Disk /dev/sdb: 3001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 3001GB 3001GB ext4
parted /dev/sdc print
Model: ATA WDC WD30EZRX-00D (scsi)
Disk /dev/sdc: 3001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
(there are no values for sdc in both gdisk and parted, looks bad)
I greatly appreciate your help.
Thank you,
Yaniv
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Please help RAID1 complete fail no superblock
2016-11-22 20:38 Re:Please help RAID1 complete fail no superblock theelectricengineer
@ 2016-11-22 22:01 ` Phil Turmel
2016-11-22 23:04 ` YK
0 siblings, 1 reply; 12+ messages in thread
From: Phil Turmel @ 2016-11-22 22:01 UTC (permalink / raw)
To: theelectricengineer@gmail.com
Cc: linux-raid@vger.kernel.org, antlists@youngman.org.uk,
george.rapp@gmail.com
Hi Yaniv,
On 11/22/2016 03:38 PM, theelectricengineer@gmail.com wrote:
> Thank you for informing me about the conventions,
> I'll try to conform to all of them.
> (what does trim quotes mean?)
Trim quotes means to delete repetitive material in the quotation of the
previous mail, leaving just the part(s) you are responding to.
Especially remove signature blocks and large blocks of data. The list
archives will have the original mails for anyone interested later.
> I tried sending these emails through gmail and Thunderbird
> but kept getting an automatic reply saying that the emails were blocked,
> so I'm sending this via the command line (linux terminal).
> I don't know how to avoid breaking the thread this way.
I received all of them (-: You need to turn off "html" output --
kernel.org rejects HTML email, even if there's a plain-text alternate in
the mail. In thunderbird, go to "Preferences", "Composition",
"General", "Send Options..." and then set the check box for sending in
plain text.
Avoid sending from Gmail -- it's possible but there are quirks.
> I ran both gdisk and parted, here is the output:
>
> gdisk -l /dev/sdb
> GPT fdisk (gdisk) version 0.8.5
> Number Start (sector) End (sector) Size Code Name
> 1 2048 5860532223 2.7 TiB 0700
This is good.
> gdisk -l /dev/sdc
> GPT fdisk (gdisk) version 0.8.5
> Number Start (sector) End (sector) Size Code Name
This is bad.
> (there are no values for sdc in both gdisk and parted, looks bad)
Yup. Please provide the output of these two commands in separate
replies (they'll be too big for one reply):
dd if=/dev/sdb1 bs=4k count=4k |hexdump -C |head -n1000
dd if=/dev/sdc bs=4k count=4k |hexdump -C |head -n1000
> I greatly appreciate your help.
>
> Thank you,
You're welcome. And don't panic.
Phil
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Please help RAID1 complete fail no superblock
2016-11-22 22:01 ` Please " Phil Turmel
@ 2016-11-22 23:04 ` YK
2016-11-22 23:08 ` YK
2016-11-26 17:45 ` YK
0 siblings, 2 replies; 12+ messages in thread
From: YK @ 2016-11-22 23:04 UTC (permalink / raw)
To: Phil Turmel
Cc: linux-raid@vger.kernel.org, antlists@youngman.org.uk,
george.rapp@gmail.com
Thank you so much for the explanations, Phil!
On 11/23/2016 12:01 AM, Phil Turmel wrote:
> Please provide the output of these two commands in separate
> replies (they'll be too big for one reply):
>
> dd if=/dev/sdb1 bs=4k count=4k |hexdump -C |head -n1000
>
> dd if=/dev/sdc bs=4k count=4k |hexdump -C |head -n1000
Here is the output for sdb1
dd if=/dev/sdb1 bs=4k count=4k |hexdump -C |head -n1000
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00000400 00 a0 ea 0a 00 13 aa 2b 59 e7 2e 02 3a e2 f9 2a
|.......+Y...:..*|
00000410 f5 9f ea 0a 00 00 00 00 02 00 00 00 02 00 00 00
|................|
00000420 00 80 00 00 00 80 00 00 00 20 00 00 d8 ef ba 53 |.........
.....S|
00000430 e6 ef ba 53 01 00 ff ff 53 ef 01 00 01 00 00 00
|...S....S.......|
00000440 ef ee ba 53 00 00 00 00 00 00 00 00 01 00 00 00
|...S............|
00000450 00 00 00 00 0b 00 00 00 00 01 00 00 3c 00 00 00
|............<...|
00000460 42 02 00 00 7b 00 00 00 ea 19 26 d7 15 fb 4b ce
|B...{.....&...K.|
00000470 b7 ba 28 89 b8 7a 73 68 73 64 63 00 00 00 00 00
|..(..zshsdc.....|
00000480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
000004c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 51 03
|..............Q.|
000004d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
000004e0 08 00 00 00 00 00 00 00 00 00 00 00 c4 ad df 9b
|................|
000004f0 57 4e 47 2c 92 56 9d f2 59 4b 01 89 01 01 00 00
|WNG,.V..YK......|
00000500 0c 00 00 00 00 00 00 00 ef ee ba 53 0a f3 02 00
|...........S....|
00000510 04 00 00 00 00 00 00 00 00 00 00 00 ff 7f 00 00
|................|
00000520 00 80 d0 15 ff 7f 00 00 01 00 00 00 ff ff d0 15
|................|
00000530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00000540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08
|................|
00000550 00 00 00 00 00 00 00 00 00 00 00 00 1c 00 1c 00
|................|
00000560 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00000570 00 00 00 00 04 00 00 00 b1 cc 02 00 00 00 00 00
|................|
00000580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00001000 01 04 00 00 11 04 00 00 21 04 00 00 d9 5b f5 1f
|........!....[..|
00001010 02 00 04 00 00 00 00 00 00 00 00 00 f5 1f 62 de
|..............b.|
00001020 02 04 00 00 12 04 00 00 21 06 00 00 ff 7b 00 20
|........!....{. |
00001030 00 00 05 00 00 00 00 00 00 00 00 00 00 20 bb ae
|............. ..|
00001040 03 04 00 00 13 04 00 00 21 08 00 00 00 80 00 20
|........!...... |
00001050 00 00 07 00 00 00 00 00 00 00 00 00 00 20 67 ba
|............. g.|
00001060 04 04 00 00 14 04 00 00 21 0a 00 00 ff 7b 00 20
|........!....{. |
00001070 00 00 05 00 00 00 00 00 00 00 00 00 00 20 65 d8
|............. e.|
00001080 05 04 00 00 15 04 00 00 21 0c 00 00 00 80 00 20
|........!...... |
00001090 00 00 07 00 00 00 00 00 00 00 00 00 00 20 31 f0
|............. 1.|
000010a0 06 04 00 00 16 04 00 00 21 0e 00 00 ff 7b 00 20
|........!....{. |
000010b0 00 00 05 00 00 00 00 00 00 00 00 00 00 20 d1 ad
|............. ..|
000010c0 07 04 00 00 17 04 00 00 21 10 00 00 00 80 00 20
|........!...... |
000010d0 00 00 07 00 00 00 00 00 00 00 00 00 00 20 1f 28
|............. .(|
000010e0 08 04 00 00 18 04 00 00 21 12 00 00 ff 7b 00 20
|........!....{. |
000010f0 00 00 05 00 00 00 00 00 00 00 00 00 00 20 d9 35
|............. .5|
00001100 09 04 00 00 19 04 00 00 21 14 00 00 00 80 00 20
|........!...... |
00001110 00 00 07 00 00 00 00 00 00 00 00 00 00 20 8f f5
|............. ..|
00001120 0a 04 00 00 1a 04 00 00 21 16 00 00 ff 7b 00 20
|........!....{. |
00001130 00 00 05 00 00 00 00 00 00 00 00 00 00 20 6f a8
|............. o.|
00001140 0b 04 00 00 1b 04 00 00 21 18 00 00 00 80 00 20
|........!...... |
00001150 00 00 07 00 00 00 00 00 00 00 00 00 00 20 b3 bc
|............. ..|
00001160 0c 04 00 00 1c 04 00 00 21 1a 00 00 00 80 00 20
|........!...... |
00001170 00 00 07 00 00 00 00 00 00 00 00 00 00 20 7b 3c
|............. {<|
00001180 0d 04 00 00 1d 04 00 00 21 1c 00 00 00 80 00 20
|........!...... |
00001190 00 00 07 00 00 00 00 00 00 00 00 00 00 20 e5 f6
|............. ..|
000011a0 0e 04 00 00 1e 04 00 00 21 1e 00 00 00 80 00 20
|........!...... |
000011b0 00 00 07 00 00 00 00 00 00 00 00 00 00 20 cf 49
|............. .I|
000011c0 0f 04 00 00 1f 04 00 00 21 20 00 00 00 80 00 20 |........!
..... |
000011d0 00 00 07 00 00 00 00 00 00 00 00 00 00 20 ec 4c
|............. .L|
000011e0 10 04 00 00 20 04 00 00 21 22 00 00 00 80 00 20 |....
...!"..... |
000011f0 00 00 07 00 00 00 00 00 00 00 00 00 00 20 43 f3
|............. C.|
00001200 00 00 08 00 10 00 08 00 20 00 08 00 e0 5f 00 20 |........
...._. |
00001210 00 00 05 00 00 00 00 00 00 00 00 00 00 20 d2 7e
|............. .~|
00001220 01 00 08 00 11 00 08 00 20 02 08 00 00 80 00 20 |........
...... |
00001230 00 00 07 00 00 00 00 00 00 00 00 00 00 20 af e5
|............. ..|
00001240 02 00 08 00 12 00 08 00 20 04 08 00 00 80 00 20 |........
...... |
00001250 00 00 07 00 00 00 00 00 00 00 00 00 00 20 c1 44
|............. .D|
00001260 03 00 08 00 13 00 08 00 20 06 08 00 00 80 00 20 |........
...... |
00001270 00 00 07 00 00 00 00 00 00 00 00 00 00 20 1a e4
|............. ..|
00001280 04 00 08 00 14 00 08 00 20 08 08 00 00 80 00 20 |........
...... |
00001290 00 00 07 00 00 00 00 00 00 00 00 00 00 20 1e 46
|............. .F|
000012a0 05 00 08 00 15 00 08 00 20 0a 08 00 00 80 00 20 |........
...... |
000012b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 34 29
|............. 4)|
000012c0 06 00 08 00 16 00 08 00 20 0c 08 00 00 80 00 20 |........
...... |
000012d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5a 88
|............. Z.|
000012e0 07 00 08 00 17 00 08 00 20 0e 08 00 00 80 00 20 |........
...... |
000012f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 81 28
|............. .(|
00001300 08 00 08 00 18 00 08 00 20 10 08 00 00 80 00 20 |........
...... |
00001310 00 00 03 00 00 00 00 00 00 00 00 00 00 20 51 8c
|............. Q.|
00001320 09 00 08 00 19 00 08 00 20 12 08 00 ff 7b 00 20 |........
....{. |
00001330 00 00 01 00 00 00 00 00 00 00 00 00 00 20 40 ce
|............. @.|
00001340 0a 00 08 00 1a 00 08 00 20 14 08 00 00 80 00 20 |........
...... |
00001350 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e4 8d
|............. ..|
00001360 0b 00 08 00 1b 00 08 00 20 16 08 00 ff 7b 00 20 |........
....{. |
00001370 00 00 01 00 00 00 00 00 00 00 00 00 00 20 f5 cf
|............. ..|
00001380 0c 00 08 00 1c 00 08 00 20 18 08 00 00 80 00 20 |........
...... |
00001390 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3b 8f
|............. ;.|
000013a0 0d 00 08 00 1d 00 08 00 20 1a 08 00 00 80 00 20 |........
...... |
000013b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e0 2f
|............. ./|
000013c0 0e 00 08 00 1e 00 08 00 20 1c 08 00 00 80 00 20 |........
...... |
000013d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8e 8e
|............. ..|
000013e0 0f 00 08 00 1f 00 08 00 20 1e 08 00 00 80 00 20 |........
...... |
000013f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 55 2e
|............. U.|
00001400 00 00 10 00 10 00 10 00 20 00 10 00 e0 5f 00 20 |........
...._. |
00001410 00 00 01 00 00 00 00 00 00 00 00 00 00 20 19 24
|............. .$|
00001420 01 00 10 00 11 00 10 00 20 02 10 00 00 80 00 20 |........
...... |
00001430 00 00 03 00 00 00 00 00 00 00 00 00 00 20 64 bf
|............. d.|
00001440 02 00 10 00 12 00 10 00 20 04 10 00 00 80 00 20 |........
...... |
00001450 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0a 1e
|............. ..|
00001460 03 00 10 00 13 00 10 00 20 06 10 00 00 80 00 20 |........
...... |
00001470 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d1 be
|............. ..|
00001480 04 00 10 00 14 00 10 00 20 08 10 00 00 80 00 20 |........
...... |
00001490 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d5 1c
|............. ..|
000014a0 05 00 10 00 15 00 10 00 20 0a 10 00 00 80 00 20 |........
...... |
000014b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0e bc
|............. ..|
000014c0 06 00 10 00 16 00 10 00 20 0c 10 00 00 80 00 20 |........
...... |
000014d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 60 1d
|............. `.|
000014e0 07 00 10 00 17 00 10 00 20 0e 10 00 00 80 00 20 |........
...... |
000014f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bb bd
|............. ..|
00001500 08 00 10 00 18 00 10 00 20 10 10 00 00 80 00 20 |........
...... |
00001510 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6b 19
|............. k.|
00001520 09 00 10 00 19 00 10 00 20 12 10 00 00 80 00 20 |........
...... |
00001530 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b0 b9
|............. ..|
00001540 0a 00 10 00 1a 00 10 00 20 14 10 00 00 80 00 20 |........
...... |
00001550 00 00 03 00 00 00 00 00 00 00 00 00 00 20 de 18
|............. ..|
00001560 0b 00 10 00 1b 00 10 00 20 16 10 00 00 80 00 20 |........
...... |
00001570 00 00 03 00 00 00 00 00 00 00 00 00 00 20 05 b8
|............. ..|
00001580 0c 00 10 00 1c 00 10 00 20 18 10 00 00 80 00 20 |........
...... |
00001590 00 00 03 00 00 00 00 00 00 00 00 00 00 20 01 1a
|............. ..|
000015a0 0d 00 10 00 1d 00 10 00 20 1a 10 00 00 80 00 20 |........
...... |
000015b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 da ba
|............. ..|
000015c0 0e 00 10 00 1e 00 10 00 20 1c 10 00 00 80 00 20 |........
...... |
000015d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b4 1b
|............. ..|
000015e0 0f 00 10 00 1f 00 10 00 20 1e 10 00 00 80 00 20 |........
...... |
000015f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6f bb
|............. o.|
00001600 00 00 18 00 10 00 18 00 20 00 18 00 e0 5f 00 20 |........
...._. |
00001610 00 00 01 00 00 00 00 00 00 00 00 00 00 20 0f 57
|............. .W|
00001620 01 00 18 00 11 00 18 00 20 02 18 00 ff 7b 00 20 |........
....{. |
00001630 00 00 01 00 00 00 00 00 00 00 00 00 00 20 b8 2e
|............. ..|
00001640 02 00 18 00 12 00 18 00 20 04 18 00 00 80 00 20 |........
...... |
00001650 00 00 03 00 00 00 00 00 00 00 00 00 00 20 1c 6d
|............. .m|
00001660 03 00 18 00 13 00 18 00 20 06 18 00 00 80 00 20 |........
...... |
00001670 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c7 cd
|............. ..|
00001680 04 00 18 00 14 00 18 00 20 08 18 00 00 80 00 20 |........
...... |
00001690 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c3 6f
|............. .o|
000016a0 05 00 18 00 15 00 18 00 20 0a 18 00 00 80 00 20 |........
...... |
000016b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 18 cf
|............. ..|
000016c0 06 00 18 00 16 00 18 00 20 0c 18 00 00 80 00 20 |........
...... |
000016d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 76 6e
|............. vn|
000016e0 07 00 18 00 17 00 18 00 20 0e 18 00 00 80 00 20 |........
...... |
000016f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ad ce
|............. ..|
00001700 08 00 18 00 18 00 18 00 20 10 18 00 00 80 00 20 |........
...... |
00001710 00 00 03 00 00 00 00 00 00 00 00 00 00 20 7d 6a
|............. }j|
00001720 09 00 18 00 19 00 18 00 20 12 18 00 00 80 00 20 |........
...... |
00001730 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a6 ca
|............. ..|
00001740 0a 00 18 00 1a 00 18 00 20 14 18 00 00 80 00 20 |........
...... |
00001750 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c8 6b
|............. .k|
00001760 0b 00 18 00 1b 00 18 00 20 16 18 00 00 80 00 20 |........
...... |
00001770 00 00 03 00 00 00 00 00 00 00 00 00 00 20 13 cb
|............. ..|
00001780 0c 00 18 00 1c 00 18 00 20 18 18 00 00 80 00 20 |........
...... |
00001790 00 00 03 00 00 00 00 00 00 00 00 00 00 20 17 69
|............. .i|
000017a0 0d 00 18 00 1d 00 18 00 20 1a 18 00 00 80 00 20 |........
...... |
000017b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 cc c9
|............. ..|
000017c0 0e 00 18 00 1e 00 18 00 20 1c 18 00 00 80 00 20 |........
...... |
000017d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a2 68
|............. .h|
000017e0 0f 00 18 00 1f 00 18 00 20 1e 18 00 00 80 00 20 |........
...... |
000017f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 79 c8
|............. y.|
00001800 00 00 20 00 10 00 20 00 20 00 20 00 e0 5f 00 20 |.. ... . .
.._. |
00001810 00 00 01 00 00 00 00 00 00 00 00 00 00 20 6e 4e
|............. nN|
00001820 01 00 20 00 11 00 20 00 20 02 20 00 00 80 00 20 |.. ... . .
.... |
00001830 00 00 03 00 00 00 00 00 00 00 00 00 00 20 13 d5
|............. ..|
00001840 02 00 20 00 12 00 20 00 20 04 20 00 00 80 00 20 |.. ... . .
.... |
00001850 00 00 03 00 00 00 00 00 00 00 00 00 00 20 7d 74
|............. }t|
00001860 03 00 20 00 13 00 20 00 20 06 20 00 00 80 00 20 |.. ... . .
.... |
00001870 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a6 d4
|............. ..|
00001880 04 00 20 00 14 00 20 00 20 08 20 00 00 80 00 20 |.. ... . .
.... |
00001890 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a2 76
|............. .v|
000018a0 05 00 20 00 15 00 20 00 20 0a 20 00 00 80 00 20 |.. ... . .
.... |
000018b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 79 d6
|............. y.|
000018c0 06 00 20 00 16 00 20 00 20 0c 20 00 00 80 00 20 |.. ... . .
.... |
000018d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 17 77
|............. .w|
000018e0 07 00 20 00 17 00 20 00 20 0e 20 00 00 80 00 20 |.. ... . .
.... |
000018f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 cc d7
|............. ..|
00001900 08 00 20 00 18 00 20 00 20 10 20 00 00 80 00 20 |.. ... . .
.... |
00001910 00 00 03 00 00 00 00 00 00 00 00 00 00 20 1c 73
|............. .s|
00001920 09 00 20 00 19 00 20 00 20 12 20 00 00 80 00 20 |.. ... . .
.... |
00001930 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c7 d3
|............. ..|
00001940 0a 00 20 00 1a 00 20 00 20 14 20 00 00 80 00 20 |.. ... . .
.... |
00001950 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a9 72
|............. .r|
00001960 0b 00 20 00 1b 00 20 00 20 16 20 00 00 80 00 20 |.. ... . .
.... |
00001970 00 00 03 00 00 00 00 00 00 00 00 00 00 20 72 d2
|............. r.|
00001980 0c 00 20 00 1c 00 20 00 20 18 20 00 00 80 00 20 |.. ... . .
.... |
00001990 00 00 03 00 00 00 00 00 00 00 00 00 00 20 76 70
|............. vp|
000019a0 0d 00 20 00 1d 00 20 00 20 1a 20 00 00 80 00 20 |.. ... . .
.... |
000019b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ad d0
|............. ..|
000019c0 0e 00 20 00 1e 00 20 00 20 1c 20 00 00 80 00 20 |.. ... . .
.... |
000019d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c3 71
|............. .q|
000019e0 0f 00 20 00 1f 00 20 00 20 1e 20 00 00 80 00 20 |.. ... . .
.... |
000019f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 18 d1
|............. ..|
00001a00 00 00 28 00 10 00 28 00 20 00 28 00 e0 5f 00 20 |..(...(.
.(.._. |
00001a10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 78 3d
|............. x=|
00001a20 01 00 28 00 11 00 28 00 20 02 28 00 ff 7b 00 20 |..(...(.
.(..{. |
00001a30 00 00 01 00 00 00 00 00 00 00 00 00 00 20 cf 44
|............. .D|
00001a40 02 00 28 00 12 00 28 00 20 04 28 00 00 80 00 20 |..(...(.
.(.... |
00001a50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6b 07
|............. k.|
00001a60 03 00 28 00 13 00 28 00 20 06 28 00 00 80 00 20 |..(...(.
.(.... |
00001a70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b0 a7
|............. ..|
00001a80 04 00 28 00 14 00 28 00 20 08 28 00 00 80 00 20 |..(...(.
.(.... |
00001a90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b4 05
|............. ..|
00001aa0 05 00 28 00 15 00 28 00 20 0a 28 00 00 80 00 20 |..(...(.
.(.... |
00001ab0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6f a5
|............. o.|
00001ac0 06 00 28 00 16 00 28 00 20 0c 28 00 00 80 00 20 |..(...(.
.(.... |
00001ad0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 01 04
|............. ..|
00001ae0 07 00 28 00 17 00 28 00 20 0e 28 00 00 80 00 20 |..(...(.
.(.... |
00001af0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 da a4
|............. ..|
00001b00 08 00 28 00 18 00 28 00 20 10 28 00 00 80 00 20 |..(...(.
.(.... |
00001b10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0a 00
|............. ..|
00001b20 09 00 28 00 19 00 28 00 20 12 28 00 00 80 00 20 |..(...(.
.(.... |
00001b30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d1 a0
|............. ..|
00001b40 0a 00 28 00 1a 00 28 00 20 14 28 00 00 80 00 20 |..(...(.
.(.... |
00001b50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bf 01
|............. ..|
00001b60 0b 00 28 00 1b 00 28 00 20 16 28 00 00 80 00 20 |..(...(.
.(.... |
00001b70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 64 a1
|............. d.|
00001b80 0c 00 28 00 1c 00 28 00 20 18 28 00 00 80 00 20 |..(...(.
.(.... |
00001b90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 60 03
|............. `.|
00001ba0 0d 00 28 00 1d 00 28 00 20 1a 28 00 00 80 00 20 |..(...(.
.(.... |
00001bb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bb a3
|............. ..|
00001bc0 0e 00 28 00 1e 00 28 00 20 1c 28 00 00 80 00 20 |..(...(.
.(.... |
00001bd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d5 02
|............. ..|
00001be0 0f 00 28 00 1f 00 28 00 20 1e 28 00 00 80 00 20 |..(...(.
.(.... |
00001bf0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0e a2
|............. ..|
00001c00 00 00 30 00 10 00 30 00 20 00 30 00 e0 5f 00 20 |..0...0.
.0.._. |
00001c10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 42 a8
|............. B.|
00001c20 01 00 30 00 11 00 30 00 20 02 30 00 00 80 00 20 |..0...0.
.0.... |
00001c30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3f 33
|............. ?3|
00001c40 02 00 30 00 12 00 30 00 20 04 30 00 00 80 00 20 |..0...0.
.0.... |
00001c50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 51 92
|............. Q.|
00001c60 03 00 30 00 13 00 30 00 20 06 30 00 00 80 00 20 |..0...0.
.0.... |
00001c70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8a 32
|............. .2|
00001c80 04 00 30 00 14 00 30 00 20 08 30 00 00 80 00 20 |..0...0.
.0.... |
00001c90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8e 90
|............. ..|
00001ca0 05 00 30 00 15 00 30 00 20 0a 30 00 00 80 00 20 |..0...0.
.0.... |
00001cb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 55 30
|............. U0|
00001cc0 06 00 30 00 16 00 30 00 20 0c 30 00 00 80 00 20 |..0...0.
.0.... |
00001cd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3b 91
|............. ;.|
00001ce0 07 00 30 00 17 00 30 00 20 0e 30 00 00 80 00 20 |..0...0.
.0.... |
00001cf0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e0 31
|............. .1|
00001d00 08 00 30 00 18 00 30 00 20 10 30 00 00 80 00 20 |..0...0.
.0.... |
00001d10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 30 95
|............. 0.|
00001d20 09 00 30 00 19 00 30 00 20 12 30 00 00 80 00 20 |..0...0.
.0.... |
00001d30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 eb 35
|............. .5|
00001d40 0a 00 30 00 1a 00 30 00 20 14 30 00 00 80 00 20 |..0...0.
.0.... |
00001d50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 85 94
|............. ..|
00001d60 0b 00 30 00 1b 00 30 00 20 16 30 00 00 80 00 20 |..0...0.
.0.... |
00001d70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5e 34
|............. ^4|
00001d80 0c 00 30 00 1c 00 30 00 20 18 30 00 00 80 00 20 |..0...0.
.0.... |
00001d90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5a 96
|............. Z.|
00001da0 0d 00 30 00 1d 00 30 00 20 1a 30 00 00 80 00 20 |..0...0.
.0.... |
00001db0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 81 36
|............. .6|
00001dc0 0e 00 30 00 1e 00 30 00 20 1c 30 00 00 80 00 20 |..0...0.
.0.... |
00001dd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ef 97
|............. ..|
00001de0 0f 00 30 00 1f 00 30 00 20 1e 30 00 00 80 00 20 |..0...0.
.0.... |
00001df0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 34 37
|............. 47|
00001e00 00 00 38 00 10 00 38 00 20 00 38 00 e0 5f 00 20 |..8...8.
.8.._. |
00001e10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 54 db
|............. T.|
00001e20 01 00 38 00 11 00 38 00 20 02 38 00 00 80 00 20 |..8...8.
.8.... |
00001e30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 29 40
|............. )@|
00001e40 02 00 38 00 12 00 38 00 20 04 38 00 00 80 00 20 |..8...8.
.8.... |
00001e50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 47 e1
|............. G.|
00001e60 03 00 38 00 13 00 38 00 20 06 38 00 00 80 00 20 |..8...8.
.8.... |
00001e70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 9c 41
|............. .A|
00001e80 04 00 38 00 14 00 38 00 20 08 38 00 00 80 00 20 |..8...8.
.8.... |
00001e90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 98 e3
|............. ..|
00001ea0 05 00 38 00 15 00 38 00 20 0a 38 00 00 80 00 20 |..8...8.
.8.... |
00001eb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 43 43
|............. CC|
00001ec0 06 00 38 00 16 00 38 00 20 0c 38 00 00 80 00 20 |..8...8.
.8.... |
00001ed0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 2d e2
|............. -.|
00001ee0 07 00 38 00 17 00 38 00 20 0e 38 00 00 80 00 20 |..8...8.
.8.... |
00001ef0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f6 42
|............. .B|
00001f00 08 00 38 00 18 00 38 00 20 10 38 00 00 80 00 20 |..8...8.
.8.... |
00001f10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 26 e6
|............. &.|
00001f20 09 00 38 00 19 00 38 00 20 12 38 00 00 80 00 20 |..8...8.
.8.... |
00001f30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 fd 46
|............. .F|
00001f40 0a 00 38 00 1a 00 38 00 20 14 38 00 00 80 00 20 |..8...8.
.8.... |
00001f50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 93 e7
|............. ..|
00001f60 0b 00 38 00 1b 00 38 00 20 16 38 00 00 80 00 20 |..8...8.
.8.... |
00001f70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 48 47
|............. HG|
00001f80 0c 00 38 00 1c 00 38 00 20 18 38 00 00 80 00 20 |..8...8.
.8.... |
00001f90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 4c e5
|............. L.|
00001fa0 0d 00 38 00 1d 00 38 00 20 1a 38 00 ff 7b 00 20 |..8...8.
.8..{. |
00001fb0 00 00 01 00 00 00 00 00 00 00 00 00 00 20 5d a7
|............. ].|
00001fc0 0e 00 38 00 1e 00 38 00 20 1c 38 00 00 80 00 20 |..8...8.
.8.... |
00001fd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f9 e4
|............. ..|
00001fe0 0f 00 38 00 1f 00 38 00 20 1e 38 00 00 80 00 20 |..8...8.
.8.... |
00001ff0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 22 44
|............. "D|
00002000 00 00 40 00 10 00 40 00 20 00 40 00 e0 5f 00 20 |..@...@.
.@.._. |
00002010 00 00 01 00 00 00 00 00 00 00 00 00 00 20 80 9a
|............. ..|
00002020 01 00 40 00 11 00 40 00 20 02 40 00 00 80 00 20 |..@...@.
.@.... |
00002030 00 00 03 00 00 00 00 00 00 00 00 00 00 20 fd 01
|............. ..|
00002040 02 00 40 00 12 00 40 00 20 04 40 00 00 80 00 20 |..@...@.
.@.... |
00002050 00 00 03 00 00 00 00 00 00 00 00 00 00 20 93 a0
|............. ..|
00002060 03 00 40 00 13 00 40 00 20 06 40 00 00 80 00 20 |..@...@.
.@.... |
00002070 00 00 03 00 00 00 00 00 00 00 00 00 00 20 48 00
|............. H.|
00002080 04 00 40 00 14 00 40 00 20 08 40 00 00 80 00 20 |..@...@.
.@.... |
00002090 00 00 03 00 00 00 00 00 00 00 00 00 00 20 4c a2
|............. L.|
000020a0 05 00 40 00 15 00 40 00 20 0a 40 00 00 80 00 20 |..@...@.
.@.... |
000020b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 97 02
|............. ..|
000020c0 06 00 40 00 16 00 40 00 20 0c 40 00 00 80 00 20 |..@...@.
.@.... |
000020d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f9 a3
|............. ..|
000020e0 07 00 40 00 17 00 40 00 20 0e 40 00 00 80 00 20 |..@...@.
.@.... |
000020f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 22 03
|............. ".|
00002100 08 00 40 00 18 00 40 00 20 10 40 00 00 80 00 20 |..@...@.
.@.... |
00002110 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f2 a7
|............. ..|
00002120 09 00 40 00 19 00 40 00 20 12 40 00 00 80 00 20 |..@...@.
.@.... |
00002130 00 00 03 00 00 00 00 00 00 00 00 00 00 20 29 07
|............. ).|
00002140 0a 00 40 00 1a 00 40 00 20 14 40 00 00 80 00 20 |..@...@.
.@.... |
00002150 00 00 03 00 00 00 00 00 00 00 00 00 00 20 47 a6
|............. G.|
00002160 0b 00 40 00 1b 00 40 00 20 16 40 00 00 80 00 20 |..@...@.
.@.... |
00002170 00 00 03 00 00 00 00 00 00 00 00 00 00 20 9c 06
|............. ..|
00002180 0c 00 40 00 1c 00 40 00 20 18 40 00 00 80 00 20 |..@...@.
.@.... |
00002190 00 00 03 00 00 00 00 00 00 00 00 00 00 20 98 a4
|............. ..|
000021a0 0d 00 40 00 1d 00 40 00 20 1a 40 00 00 80 00 20 |..@...@.
.@.... |
000021b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 43 04
|............. C.|
000021c0 0e 00 40 00 1e 00 40 00 20 1c 40 00 00 80 00 20 |..@...@.
.@.... |
000021d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 2d a5
|............. -.|
000021e0 0f 00 40 00 1f 00 40 00 20 1e 40 00 00 80 00 20 |..@...@.
.@.... |
000021f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f6 05
|............. ..|
00002200 00 00 48 00 10 00 48 00 20 00 48 00 e0 5f 00 20 |..H...H.
.H.._. |
00002210 00 00 01 00 00 00 00 00 00 00 00 00 00 20 96 e9
|............. ..|
00002220 01 00 48 00 11 00 48 00 20 02 48 00 00 80 00 20 |..H...H.
.H.... |
00002230 00 00 03 00 00 00 00 00 00 00 00 00 00 20 eb 72
|............. .r|
00002240 02 00 48 00 12 00 48 00 20 04 48 00 00 80 00 20 |..H...H.
.H.... |
00002250 00 00 03 00 00 00 00 00 00 00 00 00 00 20 85 d3
|............. ..|
00002260 03 00 48 00 13 00 48 00 20 06 48 00 00 80 00 20 |..H...H.
.H.... |
00002270 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5e 73
|............. ^s|
00002280 04 00 48 00 14 00 48 00 20 08 48 00 00 80 00 20 |..H...H.
.H.... |
00002290 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5a d1
|............. Z.|
000022a0 05 00 48 00 15 00 48 00 20 0a 48 00 00 80 00 20 |..H...H.
.H.... |
000022b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 81 71
|............. .q|
000022c0 06 00 48 00 16 00 48 00 20 0c 48 00 00 80 00 20 |..H...H.
.H.... |
000022d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ef d0
|............. ..|
000022e0 07 00 48 00 17 00 48 00 20 0e 48 00 00 80 00 20 |..H...H.
.H.... |
000022f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 34 70
|............. 4p|
00002300 08 00 48 00 18 00 48 00 20 10 48 00 00 80 00 20 |..H...H.
.H.... |
00002310 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e4 d4
|............. ..|
00002320 09 00 48 00 19 00 48 00 20 12 48 00 00 80 00 20 |..H...H.
.H.... |
00002330 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3f 74
|............. ?t|
00002340 0a 00 48 00 1a 00 48 00 20 14 48 00 00 80 00 20 |..H...H.
.H.... |
00002350 00 00 03 00 00 00 00 00 00 00 00 00 00 20 51 d5
|............. Q.|
00002360 0b 00 48 00 1b 00 48 00 20 16 48 00 00 80 00 20 |..H...H.
.H.... |
00002370 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8a 75
|............. .u|
00002380 0c 00 48 00 1c 00 48 00 20 18 48 00 00 80 00 20 |..H...H.
.H.... |
00002390 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8e d7
|............. ..|
000023a0 0d 00 48 00 1d 00 48 00 20 1a 48 00 00 80 00 20 |..H...H.
.H.... |
000023b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 55 77
|............. Uw|
000023c0 0e 00 48 00 1e 00 48 00 20 1c 48 00 00 80 00 20 |..H...H.
.H.... |
000023d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3b d6
|............. ;.|
000023e0 0f 00 48 00 1f 00 48 00 20 1e 48 00 00 80 00 20 |..H...H.
.H.... |
000023f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e0 76
|............. .v|
00002400 00 00 50 00 10 00 50 00 20 00 50 00 e0 5f 00 20 |..P...P.
.P.._. |
00002410 00 00 01 00 00 00 00 00 00 00 00 00 00 20 ac 7c
|............. .||
00002420 01 00 50 00 11 00 50 00 20 02 50 00 00 80 00 20 |..P...P.
.P.... |
00002430 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d1 e7
|............. ..|
00002440 02 00 50 00 12 00 50 00 20 04 50 00 00 80 00 20 |..P...P.
.P.... |
00002450 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bf 46
|............. .F|
00002460 03 00 50 00 13 00 50 00 20 06 50 00 00 80 00 20 |..P...P.
.P.... |
00002470 00 00 03 00 00 00 00 00 00 00 00 00 00 20 64 e6
|............. d.|
00002480 04 00 50 00 14 00 50 00 20 08 50 00 00 80 00 20 |..P...P.
.P.... |
00002490 00 00 03 00 00 00 00 00 00 00 00 00 00 20 60 44
|............. `D|
000024a0 05 00 50 00 15 00 50 00 20 0a 50 00 00 80 00 20 |..P...P.
.P.... |
000024b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bb e4
|............. ..|
000024c0 06 00 50 00 16 00 50 00 20 0c 50 00 00 80 00 20 |..P...P.
.P.... |
000024d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d5 45
|............. .E|
000024e0 07 00 50 00 17 00 50 00 20 0e 50 00 00 80 00 20 |..P...P.
.P.... |
000024f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0e e5
|............. ..|
00002500 08 00 50 00 18 00 50 00 20 10 50 00 00 80 00 20 |..P...P.
.P.... |
00002510 00 00 03 00 00 00 00 00 00 00 00 00 00 20 de 41
|............. .A|
00002520 09 00 50 00 19 00 50 00 20 12 50 00 00 80 00 20 |..P...P.
.P.... |
00002530 00 00 03 00 00 00 00 00 00 00 00 00 00 20 05 e1
|............. ..|
00002540 0a 00 50 00 1a 00 50 00 20 14 50 00 00 80 00 20 |..P...P.
.P.... |
00002550 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6b 40
|............. k@|
00002560 0b 00 50 00 1b 00 50 00 20 16 50 00 00 80 00 20 |..P...P.
.P.... |
00002570 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b0 e0
|............. ..|
00002580 0c 00 50 00 1c 00 50 00 20 18 50 00 00 80 00 20 |..P...P.
.P.... |
00002590 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b4 42
|............. .B|
000025a0 0d 00 50 00 1d 00 50 00 20 1a 50 00 00 80 00 20 |..P...P.
.P.... |
000025b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6f e2
|............. o.|
000025c0 0e 00 50 00 1e 00 50 00 20 1c 50 00 00 80 00 20 |..P...P.
.P.... |
000025d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 01 43
|............. .C|
000025e0 0f 00 50 00 1f 00 50 00 20 1e 50 00 00 80 00 20 |..P...P.
.P.... |
000025f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 da e3
|............. ..|
00002600 00 00 58 00 10 00 58 00 20 00 58 00 e0 5f 00 20 |..X...X.
.X.._. |
00002610 00 00 01 00 00 00 00 00 00 00 00 00 00 20 ba 0f
|............. ..|
00002620 01 00 58 00 11 00 58 00 20 02 58 00 00 80 00 20 |..X...X.
.X.... |
00002630 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c7 94
|............. ..|
00002640 02 00 58 00 12 00 58 00 20 04 58 00 00 80 00 20 |..X...X.
.X.... |
00002650 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a9 35
|............. .5|
00002660 03 00 58 00 13 00 58 00 20 06 58 00 00 80 00 20 |..X...X.
.X.... |
00002670 00 00 03 00 00 00 00 00 00 00 00 00 00 20 72 95
|............. r.|
00002680 04 00 58 00 14 00 58 00 20 08 58 00 00 80 00 20 |..X...X.
.X.... |
00002690 00 00 03 00 00 00 00 00 00 00 00 00 00 20 76 37
|............. v7|
000026a0 05 00 58 00 15 00 58 00 20 0a 58 00 00 80 00 20 |..X...X.
.X.... |
000026b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ad 97
|............. ..|
000026c0 06 00 58 00 16 00 58 00 20 0c 58 00 00 80 00 20 |..X...X.
.X.... |
000026d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c3 36
|............. .6|
000026e0 07 00 58 00 17 00 58 00 20 0e 58 00 00 80 00 20 |..X...X.
.X.... |
000026f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 18 96
|............. ..|
00002700 08 00 58 00 18 00 58 00 20 10 58 00 00 80 00 20 |..X...X.
.X.... |
00002710 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c8 32
|............. .2|
00002720 09 00 58 00 19 00 58 00 20 12 58 00 00 80 00 20 |..X...X.
.X.... |
00002730 00 00 03 00 00 00 00 00 00 00 00 00 00 20 13 92
|............. ..|
00002740 0a 00 58 00 1a 00 58 00 20 14 58 00 00 80 00 20 |..X...X.
.X.... |
00002750 00 00 03 00 00 00 00 00 00 00 00 00 00 20 7d 33
|............. }3|
00002760 0b 00 58 00 1b 00 58 00 20 16 58 00 00 80 00 20 |..X...X.
.X.... |
00002770 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a6 93
|............. ..|
00002780 0c 00 58 00 1c 00 58 00 20 18 58 00 00 80 00 20 |..X...X.
.X.... |
00002790 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a2 31
|............. .1|
000027a0 0d 00 58 00 1d 00 58 00 20 1a 58 00 00 80 00 20 |..X...X.
.X.... |
000027b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 79 91
|............. y.|
000027c0 0e 00 58 00 1e 00 58 00 20 1c 58 00 00 80 00 20 |..X...X.
.X.... |
000027d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 17 30
|............. .0|
000027e0 0f 00 58 00 1f 00 58 00 20 1e 58 00 00 80 00 20 |..X...X.
.X.... |
000027f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 cc 90
|............. ..|
00002800 00 00 60 00 10 00 60 00 20 00 60 00 e0 5f 00 20 |..`...`.
.`.._. |
00002810 00 00 01 00 00 00 00 00 00 00 00 00 00 20 db 16
|............. ..|
00002820 01 00 60 00 11 00 60 00 20 02 60 00 00 80 00 20 |..`...`.
.`.... |
00002830 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a6 8d
|............. ..|
00002840 02 00 60 00 12 00 60 00 20 04 60 00 00 80 00 20 |..`...`.
.`.... |
00002850 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c8 2c
|............. .,|
00002860 03 00 60 00 13 00 60 00 20 06 60 00 00 80 00 20 |..`...`.
.`.... |
00002870 00 00 03 00 00 00 00 00 00 00 00 00 00 20 13 8c
|............. ..|
00002880 04 00 60 00 14 00 60 00 20 08 60 00 00 80 00 20 |..`...`.
.`.... |
00002890 00 00 03 00 00 00 00 00 00 00 00 00 00 20 17 2e
|............. ..|
000028a0 05 00 60 00 15 00 60 00 20 0a 60 00 00 80 00 20 |..`...`.
.`.... |
000028b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 cc 8e
|............. ..|
000028c0 06 00 60 00 16 00 60 00 20 0c 60 00 00 80 00 20 |..`...`.
.`.... |
000028d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a2 2f
|............. ./|
000028e0 07 00 60 00 17 00 60 00 20 0e 60 00 00 80 00 20 |..`...`.
.`.... |
000028f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 79 8f
|............. y.|
00002900 08 00 60 00 18 00 60 00 20 10 60 00 00 80 00 20 |..`...`.
.`.... |
00002910 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a9 2b
|............. .+|
00002920 09 00 60 00 19 00 60 00 20 12 60 00 00 80 00 20 |..`...`.
.`.... |
00002930 00 00 03 00 00 00 00 00 00 00 00 00 00 20 72 8b
|............. r.|
00002940 0a 00 60 00 1a 00 60 00 20 14 60 00 00 80 00 20 |..`...`.
.`.... |
00002950 00 00 03 00 00 00 00 00 00 00 00 00 00 20 1c 2a
|............. .*|
00002960 0b 00 60 00 1b 00 60 00 20 16 60 00 00 80 00 20 |..`...`.
.`.... |
00002970 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c7 8a
|............. ..|
00002980 0c 00 60 00 1c 00 60 00 20 18 60 00 00 80 00 20 |..`...`.
.`.... |
00002990 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c3 28
|............. .(|
000029a0 0d 00 60 00 1d 00 60 00 20 1a 60 00 00 80 00 20 |..`...`.
.`.... |
000029b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 18 88
|............. ..|
000029c0 0e 00 60 00 1e 00 60 00 20 1c 60 00 00 80 00 20 |..`...`.
.`.... |
000029d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 76 29
|............. v)|
000029e0 0f 00 60 00 1f 00 60 00 20 1e 60 00 00 80 00 20 |..`...`.
.`.... |
000029f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ad 89
|............. ..|
00002a00 00 00 68 00 10 00 68 00 20 00 68 00 e0 5f 00 20 |..h...h.
.h.._. |
00002a10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 cd 65
|............. .e|
00002a20 01 00 68 00 11 00 68 00 20 02 68 00 00 80 00 20 |..h...h.
.h.... |
00002a30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b0 fe
|............. ..|
00002a40 02 00 68 00 12 00 68 00 20 04 68 00 00 80 00 20 |..h...h.
.h.... |
00002a50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 de 5f
|............. ._|
00002a60 03 00 68 00 13 00 68 00 20 06 68 00 00 80 00 20 |..h...h.
.h.... |
00002a70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 05 ff
|............. ..|
00002a80 04 00 68 00 14 00 68 00 20 08 68 00 00 80 00 20 |..h...h.
.h.... |
00002a90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 01 5d
|............. .]|
00002aa0 05 00 68 00 15 00 68 00 20 0a 68 00 00 80 00 20 |..h...h.
.h.... |
00002ab0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 da fd
|............. ..|
00002ac0 06 00 68 00 16 00 68 00 20 0c 68 00 00 80 00 20 |..h...h.
.h.... |
00002ad0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b4 5c
|............. .\|
00002ae0 07 00 68 00 17 00 68 00 20 0e 68 00 00 80 00 20 |..h...h.
.h.... |
00002af0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6f fc
|............. o.|
00002b00 08 00 68 00 18 00 68 00 20 10 68 00 00 80 00 20 |..h...h.
.h.... |
00002b10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bf 58
|............. .X|
00002b20 09 00 68 00 19 00 68 00 20 12 68 00 00 80 00 20 |..h...h.
.h.... |
00002b30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 64 f8
|............. d.|
00002b40 0a 00 68 00 1a 00 68 00 20 14 68 00 00 80 00 20 |..h...h.
.h.... |
00002b50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0a 59
|............. .Y|
00002b60 0b 00 68 00 1b 00 68 00 20 16 68 00 00 80 00 20 |..h...h.
.h.... |
00002b70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d1 f9
|............. ..|
00002b80 0c 00 68 00 1c 00 68 00 20 18 68 00 00 80 00 20 |..h...h.
.h.... |
00002b90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d5 5b
|............. .[|
00002ba0 0d 00 68 00 1d 00 68 00 20 1a 68 00 00 80 00 20 |..h...h.
.h.... |
00002bb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0e fb
|............. ..|
00002bc0 0e 00 68 00 1e 00 68 00 20 1c 68 00 00 80 00 20 |..h...h.
.h.... |
00002bd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 60 5a
|............. `Z|
00002be0 0f 00 68 00 1f 00 68 00 20 1e 68 00 00 80 00 20 |..h...h.
.h.... |
00002bf0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bb fa
|............. ..|
00002c00 00 00 70 00 10 00 70 00 20 00 70 00 e0 5f 00 20 |..p...p.
.p.._. |
00002c10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 f7 f0
|............. ..|
00002c20 01 00 70 00 11 00 70 00 20 02 70 00 00 80 00 20 |..p...p.
.p.... |
00002c30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8a 6b
|............. .k|
00002c40 02 00 70 00 12 00 70 00 20 04 70 00 00 80 00 20 |..p...p.
.p.... |
00002c50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e4 ca
|............. ..|
00002c60 03 00 70 00 13 00 70 00 20 06 70 00 00 80 00 20 |..p...p.
.p.... |
00002c70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3f 6a
|............. ?j|
00002c80 04 00 70 00 14 00 70 00 20 08 70 00 00 80 00 20 |..p...p.
.p.... |
00002c90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3b c8
|............. ;.|
00002ca0 05 00 70 00 15 00 70 00 20 0a 70 00 00 80 00 20 |..p...p.
.p.... |
00002cb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e0 68
|............. .h|
00002cc0 06 00 70 00 16 00 70 00 20 0c 70 00 00 80 00 20 |..p...p.
.p.... |
00002cd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8e c9
|............. ..|
00002ce0 07 00 70 00 17 00 70 00 20 0e 70 00 00 80 00 20 |..p...p.
.p.... |
00002cf0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 55 69
|............. Ui|
00002d00 08 00 70 00 18 00 70 00 20 10 70 00 00 80 00 20 |..p...p.
.p.... |
00002d10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 85 cd
|............. ..|
00002d20 09 00 70 00 19 00 70 00 20 12 70 00 00 80 00 20 |..p...p.
.p.... |
00002d30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5e 6d
|............. ^m|
00002d40 0a 00 70 00 1a 00 70 00 20 14 70 00 00 80 00 20 |..p...p.
.p.... |
00002d50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 30 cc
|............. 0.|
00002d60 0b 00 70 00 1b 00 70 00 20 16 70 00 00 80 00 20 |..p...p.
.p.... |
00002d70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 eb 6c
|............. .l|
00002d80 0c 00 70 00 1c 00 70 00 20 18 70 00 00 80 00 20 |..p...p.
.p.... |
00002d90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ef ce
|............. ..|
00002da0 0d 00 70 00 1d 00 70 00 20 1a 70 00 00 80 00 20 |..p...p.
.p.... |
00002db0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 34 6e
|............. 4n|
00002dc0 0e 00 70 00 1e 00 70 00 20 1c 70 00 00 80 00 20 |..p...p.
.p.... |
00002dd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5a cf
|............. Z.|
00002de0 0f 00 70 00 1f 00 70 00 20 1e 70 00 00 80 00 20 |..p...p.
.p.... |
00002df0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 81 6f
|............. .o|
00002e00 00 00 78 00 10 00 78 00 20 00 78 00 e0 5f 00 20 |..x...x.
.x.._. |
00002e10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 e1 83
|............. ..|
00002e20 01 00 78 00 11 00 78 00 20 02 78 00 00 80 00 20 |..x...x.
.x.... |
00002e30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 9c 18
|............. ..|
00002e40 02 00 78 00 12 00 78 00 20 04 78 00 00 80 00 20 |..x...x.
.x.... |
00002e50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f2 b9
|............. ..|
00002e60 03 00 78 00 13 00 78 00 20 06 78 00 ff 7b 00 20 |..x...x.
.x..{. |
00002e70 00 00 01 00 00 00 00 00 00 00 00 00 00 20 e3 fb
|............. ..|
00002e80 04 00 78 00 14 00 78 00 20 08 78 00 00 80 00 20 |..x...x.
.x.... |
00002e90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 2d bb
|............. -.|
00002ea0 05 00 78 00 15 00 78 00 20 0a 78 00 00 80 00 20 |..x...x.
.x.... |
00002eb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f6 1b
|............. ..|
00002ec0 06 00 78 00 16 00 78 00 20 0c 78 00 00 80 00 20 |..x...x.
.x.... |
00002ed0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 98 ba
|............. ..|
00002ee0 07 00 78 00 17 00 78 00 20 0e 78 00 00 80 00 20 |..x...x.
.x.... |
00002ef0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 43 1a
|............. C.|
00002f00 08 00 78 00 18 00 78 00 20 10 78 00 00 80 00 20 |..x...x.
.x.... |
00002f10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 93 be
|............. ..|
00002f20 09 00 78 00 19 00 78 00 20 12 78 00 00 80 00 20 |..x...x.
.x.... |
00002f30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 48 1e
|............. H.|
00002f40 0a 00 78 00 1a 00 78 00 20 14 78 00 00 80 00 20 |..x...x.
.x.... |
00002f50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 26 bf
|............. &.|
00002f60 0b 00 78 00 1b 00 78 00 20 16 78 00 00 80 00 20 |..x...x.
.x.... |
00002f70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 fd 1f
|............. ..|
00002f80 0c 00 78 00 1c 00 78 00 20 18 78 00 00 80 00 20 |..x...x.
.x.... |
00002f90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f9 bd
|............. ..|
00002fa0 0d 00 78 00 1d 00 78 00 20 1a 78 00 00 80 00 20 |..x...x.
.x.... |
00002fb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 22 1d
|............. ".|
00002fc0 0e 00 78 00 1e 00 78 00 20 1c 78 00 00 80 00 20 |..x...x.
.x.... |
00002fd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 4c bc
|............. L.|
00002fe0 0f 00 78 00 1f 00 78 00 20 1e 78 00 00 80 00 20 |..x...x.
.x.... |
00002ff0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 97 1c
|............. ..|
00003000 00 00 80 00 10 00 80 00 20 00 80 00 e0 5f 00 20 |........
...._. |
00003010 00 00 01 00 00 00 00 00 00 00 00 00 00 20 5f 73
|............. _s|
00003020 01 00 80 00 11 00 80 00 20 02 80 00 00 80 00 20 |........
...... |
00003030 00 00 03 00 00 00 00 00 00 00 00 00 00 20 22 e8
|............. ".|
00003040 02 00 80 00 12 00 80 00 20 04 80 00 00 80 00 20 |........
...... |
00003050 00 00 03 00 00 00 00 00 00 00 00 00 00 20 4c 49
|............. LI|
00003060 03 00 80 00 13 00 80 00 20 06 80 00 00 80 00 20 |........
...... |
00003070 00 00 03 00 00 00 00 00 00 00 00 00 00 20 97 e9
|............. ..|
00003080 04 00 80 00 14 00 80 00 20 08 80 00 00 80 00 20 |........
...... |
00003090 00 00 03 00 00 00 00 00 00 00 00 00 00 20 93 4b
|............. .K|
000030a0 05 00 80 00 15 00 80 00 20 0a 80 00 00 80 00 20 |........
...... |
000030b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 48 eb
|............. H.|
000030c0 06 00 80 00 16 00 80 00 20 0c 80 00 00 80 00 20 |........
...... |
000030d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 26 4a
|............. &J|
000030e0 07 00 80 00 17 00 80 00 20 0e 80 00 00 80 00 20 |........
...... |
000030f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 fd ea
|............. ..|
00003100 08 00 80 00 18 00 80 00 20 10 80 00 00 80 00 20 |........
...... |
00003110 00 00 03 00 00 00 00 00 00 00 00 00 00 20 2d 4e
|............. -N|
00003120 09 00 80 00 19 00 80 00 20 12 80 00 00 80 00 20 |........
...... |
00003130 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f6 ee
|............. ..|
00003140 0a 00 80 00 1a 00 80 00 20 14 80 00 00 80 00 20 |........
...... |
00003150 00 00 03 00 00 00 00 00 00 00 00 00 00 20 98 4f
|............. .O|
00003160 0b 00 80 00 1b 00 80 00 20 16 80 00 00 80 00 20 |........
...... |
00003170 00 00 03 00 00 00 00 00 00 00 00 00 00 20 43 ef
|............. C.|
00003180 0c 00 80 00 1c 00 80 00 20 18 80 00 00 80 00 20 |........
...... |
00003190 00 00 03 00 00 00 00 00 00 00 00 00 00 20 47 4d
|............. GM|
000031a0 0d 00 80 00 1d 00 80 00 20 1a 80 00 00 80 00 20 |........
...... |
000031b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 9c ed
|............. ..|
000031c0 0e 00 80 00 1e 00 80 00 20 1c 80 00 00 80 00 20 |........
...... |
000031d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f2 4c
|............. .L|
000031e0 0f 00 80 00 1f 00 80 00 20 1e 80 00 00 80 00 20 |........
...... |
000031f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 29 ec
|............. ).|
00003200 00 00 88 00 10 00 88 00 20 00 88 00 e0 5f 00 20 |........
...._. |
00003210 00 00 01 00 00 00 00 00 00 00 00 00 00 20 49 00
|............. I.|
00003220 01 00 88 00 11 00 88 00 20 02 88 00 00 80 00 20 |........
...... |
00003230 00 00 03 00 00 00 00 00 00 00 00 00 00 20 34 9b
|............. 4.|
00003240 02 00 88 00 12 00 88 00 20 04 88 00 00 80 00 20 |........
...... |
00003250 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5a 3a
|............. Z:|
00003260 03 00 88 00 13 00 88 00 20 06 88 00 00 80 00 20 |........
...... |
00003270 00 00 03 00 00 00 00 00 00 00 00 00 00 20 81 9a
|............. ..|
00003280 04 00 88 00 14 00 88 00 20 08 88 00 00 80 00 20 |........
...... |
00003290 00 00 03 00 00 00 00 00 00 00 00 00 00 20 85 38
|............. .8|
000032a0 05 00 88 00 15 00 88 00 20 0a 88 00 00 80 00 20 |........
...... |
000032b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5e 98
|............. ^.|
000032c0 06 00 88 00 16 00 88 00 20 0c 88 00 00 80 00 20 |........
...... |
000032d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 30 39
|............. 09|
000032e0 07 00 88 00 17 00 88 00 20 0e 88 00 00 80 00 20 |........
...... |
000032f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 eb 99
|............. ..|
00003300 08 00 88 00 18 00 88 00 20 10 88 00 00 80 00 20 |........
...... |
00003310 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3b 3d
|............. ;=|
00003320 09 00 88 00 19 00 88 00 20 12 88 00 00 80 00 20 |........
...... |
00003330 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e0 9d
|............. ..|
00003340 0a 00 88 00 1a 00 88 00 20 14 88 00 00 80 00 20 |........
...... |
00003350 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8e 3c
|............. .<|
00003360 0b 00 88 00 1b 00 88 00 20 16 88 00 00 80 00 20 |........
...... |
00003370 00 00 03 00 00 00 00 00 00 00 00 00 00 20 55 9c
|............. U.|
00003380 0c 00 88 00 1c 00 88 00 20 18 88 00 00 80 00 20 |........
...... |
00003390 00 00 03 00 00 00 00 00 00 00 00 00 00 20 51 3e
|............. Q>|
000033a0 0d 00 88 00 1d 00 88 00 20 1a 88 00 00 80 00 20 |........
...... |
000033b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8a 9e
|............. ..|
000033c0 0e 00 88 00 1e 00 88 00 20 1c 88 00 00 80 00 20 |........
...... |
000033d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e4 3f
|............. .?|
000033e0 0f 00 88 00 1f 00 88 00 20 1e 88 00 00 80 00 20 |........
...... |
000033f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3f 9f
|............. ?.|
00003400 00 00 90 00 10 00 90 00 20 00 90 00 e0 5f 00 20 |........
...._. |
00003410 00 00 01 00 00 00 00 00 00 00 00 00 00 20 73 95
|............. s.|
00003420 01 00 90 00 11 00 90 00 20 02 90 00 00 80 00 20 |........
...... |
00003430 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0e 0e
|............. ..|
00003440 02 00 90 00 12 00 90 00 20 04 90 00 00 80 00 20 |........
...... |
00003450 00 00 03 00 00 00 00 00 00 00 00 00 00 20 60 af
|............. `.|
00003460 03 00 90 00 13 00 90 00 20 06 90 00 00 80 00 20 |........
...... |
00003470 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bb 0f
|............. ..|
00003480 04 00 90 00 14 00 90 00 20 08 90 00 00 80 00 20 |........
...... |
00003490 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bf ad
|............. ..|
000034a0 05 00 90 00 15 00 90 00 20 0a 90 00 00 80 00 20 |........
...... |
000034b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 64 0d
|............. d.|
000034c0 06 00 90 00 16 00 90 00 20 0c 90 00 00 80 00 20 |........
...... |
000034d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0a ac
|............. ..|
000034e0 07 00 90 00 17 00 90 00 20 0e 90 00 00 80 00 20 |........
...... |
000034f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d1 0c
|............. ..|
00003500 08 00 90 00 18 00 90 00 20 10 90 00 00 80 00 20 |........
...... |
00003510 00 00 03 00 00 00 00 00 00 00 00 00 00 20 01 a8
|............. ..|
00003520 09 00 90 00 19 00 90 00 20 12 90 00 00 80 00 20 |........
...... |
00003530 00 00 03 00 00 00 00 00 00 00 00 00 00 20 da 08
|............. ..|
00003540 0a 00 90 00 1a 00 90 00 20 14 90 00 00 80 00 20 |........
...... |
00003550 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b4 a9
|............. ..|
00003560 0b 00 90 00 1b 00 90 00 20 16 90 00 00 80 00 20 |........
...... |
00003570 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6f 09
|............. o.|
00003580 0c 00 90 00 1c 00 90 00 20 18 90 00 00 80 00 20 |........
...... |
00003590 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6b ab
|............. k.|
000035a0 0d 00 90 00 1d 00 90 00 20 1a 90 00 00 80 00 20 |........
...... |
000035b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b0 0b
|............. ..|
000035c0 0e 00 90 00 1e 00 90 00 20 1c 90 00 00 80 00 20 |........
...... |
000035d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 de aa
|............. ..|
000035e0 0f 00 90 00 1f 00 90 00 20 1e 90 00 00 80 00 20 |........
...... |
000035f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 05 0a
|............. ..|
00003600 00 00 98 00 10 00 98 00 20 00 98 00 e0 5f 00 20 |........
...._. |
00003610 00 00 01 00 00 00 00 00 00 00 00 00 00 20 65 e6
|............. e.|
00003620 01 00 98 00 11 00 98 00 20 02 98 00 00 80 00 20 |........
...... |
00003630 00 00 03 00 00 00 00 00 00 00 00 00 00 20 18 7d
|............. .}|
00003640 02 00 98 00 12 00 98 00 20 04 98 00 00 80 00 20 |........
...... |
00003650 00 00 03 00 00 00 00 00 00 00 00 00 00 20 76 dc
|............. v.|
00003660 03 00 98 00 13 00 98 00 20 06 98 00 00 80 00 20 |........
...... |
00003670 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ad 7c
|............. .||
00003680 04 00 98 00 14 00 98 00 20 08 98 00 00 80 00 20 |........
...... |
00003690 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a9 de
|............. ..|
000036a0 05 00 98 00 15 00 98 00 20 0a 98 00 00 80 00 20 |........
...... |
000036b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 72 7e
|............. r~|
000036c0 06 00 98 00 16 00 98 00 20 0c 98 00 00 80 00 20 |........
...... |
000036d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 1c df
|............. ..|
000036e0 07 00 98 00 17 00 98 00 20 0e 98 00 00 80 00 20 |........
...... |
000036f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c7 7f
|............. ..|
00003700 08 00 98 00 18 00 98 00 20 10 98 00 00 80 00 20 |........
...... |
00003710 00 00 03 00 00 00 00 00 00 00 00 00 00 20 17 db
|............. ..|
00003720 09 00 98 00 19 00 98 00 20 12 98 00 00 80 00 20 |........
...... |
00003730 00 00 03 00 00 00 00 00 00 00 00 00 00 20 cc 7b
|............. .{|
00003740 0a 00 98 00 1a 00 98 00 20 14 98 00 00 80 00 20 |........
...... |
00003750 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a2 da
|............. ..|
00003760 0b 00 98 00 1b 00 98 00 20 16 98 00 00 80 00 20 |........
...... |
00003770 00 00 03 00 00 00 00 00 00 00 00 00 00 20 79 7a
|............. yz|
00003780 0c 00 98 00 1c 00 98 00 20 18 98 00 00 80 00 20 |........
...... |
00003790 00 00 03 00 00 00 00 00 00 00 00 00 00 20 7d d8
|............. }.|
000037a0 0d 00 98 00 1d 00 98 00 20 1a 98 00 00 80 00 20 |........
...... |
000037b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a6 78
|............. .x|
000037c0 0e 00 98 00 1e 00 98 00 20 1c 98 00 00 80 00 20 |........
...... |
000037d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c8 d9
|............. ..|
000037e0 0f 00 98 00 1f 00 98 00 20 1e 98 00 00 80 00 20 |........
...... |
000037f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 13 79
|............. .y|
00003800 00 00 a0 00 10 00 a0 00 20 00 a0 00 e0 5f 00 20 |........
...._. |
00003810 00 00 01 00 00 00 00 00 00 00 00 00 00 20 04 ff
|............. ..|
00003820 01 00 a0 00 11 00 a0 00 20 02 a0 00 00 80 00 20 |........
...... |
00003830 00 00 03 00 00 00 00 00 00 00 00 00 00 20 79 64
|............. yd|
00003840 02 00 a0 00 12 00 a0 00 20 04 a0 00 00 80 00 20 |........
...... |
00003850 00 00 03 00 00 00 00 00 00 00 00 00 00 20 17 c5
|............. ..|
00003860 03 00 a0 00 13 00 a0 00 20 06 a0 00 00 80 00 20 |........
...... |
00003870 00 00 03 00 00 00 00 00 00 00 00 00 00 20 cc 65
|............. .e|
00003880 04 00 a0 00 14 00 a0 00 20 08 a0 00 00 80 00 20 |........
...... |
00003890 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c8 c7
|............. ..|
000038a0 05 00 a0 00 15 00 a0 00 20 0a a0 00 00 80 00 20 |........
...... |
000038b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 13 67
|............. .g|
000038c0 06 00 a0 00 16 00 a0 00 20 0c a0 00 00 80 00 20 |........
...... |
000038d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 7d c6
|............. }.|
000038e0 07 00 a0 00 17 00 a0 00 20 0e a0 00 00 80 00 20 |........
...... |
000038f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a6 66
|............. .f|
00003900 08 00 a0 00 18 00 a0 00 20 10 a0 00 00 80 00 20 |........
...... |
00003910 00 00 03 00 00 00 00 00 00 00 00 00 00 20 76 c2
|............. v.|
00003920 09 00 a0 00 19 00 a0 00 20 12 a0 00 00 80 00 20 |........
...... |
00003930 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ad 62
|............. .b|
00003940 0a 00 a0 00 1a 00 a0 00 20 14 a0 00 00 80 00 20 |........
...... |
00003950 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c3 c3
|............. ..|
00003960 0b 00 a0 00 1b 00 a0 00 20 16 a0 00 00 80 00 20 |........
...... |
00003970 00 00 03 00 00 00 00 00 00 00 00 00 00 20 18 63
|............. .c|
00003980 0c 00 a0 00 1c 00 a0 00 20 18 a0 00 00 80 00 20 |........
...... |
00003990 00 00 03 00 00 00 00 00 00 00 00 00 00 20 1c c1
|............. ..|
000039a0 0d 00 a0 00 1d 00 a0 00 20 1a a0 00 00 80 00 20 |........
...... |
000039b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c7 61
|............. .a|
000039c0 0e 00 a0 00 1e 00 a0 00 20 1c a0 00 00 80 00 20 |........
...... |
000039d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a9 c0
|............. ..|
000039e0 0f 00 a0 00 1f 00 a0 00 20 1e a0 00 00 80 00 20 |........
...... |
000039f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 72 60
|............. r`|
00003a00 00 00 a8 00 10 00 a8 00 20 00 a8 00 e0 5f 00 20 |........
...._. |
00003a10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 12 8c
|............. ..|
00003a20 01 00 a8 00 11 00 a8 00 20 02 a8 00 00 80 00 20 |........
...... |
00003a30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6f 17
|............. o.|
00003a40 02 00 a8 00 12 00 a8 00 20 04 a8 00 00 80 00 20 |........
...... |
00003a50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 01 b6
|............. ..|
00003a60 03 00 a8 00 13 00 a8 00 20 06 a8 00 00 80 00 20 |........
...... |
00003a70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 da 16
|............. ..|
00003a80 04 00 a8 00 14 00 a8 00 20 08 a8 00 00 80 00 20 |........
...... |
00003a90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 de b4
|............. ..|
00003aa0 05 00 a8 00 15 00 a8 00 20 0a a8 00 00 80 00 20 |........
...... |
00003ab0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 05 14
|............. ..|
00003ac0 06 00 a8 00 16 00 a8 00 20 0c a8 00 00 80 00 20 |........
...... |
00003ad0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6b b5
|............. k.|
00003ae0 07 00 a8 00 17 00 a8 00 20 0e a8 00 ff 7b 00 20 |........
....{. |
00003af0 00 00 01 00 00 00 00 00 00 00 00 00 00 20 7a f7
|............. z.|
00003b00 08 00 a8 00 18 00 a8 00 20 10 a8 00 00 80 00 20 |........
...... |
00003b10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 60 b1
|............. `.|
00003b20 09 00 a8 00 19 00 a8 00 20 12 a8 00 00 80 00 20 |........
...... |
00003b30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bb 11
|............. ..|
00003b40 0a 00 a8 00 1a 00 a8 00 20 14 a8 00 00 80 00 20 |........
...... |
00003b50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d5 b0
|............. ..|
00003b60 0b 00 a8 00 1b 00 a8 00 20 16 a8 00 00 80 00 20 |........
...... |
00003b70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0e 10
|............. ..|
00003b80 0c 00 a8 00 1c 00 a8 00 20 18 a8 00 00 80 00 20 |........
...... |
00003b90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0a b2
|............. ..|
00003ba0 0d 00 a8 00 1d 00 a8 00 20 1a a8 00 00 80 00 20 |........
...... |
00003bb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d1 12
|............. ..|
00003bc0 0e 00 a8 00 1e 00 a8 00 20 1c a8 00 00 80 00 20 |........
...... |
00003bd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bf b3
|............. ..|
00003be0 0f 00 a8 00 1f 00 a8 00 20 1e a8 00 00 80 00 20 |........
...... |
00003bf0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 64 13
|............. d.|
00003c00 00 00 b0 00 10 00 b0 00 20 00 b0 00 e0 5f 00 20 |........
...._. |
00003c10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 28 19
|............. (.|
00003c20 01 00 b0 00 11 00 b0 00 20 02 b0 00 00 80 00 20 |........
...... |
00003c30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 55 82
|............. U.|
00003c40 02 00 b0 00 12 00 b0 00 20 04 b0 00 00 80 00 20 |........
...... |
00003c50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3b 23
|............. ;#|
00003c60 03 00 b0 00 13 00 b0 00 20 06 b0 00 00 80 00 20 |........
...... |
00003c70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e0 83
|............. ..|
00003c80 04 00 b0 00 14 00 b0 00 20 08 b0 00 00 80 00 20 |........
...... |
00003c90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e4 21
|............. .!|
00003ca0 05 00 b0 00 15 00 b0 00 20 0a b0 00 00 80 00 20 |........
...... |
00003cb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3f 81
|............. ?.|
00003cc0 06 00 b0 00 16 00 b0 00 20 0c b0 00 00 80 00 20 |........
...... |
00003cd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 51 20
|............. Q |
00003ce0 07 00 b0 00 17 00 b0 00 20 0e b0 00 00 80 00 20 |........
...... |
00003cf0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8a 80
|............. ..|
00003d00 08 00 b0 00 18 00 b0 00 20 10 b0 00 00 80 00 20 |........
...... |
00003d10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5a 24
|............. Z$|
00003d20 09 00 b0 00 19 00 b0 00 20 12 b0 00 00 80 00 20 |........
...... |
00003d30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 81 84
|............. ..|
00003d40 0a 00 b0 00 1a 00 b0 00 20 14 b0 00 00 80 00 20 |........
...... |
00003d50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ef 25
|............. .%|
00003d60 0b 00 b0 00 1b 00 b0 00 20 16 b0 00 00 80 00 20 |........
...... |
00003d70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 34 85
|............. 4.|
00003d80 0c 00 b0 00 1c 00 b0 00 20 18 b0 00 00 80 00 20 |........
...... |
00003d90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 30 27
|............. 0'|
00003da0 0d 00 b0 00 1d 00 b0 00 20 1a b0 00 00 80 00 20 |........
...... |
00003db0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 eb 87
|............. ..|
00003dc0 0e 00 b0 00 1e 00 b0 00 20 1c b0 00 00 80 00 20 |........
...... |
00003dd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 85 26
|............. .&|
00003de0 0f 00 b0 00 1f 00 b0 00 20 1e b0 00 00 80 00 20 |........
...... |
00003df0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5e 86
|............. ^.|
00003e00 00 00 b8 00 10 00 b8 00 20 00 b8 00 e0 5f 00 20 |........
...._. |
00003e10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 3e 6a
|............. >j|
00003e20 01 00 b8 00 11 00 b8 00 20 02 b8 00 00 80 00 20 |........
...... |
00003e30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 43 f1
|............. C.|
00003e40 02 00 b8 00 12 00 b8 00 20 04 b8 00 00 80 00 20 |........
...... |
00003e50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 2d 50
|............. -P|
00003e60 03 00 b8 00 13 00 b8 00 20 06 b8 00 00 80 00 20 |........
...... |
00003e70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f6 f0
|............. ..|
00003e80 04 00 b8 00 14 00 b8 00 20 08 b8 00 00 80 00 20 |........
...... |
00003e90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f2 52
|............. .R|
00003ea0 05 00 b8 00 15 00 b8 00 20 0a b8 00 00 80 00 20 |........
...... |
00003eb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 29 f2
|............. ).|
00003ec0 06 00 b8 00 16 00 b8 00 20 0c b8 00 00 80 00 20 |........
...... |
00003ed0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 47 53
|............. GS|
00003ee0 07 00 b8 00 17 00 b8 00 20 0e b8 00 00 80 00 20 |........
...... |
00003ef0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 9c f3
|............. ..|
00003f00 08 00 b8 00 18 00 b8 00 20 10 b8 00 00 80 00 20 |........
...... |
00003f10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 4c 57
|............. LW|
00003f20 09 00 b8 00 19 00 b8 00 20 12 b8 00 00 80 00 20 |........
...... |
00003f30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 97 f7
|............. ..|
00003f40 0a 00 b8 00 1a 00 b8 00 20 14 b8 00 00 80 00 20 |........
...... |
00003f50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f9 56
|............. .V|
00003f60 0b 00 b8 00 1b 00 b8 00 20 16 b8 00 00 80 00 20 |........
...... |
00003f70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 22 f6
|............. ".|
00003f80 0c 00 b8 00 1c 00 b8 00 20 18 b8 00 00 80 00 20 |........
...... |
00003f90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 26 54
|............. &T|
00003fa0 0d 00 b8 00 1d 00 b8 00 20 1a b8 00 00 80 00 20 |........
...... |
00003fb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 fd f4
|............. ..|
00003fc0 0e 00 b8 00 1e 00 b8 00 20 1c b8 00 00 80 00 20 |........
...... |
00003fd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 93 55
|............. .U|
00003fe0 0f 00 b8 00 1f 00 b8 00 20 1e b8 00 00 80 00 20 |........
...... |
00003ff0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 48 f5
|............. H.|
00004000 00 00 c0 00 10 00 c0 00 20 00 c0 00 e0 5f 00 20 |........
...._. |
00004010 00 00 01 00 00 00 00 00 00 00 00 00 00 20 ea 2b
|............. .+|
00004020 01 00 c0 00 11 00 c0 00 20 02 c0 00 00 80 00 20 |........
...... |
00004030 00 00 03 00 00 00 00 00 00 00 00 00 00 20 97 b0
|............. ..|
00004040 02 00 c0 00 12 00 c0 00 20 04 c0 00 00 80 00 20 |........
...... |
00004050 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f9 11
|............. ..|
00004060 03 00 c0 00 13 00 c0 00 20 06 c0 00 00 80 00 20 |........
...... |
00004070 00 00 03 00 00 00 00 00 00 00 00 00 00 20 22 b1
|............. ".|
00004080 04 00 c0 00 14 00 c0 00 20 08 c0 00 00 80 00 20 |........
...... |
00004090 00 00 03 00 00 00 00 00 00 00 00 00 00 20 26 13
|............. &.|
000040a0 05 00 c0 00 15 00 c0 00 20 0a c0 00 00 80 00 20 |........
...... |
000040b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 fd b3
|............. ..|
000040c0 06 00 c0 00 16 00 c0 00 20 0c c0 00 00 80 00 20 |........
...... |
000040d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 93 12
|............. ..|
000040e0 07 00 c0 00 17 00 c0 00 20 0e c0 00 00 80 00 20 |........
...... |
000040f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 48 b2
|............. H.|
00004100 08 00 c0 00 18 00 c0 00 20 10 c0 00 00 80 00 20 |........
...... |
00004110 00 00 03 00 00 00 00 00 00 00 00 00 00 20 98 16
|............. ..|
00004120 09 00 c0 00 19 00 c0 00 20 12 c0 00 00 80 00 20 |........
...... |
00004130 00 00 03 00 00 00 00 00 00 00 00 00 00 20 43 b6
|............. C.|
00004140 0a 00 c0 00 1a 00 c0 00 20 14 c0 00 00 80 00 20 |........
...... |
00004150 00 00 03 00 00 00 00 00 00 00 00 00 00 20 2d 17
|............. -.|
00004160 0b 00 c0 00 1b 00 c0 00 20 16 c0 00 00 80 00 20 |........
...... |
00004170 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f6 b7
|............. ..|
00004180 0c 00 c0 00 1c 00 c0 00 20 18 c0 00 00 80 00 20 |........
...... |
00004190 00 00 03 00 00 00 00 00 00 00 00 00 00 20 f2 15
|............. ..|
000041a0 0d 00 c0 00 1d 00 c0 00 20 1a c0 00 00 80 00 20 |........
...... |
000041b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 29 b5
|............. ).|
000041c0 0e 00 c0 00 1e 00 c0 00 20 1c c0 00 00 80 00 20 |........
...... |
000041d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 47 14
|............. G.|
000041e0 0f 00 c0 00 1f 00 c0 00 20 1e c0 00 00 80 00 20 |........
...... |
000041f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 9c b4
|............. ..|
00004200 00 00 c8 00 10 00 c8 00 20 00 c8 00 e0 5f 00 20 |........
...._. |
00004210 00 00 01 00 00 00 00 00 00 00 00 00 00 20 fc 58
|............. .X|
00004220 01 00 c8 00 11 00 c8 00 20 02 c8 00 00 80 00 20 |........
...... |
00004230 00 00 03 00 00 00 00 00 00 00 00 00 00 20 81 c3
|............. ..|
00004240 02 00 c8 00 12 00 c8 00 20 04 c8 00 00 80 00 20 |........
...... |
00004250 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ef 62
|............. .b|
00004260 03 00 c8 00 13 00 c8 00 20 06 c8 00 00 80 00 20 |........
...... |
00004270 00 00 03 00 00 00 00 00 00 00 00 00 00 20 34 c2
|............. 4.|
00004280 04 00 c8 00 14 00 c8 00 20 08 c8 00 00 80 00 20 |........
...... |
00004290 00 00 03 00 00 00 00 00 00 00 00 00 00 20 30 60
|............. 0`|
000042a0 05 00 c8 00 15 00 c8 00 20 0a c8 00 00 80 00 20 |........
...... |
000042b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 eb c0
|............. ..|
000042c0 06 00 c8 00 16 00 c8 00 20 0c c8 00 00 80 00 20 |........
...... |
000042d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 85 61
|............. .a|
000042e0 07 00 c8 00 17 00 c8 00 20 0e c8 00 00 80 00 20 |........
...... |
000042f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 5e c1
|............. ^.|
00004300 08 00 c8 00 18 00 c8 00 20 10 c8 00 00 80 00 20 |........
...... |
00004310 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8e 65
|............. .e|
00004320 09 00 c8 00 19 00 c8 00 20 12 c8 00 00 80 00 20 |........
...... |
00004330 00 00 03 00 00 00 00 00 00 00 00 00 00 20 55 c5
|............. U.|
00004340 0a 00 c8 00 1a 00 c8 00 20 14 c8 00 00 80 00 20 |........
...... |
00004350 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3b 64
|............. ;d|
00004360 0b 00 c8 00 1b 00 c8 00 20 16 c8 00 00 80 00 20 |........
...... |
00004370 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e0 c4
|............. ..|
00004380 0c 00 c8 00 1c 00 c8 00 20 18 c8 00 00 80 00 20 |........
...... |
00004390 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e4 66
|............. .f|
000043a0 0d 00 c8 00 1d 00 c8 00 20 1a c8 00 00 80 00 20 |........
...... |
000043b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 3f c6
|............. ?.|
000043c0 0e 00 c8 00 1e 00 c8 00 20 1c c8 00 00 80 00 20 |........
...... |
000043d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 51 67
|............. Qg|
000043e0 0f 00 c8 00 1f 00 c8 00 20 1e c8 00 00 80 00 20 |........
...... |
000043f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8a c7
|............. ..|
00004400 00 00 d0 00 10 00 d0 00 20 00 d0 00 e0 5f 00 20 |........
...._. |
00004410 00 00 01 00 00 00 00 00 00 00 00 00 00 20 c6 cd
|............. ..|
00004420 01 00 d0 00 11 00 d0 00 20 02 d0 00 00 80 00 20 |........
...... |
00004430 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bb 56
|............. .V|
00004440 02 00 d0 00 12 00 d0 00 20 04 d0 00 00 80 00 20 |........
...... |
00004450 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d5 f7
|............. ..|
00004460 03 00 d0 00 13 00 d0 00 20 06 d0 00 00 80 00 20 |........
...... |
00004470 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0e 57
|............. .W|
00004480 04 00 d0 00 14 00 d0 00 20 08 d0 00 00 80 00 20 |........
...... |
00004490 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0a f5
|............. ..|
000044a0 05 00 d0 00 15 00 d0 00 20 0a d0 00 00 80 00 20 |........
...... |
000044b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d1 55
|............. .U|
000044c0 06 00 d0 00 16 00 d0 00 20 0c d0 00 00 80 00 20 |........
...... |
000044d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bf f4
|............. ..|
000044e0 07 00 d0 00 17 00 d0 00 20 0e d0 00 00 80 00 20 |........
...... |
000044f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 64 54
|............. dT|
00004500 08 00 d0 00 18 00 d0 00 20 10 d0 00 00 80 00 20 |........
...... |
00004510 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b4 f0
|............. ..|
00004520 09 00 d0 00 19 00 d0 00 20 12 d0 00 00 80 00 20 |........
...... |
00004530 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6f 50
|............. oP|
00004540 0a 00 d0 00 1a 00 d0 00 20 14 d0 00 00 80 00 20 |........
...... |
00004550 00 00 03 00 00 00 00 00 00 00 00 00 00 20 01 f1
|............. ..|
00004560 0b 00 d0 00 1b 00 d0 00 20 16 d0 00 00 80 00 20 |........
...... |
00004570 00 00 03 00 00 00 00 00 00 00 00 00 00 20 da 51
|............. .Q|
00004580 0c 00 d0 00 1c 00 d0 00 20 18 d0 00 00 80 00 20 |........
...... |
00004590 00 00 03 00 00 00 00 00 00 00 00 00 00 20 de f3
|............. ..|
000045a0 0d 00 d0 00 1d 00 d0 00 20 1a d0 00 00 80 00 20 |........
...... |
000045b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 05 53
|............. .S|
000045c0 0e 00 d0 00 1e 00 d0 00 20 1c d0 00 00 80 00 20 |........
...... |
000045d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6b f2
|............. k.|
000045e0 0f 00 d0 00 1f 00 d0 00 20 1e d0 00 00 80 00 20 |........
...... |
000045f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b0 52
|............. .R|
00004600 00 00 d8 00 10 00 d8 00 20 00 d8 00 e0 5f 00 20 |........
...._. |
00004610 00 00 01 00 00 00 00 00 00 00 00 00 00 20 d0 be
|............. ..|
00004620 01 00 d8 00 11 00 d8 00 20 02 d8 00 00 80 00 20 |........
...... |
00004630 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ad 25
|............. .%|
00004640 02 00 d8 00 12 00 d8 00 20 04 d8 00 00 80 00 20 |........
...... |
00004650 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c3 84
|............. ..|
00004660 03 00 d8 00 13 00 d8 00 20 06 d8 00 00 80 00 20 |........
...... |
00004670 00 00 03 00 00 00 00 00 00 00 00 00 00 20 18 24
|............. .$|
00004680 04 00 d8 00 14 00 d8 00 20 08 d8 00 00 80 00 20 |........
...... |
00004690 00 00 03 00 00 00 00 00 00 00 00 00 00 20 1c 86
|............. ..|
000046a0 05 00 d8 00 15 00 d8 00 20 0a d8 00 00 80 00 20 |........
...... |
000046b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c7 26
|............. .&|
000046c0 06 00 d8 00 16 00 d8 00 20 0c d8 00 00 80 00 20 |........
...... |
000046d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a9 87
|............. ..|
000046e0 07 00 d8 00 17 00 d8 00 20 0e d8 00 00 80 00 20 |........
...... |
000046f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 72 27
|............. r'|
00004700 08 00 d8 00 18 00 d8 00 20 10 d8 00 00 80 00 20 |........
...... |
00004710 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a2 83
|............. ..|
00004720 09 00 d8 00 19 00 d8 00 20 12 d8 00 00 80 00 20 |........
...... |
00004730 00 00 03 00 00 00 00 00 00 00 00 00 00 20 79 23
|............. y#|
00004740 0a 00 d8 00 1a 00 d8 00 20 14 d8 00 00 80 00 20 |........
...... |
00004750 00 00 03 00 00 00 00 00 00 00 00 00 00 20 17 82
|............. ..|
00004760 0b 00 d8 00 1b 00 d8 00 20 16 d8 00 00 80 00 20 |........
...... |
00004770 00 00 03 00 00 00 00 00 00 00 00 00 00 20 cc 22
|............. ."|
00004780 0c 00 d8 00 1c 00 d8 00 20 18 d8 00 00 80 00 20 |........
...... |
00004790 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c8 80
|............. ..|
000047a0 0d 00 d8 00 1d 00 d8 00 20 1a d8 00 00 80 00 20 |........
...... |
000047b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 13 20
|............. . |
000047c0 0e 00 d8 00 1e 00 d8 00 20 1c d8 00 00 80 00 20 |........
...... |
000047d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 7d 81
|............. }.|
000047e0 0f 00 d8 00 1f 00 d8 00 20 1e d8 00 00 80 00 20 |........
...... |
000047f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a6 21
|............. .!|
00004800 00 00 e0 00 10 00 e0 00 20 00 e0 00 e0 5f 00 20 |........
...._. |
00004810 00 00 01 00 00 00 00 00 00 00 00 00 00 20 b1 a7
|............. ..|
00004820 01 00 e0 00 11 00 e0 00 20 02 e0 00 00 80 00 20 |........
...... |
00004830 00 00 03 00 00 00 00 00 00 00 00 00 00 20 cc 3c
|............. .<|
00004840 02 00 e0 00 12 00 e0 00 20 04 e0 00 00 80 00 20 |........
...... |
00004850 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a2 9d
|............. ..|
00004860 03 00 e0 00 13 00 e0 00 20 06 e0 00 00 80 00 20 |........
...... |
00004870 00 00 03 00 00 00 00 00 00 00 00 00 00 20 79 3d
|............. y=|
00004880 04 00 e0 00 14 00 e0 00 20 08 e0 00 00 80 00 20 |........
...... |
00004890 00 00 03 00 00 00 00 00 00 00 00 00 00 20 7d 9f
|............. }.|
000048a0 05 00 e0 00 15 00 e0 00 20 0a e0 00 00 80 00 20 |........
...... |
000048b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a6 3f
|............. .?|
000048c0 06 00 e0 00 16 00 e0 00 20 0c e0 00 00 80 00 20 |........
...... |
000048d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c8 9e
|............. ..|
000048e0 07 00 e0 00 17 00 e0 00 20 0e e0 00 00 80 00 20 |........
...... |
000048f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 13 3e
|............. .>|
00004900 08 00 e0 00 18 00 e0 00 20 10 e0 00 00 80 00 20 |........
...... |
00004910 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c3 9a
|............. ..|
00004920 09 00 e0 00 19 00 e0 00 20 12 e0 00 00 80 00 20 |........
...... |
00004930 00 00 03 00 00 00 00 00 00 00 00 00 00 20 18 3a
|............. .:|
00004940 0a 00 e0 00 1a 00 e0 00 20 14 e0 00 00 80 00 20 |........
...... |
00004950 00 00 03 00 00 00 00 00 00 00 00 00 00 20 76 9b
|............. v.|
00004960 0b 00 e0 00 1b 00 e0 00 20 16 e0 00 00 80 00 20 |........
...... |
00004970 00 00 03 00 00 00 00 00 00 00 00 00 00 20 ad 3b
|............. .;|
00004980 0c 00 e0 00 1c 00 e0 00 20 18 e0 00 00 80 00 20 |........
...... |
00004990 00 00 03 00 00 00 00 00 00 00 00 00 00 20 a9 99
|............. ..|
000049a0 0d 00 e0 00 1d 00 e0 00 20 1a e0 00 00 80 00 20 |........
...... |
000049b0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 72 39
|............. r9|
000049c0 0e 00 e0 00 1e 00 e0 00 20 1c e0 00 00 80 00 20 |........
...... |
000049d0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 1c 98
|............. ..|
000049e0 0f 00 e0 00 1f 00 e0 00 20 1e e0 00 00 80 00 20 |........
...... |
000049f0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 c7 38
|............. .8|
00004a00 00 00 e8 00 10 00 e8 00 20 00 e8 00 e0 5f 00 20 |........
...._. |
00004a10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 a7 d4
|............. ..|
00004a20 01 00 e8 00 11 00 e8 00 20 02 e8 00 00 80 00 20 |........
...... |
00004a30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 da 4f
|............. .O|
00004a40 02 00 e8 00 12 00 e8 00 20 04 e8 00 00 80 00 20 |........
...... |
00004a50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b4 ee
|............. ..|
00004a60 03 00 e8 00 13 00 e8 00 20 06 e8 00 00 80 00 20 |........
...... |
00004a70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6f 4e
|............. oN|
00004a80 04 00 e8 00 14 00 e8 00 20 08 e8 00 00 80 00 20 |........
...... |
00004a90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 6b ec
|............. k.|
00004aa0 05 00 e8 00 15 00 e8 00 20 0a e8 00 00 80 00 20 |........
...... |
00004ab0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 b0 4c
|............. .L|
00004ac0 06 00 e8 00 16 00 e8 00 20 0c e8 00 00 80 00 20 |........
...... |
00004ad0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 de ed
|............. ..|
00004ae0 07 00 e8 00 17 00 e8 00 20 0e e8 00 00 80 00 20 |........
...... |
00004af0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 05 4d
|............. .M|
00004b00 08 00 e8 00 18 00 e8 00 20 10 e8 00 00 80 00 20 |........
...... |
00004b10 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d5 e9
|............. ..|
00004b20 09 00 e8 00 19 00 e8 00 20 12 e8 00 00 80 00 20 |........
...... |
00004b30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0e 49
|............. .I|
00004b40 0a 00 e8 00 1a 00 e8 00 20 14 e8 00 00 80 00 20 |........
...... |
00004b50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 60 e8
|............. `.|
00004b60 0b 00 e8 00 1b 00 e8 00 20 16 e8 00 00 80 00 20 |........
...... |
00004b70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bb 48
|............. .H|
00004b80 0c 00 e8 00 1c 00 e8 00 20 18 e8 00 00 80 00 20 |........
...... |
00004b90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 bf ea
|............. ..|
00004ba0 0d 00 e8 00 1d 00 e8 00 20 1a e8 00 00 80 00 20 |........
...... |
00004bb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 64 4a
|............. dJ|
00004bc0 0e 00 e8 00 1e 00 e8 00 20 1c e8 00 00 80 00 20 |........
...... |
00004bd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 0a eb
|............. ..|
00004be0 0f 00 e8 00 1f 00 e8 00 20 1e e8 00 00 80 00 20 |........
...... |
00004bf0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 d1 4b
|............. .K|
00004c00 00 00 f0 00 10 00 f0 00 20 00 f0 00 e0 5f 00 20 |........
...._. |
00004c10 00 00 01 00 00 00 00 00 00 00 00 00 00 20 9d 41
|............. .A|
00004c20 01 00 f0 00 11 00 f0 00 20 02 f0 00 00 80 00 20 |........
...... |
00004c30 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e0 da
|............. ..|
00004c40 02 00 f0 00 12 00 f0 00 20 04 f0 00 00 80 00 20 |........
...... |
00004c50 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8e 7b
|............. .{|
00004c60 03 00 f0 00 13 00 f0 00 20 06 f0 00 00 80 00 20 |........
...... |
00004c70 00 00 03 00 00 00 00 00 00 00 00 00 00 20 55 db
|............. U.|
00004c80 04 00 f0 00 14 00 f0 00 20 08 f0 00 00 80 00 20 |........
...... |
00004c90 00 00 03 00 00 00 00 00 00 00 00 00 00 20 51 79
|............. Qy|
00004ca0 05 00 f0 00 15 00 f0 00 20 0a f0 00 00 80 00 20 |........
...... |
00004cb0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 8a d9
|............. ..|
00004cc0 06 00 f0 00 16 00 f0 00 20 0c f0 00 00 80 00 20 |........
...... |
00004cd0 00 00 03 00 00 00 00 00 00 00 00 00 00 20 e4 78
|............. .x|
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Please help RAID1 complete fail no superblock
2016-11-22 23:04 ` YK
@ 2016-11-22 23:08 ` YK
2016-11-26 17:45 ` YK
1 sibling, 0 replies; 12+ messages in thread
From: YK @ 2016-11-22 23:08 UTC (permalink / raw)
To: Phil Turmel
Cc: linux-raid@vger.kernel.org, antlists@youngman.org.uk,
george.rapp@gmail.com
On 11/23/2016 12:01 AM, Phil Turmel wrote:
>> Please provide the output of these two commands in separate
>> replies (they'll be too big for one reply):
>>
>> dd if=/dev/sdb1 bs=4k count=4k |hexdump -C |head -n1000
>>
>> dd if=/dev/sdc bs=4k count=4k |hexdump -C |head -n1000
And here is the output for sdc
dd if=/dev/sdc bs=4k count=4k |hexdump -C |head -n1000
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
000001c0 02 00 ee ff ff ff 01 00 00 00 ff ff ff ff 00 00
|................|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa
|..............U.|
00000200 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI
PART....\...|
00000210 18 2e 18 cc 00 00 00 00 01 00 00 00 00 00 00 00
|................|
00000220 af a3 50 5d 01 00 00 00 22 00 00 00 00 00 00 00
|..P]....".......|
00000230 8e a3 50 5d 01 00 00 00 14 93 43 88 89 57 07 4e
|..P]......C..W.N|
00000240 b7 d5 77 5d 6d 5d 98 c1 02 00 00 00 00 00 00 00
|..w]m]..........|
00000250 80 00 00 00 80 00 00 00 86 d2 54 ab 00 00 00 00
|..........T.....|
00000260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00100000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS
.....|
00100010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00
|........?.......|
00100020 00 00 00 00 80 00 80 00 ff ef ff ff 00 00 00 00
|................|
00100030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00
|................|
00100040 f6 00 00 00 01 00 00 00 c7 2d 8d 4e 78 8d 4e 7a
|.........-.Nx.Nz|
00100050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07
|.....3.....|.h..|
00100060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e
|..hf......f.>..N|
00100070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb
|TFSu..A..U..r...|
00100080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec
|U.u.....u.......|
00100090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13
|.h...H..........|
001000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3
|.....X.r.;...u..|
001000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8
|........Z3... +.|
001000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8
|f...............|
001000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d
|K.+.w......f#.u-|
001000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16
|f..TCPAu$....r..|
001000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66
|h...hp..h..fSfSf|
00100100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf
|U...h..fa....3..|
00100110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e
|(........_...f`.|
00100120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00
|.f...f.....fh...|
00100130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e
|.fP.Sh..h...B...|
00100140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f
|.......fY[ZfYfY.|
00100150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff
|....f...........|
00100160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00
|...u...fa.......|
00100170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00
|..............<.|
00100180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20
|t.............A |
00100190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read
error |
001001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d
|occurred...BOOTM|
001001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is
missing...|
001001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is
compr|
001001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74
|essed...Press Ct|
001001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del
to re|
001001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa
|start.........U.|
00100200 07 00 42 00 4f 00 4f 00 54 00 4d 00 47 00 52 00
|..B.O.O.T.M.G.R.|
00100210 04 00 24 00 49 00 33 00 30 00 00 d4 00 00 00 24
|..$.I.3.0......$|
00100220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00100250 00 00 00 00 00 00 eb 22 90 90 05 00 4e 00 54 00
|......."....N.T.|
00100260 4c 00 44 00 52 00 00 00 00 00 00 00 00 00 00 00
|L.D.R...........|
00100270 00 00 00 00 00 00 00 00 00 00 66 0f b7 06 0b 00
|..........f.....|
00100280 66 0f b6 1e 0d 00 66 f7 e3 66 a3 52 02 66 8b 0e
|f.....f..f.R.f..|
00100290 40 00 80 f9 00 0f 8f 0e 00 f6 d9 66 b8 01 00 00
|@..........f....|
001002a0 00 66 d3 e0 eb 08 90 66 a1 52 02 66 f7 e1 66 a3
|.f.....f.R.f..f.|
001002b0 66 02 66 0f b7 1e 0b 00 66 33 d2 66 f7 f3 66 a3
|f.f.....f3.f..f.|
001002c0 56 02 e8 95 04 66 8b 0e 4e 02 66 89 0e 26 02 66
|V....f..N.f..&.f|
001002d0 03 0e 66 02 66 89 0e 2a 02 66 03 0e 66 02 66 89
|..f.f..*.f..f.f.|
001002e0 0e 2e 02 66 03 0e 66 02 66 89 0e 3e 02 66 03 0e
|...f..f.f..>.f..|
001002f0 66 02 66 89 0e 46 02 66 b8 90 00 00 00 66 8b 0e
|f.f..F.f.....f..|
00100300 26 02 e8 83 09 66 0b c0 0f 84 5e fe 66 a3 32 02
|&....f....^.f.2.|
00100310 66 b8 a0 00 00 00 66 8b 0e 2a 02 e8 6a 09 66 a3
|f.....f..*..j.f.|
00100320 36 02 66 b8 b0 00 00 00 66 8b 0e 2e 02 e8 58 09
|6.f.....f.....X.|
00100330 66 a3 3a 02 66 a1 32 02 66 0b c0 0f 84 2b fe 67
|f.:.f.2.f....+.g|
00100340 80 78 08 00 0f 85 22 fe 67 66 8d 50 10 67 03 42
|.x....".gf.P.g.B|
00100350 04 67 66 0f b6 48 0c 66 89 0e 72 02 67 66 8b 48
|.gf..H.f..r.gf.H|
00100360 08 66 89 0e 6e 02 66 a1 6e 02 66 0f b7 0e 0b 00
|.f..n.f.n.f.....|
00100370 66 33 d2 66 f7 f1 66 a3 76 02 66 a1 46 02 66 03
|f3.f..f.v.f.F.f.|
00100380 06 6e 02 66 a3 4a 02 66 83 3e 36 02 00 0f 84 1d
|.n.f.J.f.>6.....|
00100390 00 66 83 3e 3a 02 00 0f 84 cf fd 66 8b 1e 3a 02
|.f.>:......f..:.|
001003a0 1e 07 66 8b 3e 4a 02 66 a1 2e 02 e8 e0 01 66 0f
|..f.>J.f......f.|
001003b0 b7 0e 00 02 66 b8 02 02 00 00 e8 22 08 66 0b c0
|....f......".f..|
001003c0 0f 85 16 00 66 0f b7 0e 5a 02 66 b8 5c 02 00 00
|....f...Z.f.\...|
001003d0 e8 0c 08 66 0b c0 0f 84 42 0c 67 66 8b 00 1e 07
|...f....B.gf....|
001003e0 66 8b 3e 3e 02 e8 3f 06 66 a1 3e 02 66 bb 20 00
|f.>>..?.f.>.f. .|
001003f0 00 00 66 b9 00 00 00 00 66 ba 00 00 00 00 e8 e4
|..f.....f.......|
00100400 00 66 85 c0 0f 85 23 00 66 a1 3e 02 66 bb 80 00
|.f....#.f.>.f...|
00100410 00 00 66 b9 00 00 00 00 66 ba 00 00 00 00 e8 c4
|..f.....f.......|
00100420 00 66 0b c0 0f 85 44 00 e9 f1 0b 66 33 d2 66 b9
|.f....D....f3.f.|
00100430 80 00 00 00 66 a1 3e 02 e8 ca 08 66 0b c0 0f 84
|....f.>....f....|
00100440 da 0b 1e 07 66 8b 3e 3e 02 e8 db 05 66 a1 3e 02
|....f.>>....f.>.|
00100450 66 bb 80 00 00 00 66 b9 00 00 00 00 66 ba 00 00
|f.....f.....f...|
00100460 00 00 e8 80 00 66 0b c0 0f 84 b0 0b 67 66 0f b7
|.....f......gf..|
00100470 58 0c 66 81 e3 ff 00 00 00 0f 85 a5 0b 66 8b d8
|X.f..........f..|
00100480 68 00 20 07 66 2b ff 66 a1 3e 02 e8 00 01 68 00 |h.
.f+.f.>....h.|
00100490 20 07 66 2b ff 66 a1 3e 02 e8 ac 0a 8a 16 0e 00 |
.f+.f.>........|
001004a0 b8 e8 03 8e c0 8d 36 0b 00 2b c0 68 00 20 50 cb
|......6..+.h. P.|
001004b0 06 1e 66 60 66 8b da 66 0f b6 0e 0d 00 66 f7 e1
|..f`f..f.....f..|
001004c0 66 a3 11 00 66 8b c3 66 f7 e1 a3 16 00 8b df 83
|f...f..f........|
001004d0 e3 0f 8c c0 66 c1 ef 04 03 c7 50 07 e8 3e fc 66
|....f.....P..>.f|
001004e0 61 90 1f 07 c3 67 03 40 14 67 66 83 38 ff 0f 84
|a....g.@.gf.8...|
001004f0 4c 00 67 66 39 18 0f 85 33 00 66 0b c9 0f 85 0a
|L.gf9...3.f.....|
00100500 00 67 80 78 09 00 0f 85 23 00 c3 67 3a 48 09 0f
|.g.x....#..g:H..|
00100510 85 1a 00 66 8b f0 67 03 70 0a e8 97 06 66 51 1e
|...f..g.p....fQ.|
00100520 07 66 8b fa f3 a7 66 59 0f 85 01 00 c3 67 66 83
|.f....fY.....gf.|
00100530 78 04 00 0f 84 07 00 67 66 03 40 04 eb ab 66 2b
|x......gf.@...f+|
00100540 c0 c3 66 8b f3 e8 6c 06 67 66 03 00 67 f7 40 0c
|..f...l.gf..g.@.|
00100550 02 00 0f 85 34 00 67 66 8d 50 10 67 3a 4a 40 0f
|....4.gf.P.g:J@.|
00100560 85 18 00 67 66 8d 72 42 e8 49 06 66 51 1e 07 66
|...gf.rB.I.fQ..f|
00100570 8b fb f3 a7 66 59 0f 85 01 00 c3 67 83 78 08 00
|....fY.....g.x..|
00100580 0f 84 06 00 67 03 40 08 eb c2 66 33 c0 c3 67 80
|....g.@...f3..g.|
00100590 7b 08 00 0f 85 1c 00 06 1e 66 60 67 66 8d 53 10
|{........f`gf.S.|
001005a0 67 66 8b 0a 66 8b f3 67 03 72 04 f3 a4 66 61 90
|gf..f..g.r...fa.|
001005b0 1f 07 c3 66 50 67 66 8d 53 10 66 85 c0 0f 85 0a
|...fPgf.S.f.....|
001005c0 00 67 66 8b 4a 08 66 41 eb 11 90 67 66 8b 42 18
|.gf.J.fA...gf.B.|
001005d0 66 33 d2 66 f7 36 52 02 66 8b c8 66 2b c0 66 5e
|f3.f.6R.f..f+.f^|
001005e0 e8 01 00 c3 06 1e 66 60 67 80 7b 08 01 0f 84 03
|......f`g.{.....|
001005f0 00 e9 76 fb 66 83 f9 00 0f 85 06 00 66 61 90 1f
|..v.f.......fa..|
00100600 07 c3 66 53 66 50 66 51 66 56 66 57 06 e8 91 04
|..fSfPfQfVfW....|
00100610 66 8b d1 07 66 5f 66 5e 66 59 66 85 c0 0f 84 34
|f...f_f^fYf....4|
00100620 00 66 3b ca 0f 8d 03 00 66 8b d1 e8 82 fe 66 2b
|.f;.....f.....f+|
00100630 ca 66 8b da 66 8b c2 66 0f b6 16 0d 00 66 f7 e2
|.f..f..f.....f..|
00100640 66 0f b7 16 0b 00 66 f7 e2 66 03 f8 66 58 66 03
|f.....f..f..fXf.|
00100650 c3 66 5b eb 9f 66 85 f6 0f 84 0e fb 66 51 66 57
|.f[..f......fQfW|
00100660 06 67 66 0f b6 43 09 66 85 c0 0f 84 20 00 66 d1 |.gf..C.f....
.f.|
00100670 e0 66 2b e0 66 8b fc 66 54 66 56 67 66 0f b7 73
|.f+.f..fTfVgf..s|
00100680 0a 66 03 f3 66 8b c8 f3 a4 66 5e eb 03 90 66 50
|.f..f....f^...fP|
00100690 66 50 67 66 8b 03 66 50 67 66 8b 43 18 66 50 67
|fPgf..fPgf.C.fPg|
001006a0 66 8b 56 20 66 85 d2 0f 84 0b 00 66 8b fe 1e 07 |f.V
f......f....|
001006b0 66 8b c2 e8 71 03 66 8b c6 66 5a 66 59 66 42 66
|f...q.f..fZfYfBf|
001006c0 51 66 56 e8 3f 06 66 85 c0 0f 84 9d fa 66 5e 66
|QfV.?.f......f^f|
001006d0 59 66 8b fe 1e 07 e8 4e 03 66 8b c6 66 8b d9 66
|Yf.....N.f..f..f|
001006e0 59 66 5a 66 51 66 56 66 d1 e9 e8 f8 fd 66 85 c0
|YfZfQfVf.....f..|
001006f0 0f 84 76 fa 66 5e 66 59 66 03 e1 07 66 5f 66 59
|..v.f^fYf...f_fY|
00100700 66 8b d0 66 58 66 5b 66 8b da e9 f5 fe 06 1e 66
|f..fXf[f.......f|
00100710 60 26 67 66 0f b7 5f 04 26 67 66 0f b7 4f 06 66
|`&gf.._.&gf..O.f|
00100720 0b c9 0f 84 44 fa 66 03 df 66 83 c3 02 66 81 c7
|....D.f..f...f..|
00100730 fe 01 00 00 66 49 66 0b c9 0f 84 17 00 26 67 8b
|....fIf......&g.|
00100740 03 26 67 89 07 66 83 c3 02 66 81 c7 00 02 00 00
|.&g..f...f......|
00100750 66 49 eb e2 66 61 90 1f 07 c3 06 1e 66 60 66 b8
|fI..fa......f`f.|
00100760 01 00 00 00 66 a3 22 02 66 a1 1e 02 66 03 06 66
|....f.".f...f..f|
00100770 02 66 a3 6a 02 66 03 06 66 02 66 a3 4e 02 66 a1
|.f.j.f..f.f.N.f.|
00100780 30 00 66 0f b6 1e 0d 00 66 f7 e3 66 8b 1e 4e 02
|0.f.....f..f..N.|
00100790 66 89 07 66 a3 11 00 83 c3 04 66 a1 56 02 66 89
|f..f......f.V.f.|
001007a0 07 a3 16 00 83 c3 04 66 89 1e 4e 02 66 8b 1e 1e
|.......f..N.f...|
001007b0 02 1e 07 e8 67 f9 66 8b fb e8 51 ff 66 a1 1e 02
|....g.f...Q.f...|
001007c0 66 bb 20 00 00 00 66 b9 00 00 00 00 66 ba 00 00 |f.
...f.....f...|
001007d0 00 00 e8 10 fd 66 0b c0 0f 84 19 01 66 8b d8 1e
|.....f......f...|
001007e0 07 66 8b 3e 1a 02 66 33 c0 e8 a2 fd 66 8b 1e 1a
|.f.>..f3....f...|
001007f0 02 66 81 3f 80 00 00 00 0f 84 eb 00 03 5f 04 eb
|.f.?........._..|
00100800 f0 66 53 66 8b 47 10 66 f7 26 56 02 66 50 66 33
|.fSf.G.f.&V.fPf3|
00100810 d2 66 0f b6 1e 0d 00 66 f7 f3 66 52 e8 dc 00 66
|.f.....f..fR...f|
00100820 0b c0 0f 84 44 f9 66 8b 0e 56 02 66 0f b6 1e 0d
|....D.f..V.f....|
00100830 00 66 f7 e3 66 5a 66 03 c2 66 8b 1e 4e 02 66 89
|.f..fZf..f..N.f.|
00100840 07 83 c3 04 66 0f b6 06 0d 00 66 2b c2 66 3b c1
|....f.....f+.f;.|
00100850 0f 86 03 00 66 8b c1 66 89 07 66 2b c8 66 5a 0f
|....f..f..f+.fZ.|
00100860 84 75 00 66 03 c2 66 50 66 33 d2 66 0f b6 1e 0d
|.u.f..fPf3.f....|
00100870 00 66 f7 f3 66 51 e8 82 00 66 59 66 0b c0 0f 84
|.f..fQ...fYf....|
00100880 e8 f8 66 0f b6 1e 0d 00 66 f7 e3 66 8b 1e 4e 02
|..f.....f..f..N.|
00100890 66 8b 17 83 c3 04 66 03 17 66 3b d0 0f 85 15 00
|f.....f..f;.....|
001008a0 66 0f b6 06 0d 00 66 3b c1 0f 86 03 00 66 8b c1
|f.....f;.....f..|
001008b0 66 01 07 eb a5 83 c3 04 66 89 1e 4e 02 66 89 07
|f.......f..N.f..|
001008c0 83 c3 04 66 0f b6 06 0d 00 66 3b c1 0f 86 03 00
|...f.....f;.....|
001008d0 66 8b c1 66 89 07 eb 82 83 c3 04 66 ff 06 22 02
|f..f.......f..".|
001008e0 66 89 1e 4e 02 66 5b 03 5f 04 66 81 3f 80 00 00
|f..N.f[._.f.?...|
001008f0 00 0f 84 0c ff 66 61 90 1f 07 c3 66 8b d0 66 8b
|.....fa....f..f.|
00100900 0e 22 02 66 8b 36 6a 02 66 03 36 66 02 66 52 66
|.".f.6j.f.6f.fRf|
00100910 51 66 52 66 8b 1e 6a 02 66 8b 3e 56 02 66 8b 04
|QfRf..j.f.>V.f..|
00100920 66 a3 11 00 83 c6 04 66 8b 04 a3 16 00 83 c6 04
|f......f........|
00100930 1e 07 e8 e8 f7 66 2b f8 0f 84 08 00 f7 26 0b 00
|.....f+......&..|
00100940 03 d8 eb d9 66 8b 3e 6a 02 1e 07 e8 bf fd 66 a1
|....f.>j......f.|
00100950 6a 02 66 bb 80 00 00 00 66 b9 00 00 00 00 66 8b
|j.f.....f.....f.|
00100960 d1 e8 81 fb 66 0b c0 0f 84 ff f7 66 8b d8 66 58
|....f......f..fX|
00100970 66 56 e8 2c 01 66 5e 66 0b c0 0f 84 05 00 66 5b
|fV.,.f^f......f[|
00100980 66 5b c3 66 59 66 5a e2 84 66 33 c0 c3 06 1e 66
|f[.fYfZ..f3....f|
00100990 60 66 50 66 51 66 33 d2 66 0f b6 1e 0d 00 66 f7
|`fPfQf3.f.....f.|
001009a0 f3 66 52 66 57 e8 53 ff 66 5f 66 0b c0 0f 84 b9
|.fRfW.S.f_f.....|
001009b0 f7 66 0f b6 1e 0d 00 66 f7 e3 66 5a 66 03 c2 66
|.f.....f..fZf..f|
001009c0 a3 11 00 66 59 66 0f b6 1e 0d 00 66 3b cb 0f 8e
|...fYf.....f;...|
001009d0 13 00 89 1e 16 00 66 2b cb 66 58 66 03 c3 66 50
|......f+.fXf..fP|
001009e0 66 51 eb 14 90 66 58 66 03 c1 66 50 89 0e 16 00
|fQ...fXf..fP....|
001009f0 66 b9 00 00 00 00 66 51 06 66 57 8b df 83 e3 0f
|f.....fQ.fW.....|
00100a00 8c c0 66 c1 ef 04 03 c7 50 07 e8 10 f7 66 5f 07
|..f.....P....f_.|
00100a10 66 03 3e 52 02 66 59 66 58 66 83 f9 00 0f 8f 70
|f.>R.fYfXf.....p|
00100a20 ff 66 61 90 1f 07 c3 06 1e 66 60 66 f7 26 56 02
|.fa......f`f.&V.|
00100a30 66 8b 0e 56 02 e8 55 ff e8 d2 fc 66 61 90 1f 07
|f..V..U....fa...|
00100a40 c3 06 1e 66 60 66 f7 26 72 02 66 8b 1e 36 02 66
|...f`f.&r.f..6.f|
00100a50 8b 0e 72 02 66 8b 36 2a 02 1e 07 66 8b 3e 46 02
|..r.f.6*...f.>F.|
00100a60 e8 81 fb e8 a7 fc 66 61 90 1f 07 c3 66 50 66 53
|......fa....fPfS|
00100a70 66 51 66 8b 1e 4a 02 66 8b c8 66 c1 e8 03 66 83
|fQf..J.f..f...f.|
00100a80 e1 07 66 03 d8 66 b8 01 00 00 00 66 d3 e0 67 84
|..f..f.....f..g.|
00100a90 03 0f 84 04 00 f8 eb 02 90 f9 66 59 66 5b 66 58
|..........fYf[fX|
00100aa0 c3 67 80 7b 08 01 0f 84 04 00 66 2b c0 c3 67 66
|.g.{......f+..gf|
00100ab0 8d 73 10 67 66 8b 56 08 66 3b c2 0f 87 0b 00 67
|.s.gf.V.f;.....g|
00100ac0 66 8b 16 66 3b c2 0f 83 04 00 66 2b c0 c3 67 03
|f..f;.....f+..g.|
00100ad0 5e 10 66 2b f6 67 80 3b 00 0f 84 3e 00 e8 81 00
|^.f+.g.;...>....|
00100ae0 66 03 f1 e8 39 00 66 03 ca 66 3b c1 0f 8c 21 00
|f...9.f..f;...!.|
00100af0 66 8b d1 66 50 67 66 0f b6 0b 66 8b c1 66 83 e0
|f..fPgf...f..f..|
00100b00 0f 66 c1 e9 04 66 03 d9 66 03 d8 66 43 66 58 eb
|.f...f..f..fCfX.|
00100b10 c4 66 2b c8 66 2b c2 66 03 c6 c3 66 2b c0 c3 66
|.f+.f+.f...f+..f|
00100b20 2b c9 67 8a 0b 80 e1 0f 66 83 f9 00 0f 85 04 00
|+.g.....f.......|
00100b30 66 2b c9 c3 66 53 66 52 66 03 d9 67 66 0f be 13
|f+..fSfRf..gf...|
00100b40 66 49 66 4b 66 83 f9 00 0f 84 0d 00 66 c1 e2 08
|fIfKf.......f...|
00100b50 67 8a 13 66 4b 66 49 eb eb 66 8b ca 66 5a 66 5b
|g..fKfI..f..fZf[|
00100b60 c3 66 53 66 52 66 2b d2 67 8a 13 66 83 e2 0f 66
|.fSfRf+.g..f...f|
00100b70 2b c9 67 8a 0b c0 e9 04 66 83 f9 00 0f 85 08 00
|+.g.....f.......|
00100b80 66 2b c9 66 5a 66 5b c3 66 03 da 66 03 d9 67 66
|f+.fZf[.f..f..gf|
00100b90 0f be 13 66 49 66 4b 66 83 f9 00 0f 84 0d 00 66
|...fIfKf.......f|
00100ba0 c1 e2 08 67 8a 13 66 4b 66 49 eb eb 66 8b ca 66
|...g..fKfI..f..f|
00100bb0 5a 66 5b c3 66 0b c9 0f 85 01 00 c3 66 51 66 56
|Zf[.f.......fQfV|
00100bc0 67 83 3e 61 0f 8c 0c 00 67 83 3e 7a 0f 8f 04 00
|g.>a....g.>z....|
00100bd0 67 83 2e 20 66 83 c6 02 e2 e6 66 5e 66 59 c3 66 |g..
f.....f^fY.f|
00100be0 50 66 51 66 8b d0 66 a1 32 02 67 66 8d 58 10 67
|PfQf..f.2.gf.X.g|
00100bf0 03 43 04 67 66 8d 40 10 66 8b da e8 44 f9 66 0b
|.C.gf.@.f...D.f.|
00100c00 c0 0f 84 05 00 66 59 66 59 c3 66 a1 36 02 66 0b
|.....fYfY.f.6.f.|
00100c10 c0 0f 85 08 00 66 59 66 59 66 33 c0 c3 66 8b 16
|.....fYfYf3..f..|
00100c20 36 02 67 66 8d 52 10 67 66 8b 42 18 66 33 d2 66
|6.gf.R.gf.B.f3.f|
00100c30 f7 36 6e 02 66 33 f6 66 50 66 56 66 58 66 5e 66
|.6n.f3.fPfVfXf^f|
00100c40 3b c6 0f 84 3a 00 66 56 66 40 66 50 66 48 e8 1b
|;...:.fVf@fPfH..|
00100c50 fe 72 e8 e8 eb fd 66 5a 66 5e 66 59 66 5b 66 53
|.r....fZf^fYf[fS|
00100c60 66 51 66 56 66 52 66 a1 46 02 67 66 8d 40 18 e8
|fQfVfRf.F.gf.@..|
00100c70 d0 f8 66 0b c0 74 c4 66 59 66 59 66 59 66 59 c3
|..f..t.fYfYfYfY.|
00100c80 66 59 66 59 66 33 c0 c3 66 51 66 50 66 b8 05 00
|fYfYf3..fQfPf...|
00100c90 00 00 1e 07 66 8b f9 e8 8d fd 66 8b c1 66 bb 20
|....f.....f..f. |
00100ca0 00 00 00 66 b9 00 00 00 00 66 ba 00 00 00 00 e8
|...f.....f......|
00100cb0 33 f8 66 5b 66 59 66 85 c0 0f 85 15 00 66 8b c1
|3.f[fYf......f..|
00100cc0 66 0f b7 0e 10 02 66 ba 12 02 00 00 e8 16 f8 eb
|f.....f.........|
00100cd0 33 90 66 33 d2 66 8b c1 66 8b cb 66 50 66 53 e8
|3.f3.f..f..fPfS.|
00100ce0 23 00 66 5b 66 5f 66 0b c0 0f 84 17 00 1e 07 e8
|#.f[f_f.........|
00100cf0 35 fd 66 8b c7 66 0f b7 0e 10 02 66 ba 12 02 00
|5.f..f.....f....|
00100d00 00 e8 e1 f7 c3 66 52 66 51 66 bb 20 00 00 00 66 |.....fRfQf.
...f|
00100d10 b9 00 00 00 00 66 ba 00 00 00 00 e8 c7 f7 66 0b
|.....f........f.|
00100d20 c0 0f 84 63 00 66 8b d8 1e 07 66 8b 3e 1a 02 66
|...c.f....f.>..f|
00100d30 33 c0 e8 59 f8 1e 07 66 8b 1e 1a 02 66 59 66 5a
|3..Y...f....fYfZ|
00100d40 26 66 39 0f 0f 85 0c 00 26 66 39 57 08 0f 84 31
|&f9.....&f9W...1|
00100d50 00 eb 13 90 26 66 83 3f ff 0f 84 2f 00 26 83 7f
|....&f.?.../.&..|
00100d60 04 00 0f 84 26 00 26 66 0f b7 47 04 03 d8 8b c3
|....&.&f..G.....|
00100d70 25 00 80 74 cb 8c c0 05 00 08 8e c0 81 e3 ff 7f
|%..t............|
00100d80 eb be 26 66 8b 47 10 c3 66 59 66 5a 66 33 c0 c3
|..&f.G..fYfZf3..|
00100d90 66 50 66 51 66 8b c7 66 c1 e8 04 06 59 03 c8 51
|fPfQf..f....Y..Q|
00100da0 07 66 83 e7 0f 66 59 66 58 c3 60 06 be bd 0d bf
|.f...fYfX.`.....|
00100db0 00 20 1e 07 b9 0d 00 90 f3 a5 07 61 c3 01 23 45 |.
.........a..#E|
00100dc0 67 89 ab cd ef fe dc ba 98 76 54 32 10 f0 e1 d2
|g........vT2....|
00100dd0 c3 00 00 00 00 20 20 60 8b 36 18 20 26 8a 05 88 |..... `.6.
&...|
00100de0 04 47 46 66 ff 06 14 20 81 fe 60 20 75 06 e8 5b |.GFf... ..`
u..[|
00100df0 00 be 20 20 e2 e6 89 36 18 20 61 c3 66 60 8b 36 |.. ...6.
a.f`.6|
00100e00 18 20 b0 80 88 04 46 32 c0 81 fe 60 20 75 06 e8 |.
....F2...` u..|
00100e10 3a 00 be 20 20 81 fe 58 20 75 e9 66 33 c0 66 a3 |:.. ..X
u.f3.f.|
00100e20 58 20 66 a1 14 20 66 c1 e0 03 66 0f c8 66 a3 5c |X f..
f...f..f.\|
00100e30 20 e8 18 00 bb 00 20 66 8b 07 66 0f c8 66 89 07 | .....
f..f..f..|
00100e40 83 c3 04 81 fb 34 20 75 ee 66 61 c3 66 60 bb 20 |.....4
u.fa.f`. |
00100e50 20 66 8b 07 66 0f c8 66 89 07 83 c3 04 81 fb 60 |
f..f..f.......`|
00100e60 20 75 ee bb 00 20 66 8b 0f 66 8b 57 04 66 8b 77 | u...
f..f.W.f.w|
00100e70 08 66 8b 7f 0c 66 8b 6f 10 bb 20 20 c7 06 1a 20 |.f...f.o..
... |
00100e80 30 0f c6 06 1c 20 14 90 53 8b 1e 1a 20 ff 17 66 |0....
..S... ..f|
00100e90 03 47 02 5b 66 03 e8 66 03 2f 66 8b c1 66 c1 c0
|.G.[f..f./f..f..|
00100ea0 05 66 03 c5 66 8b ef 66 8b fe 66 8b f2 66 c1 c6
|.f..f..f..f..f..|
00100eb0 1e 66 8b d1 66 8b c8 66 8b 07 66 33 47 08 66 33
|.f..f..f..f3G.f3|
00100ec0 47 20 66 33 47 34 66 d1 c0 66 89 47 40 83 c3 04 |G
f3G4f..f.G@...|
00100ed0 fe 0e 1c 20 75 b2 83 06 1a 20 06 81 3e 1a 20 48 |... u....
..>. H|
00100ee0 0f 75 9f bb 00 20 66 01 0f 66 01 57 04 66 01 77 |.u...
f..f.W.f.w|
00100ef0 08 66 01 7f 0c 66 01 6f 10 66 61 c3 66 8b c6 66
|.f...f.o.fa.f..f|
00100f00 33 c7 66 23 c2 66 33 c7 c3 66 8b c2 66 33 c6 66
|3.f#.f3..f..f3.f|
00100f10 33 c7 c3 66 53 66 8b c2 66 23 c6 66 8b da 66 23
|3..fSf..f#.f..f#|
00100f20 df 66 0b c3 66 8b de 66 23 df 66 0b c3 66 5b c3
|.f..f..f#.f..f[.|
00100f30 fc 0e 99 79 82 5a 09 0f a1 eb d9 6e 13 0f dc bc
|...y.Z.....n....|
00100f40 1b 8f 09 0f d6 c1 62 ca 06 1e 66 60 66 33 db b8
|......b...f`f3..|
00100f50 00 bb cd 1a 66 23 c0 0f 85 bb 00 66 81 fb 54 43
|....f#.....f..TC|
00100f60 50 41 0f 85 b0 00 81 f9 02 01 0f 82 a8 00 66 61
|PA............fa|
00100f70 90 1f 07 06 1e 66 60 67 80 7b 08 00 0f 85 0c 00
|.....f`g.{......|
00100f80 67 66 8d 53 10 67 66 8b 0a eb 25 90 67 66 8d 53
|gf.S.gf...%.gf.S|
00100f90 10 67 66 8b 4a 28 66 81 f9 00 00 08 00 0f 83 0c
|.gf.J(f.........|
00100fa0 00 67 66 8b 42 2c 66 23 c0 0f 84 03 00 66 33 c9
|.gf.B,f#.....f3.|
00100fb0 0e 1f e8 f5 fd 66 23 c9 0f 84 32 00 66 ba 00 80
|.....f#...2.f...|
00100fc0 00 00 66 3b ca 0f 86 1f 00 66 2b ca 06 66 51 66
|..f;.....f+..fQf|
00100fd0 57 66 52 66 8b ca e8 b7 fd e8 fb fd 66 5a 66 5f
|WfRf........fZf_|
00100fe0 66 59 07 66 03 fa eb da e8 a5 fd e8 e9 fd e8 0b
|fY.f............|
00100ff0 fe 0e 07 66 bb 54 43 50 41 66 bf 00 20 00 00 66 |...f.TCPAf..
..f|
00101000 b9 14 00 00 00 66 b8 07 bb 00 00 66 ba 0a 00 00
|.....f.....f....|
00101010 00 66 33 f6 cd 1a 66 61 90 1f 07 c3 a0 f9 01 e9
|.f3...fa........|
00101020 4b f1 a0 fa 01 e9 45 f1 00 00 00 00 00 00 00 00
|K.....E.........|
00101030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00102000 46 49 4c 45 30 00 03 00 ec 22 00 02 00 00 00 00
|FILE0...."......|
00102010 01 00 01 00 38 00 01 00 a0 01 00 00 00 04 00 00
|....8...........|
00102020 00 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00
|................|
00102030 02 00 ff ff 00 00 00 00 10 00 00 00 60 00 00 00
|............`...|
00102040 00 00 18 00 00 00 00 00 48 00 00 00 18 00 00 00
|........H.......|
00102050 f5 37 c9 87 e8 94 ce 01 f5 37 c9 87 e8 94 ce 01
|.7.......7......|
*
00102070 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00102080 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00
|................|
00102090 00 00 00 00 00 00 00 00 30 00 00 00 68 00 00 00
|........0...h...|
001020a0 00 00 18 00 00 00 03 00 4a 00 00 00 18 00 01 00
|........J.......|
001020b0 05 00 00 00 00 00 05 00 f5 37 c9 87 e8 94 ce 01
|.........7......|
001020c0 f5 37 c9 87 e8 94 ce 01 f5 37 c9 87 e8 94 ce 01
|.7.......7......|
001020d0 f5 37 c9 87 e8 94 ce 01 00 40 00 00 00 00 00 00
|.7.......@......|
001020e0 00 40 00 00 00 00 00 00 06 00 00 00 00 00 00 00
|.@..............|
001020f0 04 03 24 00 4d 00 46 00 54 00 00 00 00 00 00 00
|..$.M.F.T.......|
00102100 80 00 00 00 48 00 00 00 01 00 40 00 00 00 01 00
|....H.....@.....|
00102110 00 00 00 00 00 00 00 00 3f 00 00 00 00 00 00 00
|........?.......|
00102120 40 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00
|@...............|
00102130 00 00 04 00 00 00 00 00 00 00 04 00 00 00 00 00
|................|
00102140 31 40 00 00 0c 00 ff ff b0 00 00 00 50 00 00 00
|1@..........P...|
00102150 01 00 40 00 00 00 05 00 00 00 00 00 00 00 00 00
|..@.............|
00102160 01 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00
|........@.......|
00102170 00 20 00 00 00 00 00 00 08 10 00 00 00 00 00 00 |.
..............|
00102180 08 10 00 00 00 00 00 00 31 01 ff ff 0b 11 01 ff
|........1.......|
00102190 00 a8 6a 02 80 fa ff ff ff ff ff ff 00 00 00 00
|..j.............|
001021a0 00 00 04 00 00 00 00 00 31 40 00 00 0c 00 ff ff
|........1@......|
001021b0 b0 00 00 00 50 00 00 00 01 00 40 00 00 00 05 00
|....P.....@.....|
001021c0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00
|................|
001021d0 40 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 |@........
......|
001021e0 08 10 00 00 00 00 00 00 08 10 00 00 00 00 00 00
|................|
001021f0 31 01 ff ff 0b 11 01 ff 00 a8 6a 02 80 fa 02 00
|1.........j.....|
00102200 ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00102210 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
001023f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00
|................|
00102400 46 49 4c 45 30 00 03 00 32 23 00 02 00 00 00 00
|FILE0...2#......|
00102410 01 00 01 00 38 00 01 00 58 01 00 00 00 04 00 00
|....8...X.......|
00102420 00 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00
|................|
00102430 02 00 00 00 00 00 00 00 10 00 00 00 60 00 00 00
|............`...|
00102440 00 00 18 00 00 00 00 00 48 00 00 00 18 00 00 00
|........H.......|
00102450 f5 37 c9 87 e8 94 ce 01 f5 37 c9 87 e8 94 ce 01
|.7.......7......|
*
00102470 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00102480 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00
|................|
00102490 00 00 00 00 00 00 00 00 30 00 00 00 70 00 00 00
|........0...p...|
001024a0 00 00 18 00 00 00 02 00 52 00 00 00 18 00 01 00
|........R.......|
001024b0 05 00 00 00 00 00 05 00 f5 37 c9 87 e8 94 ce 01
|.........7......|
001024c0 f5 37 c9 87 e8 94 ce 01 f5 37 c9 87 e8 94 ce 01
|.7.......7......|
001024d0 f5 37 c9 87 e8 94 ce 01 00 10 00 00 00 00 00 00
|.7..............|
001024e0 00 10 00 00 00 00 00 00 06 00 00 00 00 00 00 00
|................|
001024f0 08 03 24 00 4d 00 46 00 54 00 4d 00 69 00 72 00
|..$.M.F.T.M.i.r.|
00102500 72 00 00 00 00 00 00 00 80 00 00 00 48 00 00 00
|r...........H...|
00102510 01 00 40 00 00 00 01 00 00 00 00 00 00 00 00 00
|..@.............|
00102520 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00
|........@.......|
00102530 00 10 00 00 00 00 00 00 00 10 00 00 00 00 00 00
|................|
00102540 00 10 00 00 00 00 00 00 11 01 02 00 00 00 00 00
|................|
00102550 ff ff ff ff 00 00 00 00 12 00 00 00 01 02 00 00
|................|
00102560 00 00 00 05 20 00 00 00 20 02 00 00 00 00 00 00 |.... ...
.......|
00102570 80 00 00 00 48 00 00 00 01 00 40 00 00 00 01 00
|....H.....@.....|
00102580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00102590 40 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00
|@...............|
001025a0 00 10 00 00 00 00 00 00 00 10 00 00 00 00 00 00
|................|
001025b0 11 01 02 00 00 00 00 00 ff ff ff ff 00 00 00 00
|................|
001025c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
001025f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00
|................|
00102600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
001027f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00
|................|
00102800 46 49 4c 45 30 00 03 00 78 23 00 02 00 00 00 00
|FILE0...x#......|
00102810 02 00 01 00 38 00 01 00 58 01 00 00 00 04 00 00
|....8...X.......|
00102820 00 00 00 00 00 00 00 00 04 00 00 00 02 00 00 00
|................|
00102830 02 00 00 00 00 00 00 00 10 00 00 00 60 00 00 00
|............`...|
00102840 00 00 18 00 00 00 00 00 48 00 00 00 18 00 00 00
|........H.......|
00102850 f5 37 c9 87 e8 94 ce 01 f5 37 c9 87 e8 94 ce 01
|.7.......7......|
*
00102870 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00102880 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00
|................|
00102890 00 00 00 00 00 00 00 00 30 00 00 00 70 00 00 00
|........0...p...|
001028a0 00 00 18 00 00 00 02 00 52 00 00 00 18 00 01 00
|........R.......|
001028b0 05 00 00 00 00 00 05 00 f5 37 c9 87 e8 94 ce 01
|.........7......|
001028c0 f5 37 c9 87 e8 94 ce 01 f5 37 c9 87 e8 94 ce 01
|.7.......7......|
001028d0 f5 37 c9 87 e8 94 ce 01 00 00 00 04 00 00 00 00
|.7..............|
001028e0 00 00 00 04 00 00 00 00 06 00 00 00 00 00 00 00
|................|
001028f0 08 03 24 00 4c 00 6f 00 67 00 46 00 69 00 6c 00
|..$.L.o.g.F.i.l.|
00102900 65 00 00 00 00 00 00 00 80 00 00 00 48 00 00 00
|e...........H...|
00102910 01 00 40 00 00 00 01 00 00 00 00 00 00 00 00 00
|..@.............|
00102920 ff 3f 00 00 00 00 00 00 40 00 00 00 00 00 00 00
|.?......@.......|
00102930 00 00 00 04 00 00 00 00 00 00 00 04 00 00 00 00
|................|
00102940 00 00 00 04 00 00 00 00 32 00 40 fe 3f 0b 00 00
|........2.@.?...|
00102950 ff ff ff ff 00 00 00 00 12 00 00 00 01 02 00 00
|................|
00102960 00 00 00 05 20 00 00 00 20 02 00 00 00 00 00 00 |.... ...
.......|
00102970 80 00 00 00 48 00 00 00 01 00 40 00 00 00 01 00
|....H.....@.....|
00102980 00 00 00 00 00 00 00 00 ff 3f 00 00 00 00 00 00
|.........?......|
00102990 40 00 00 00 00 00 00 00 00 00 00 04 00 00 00 00
|@...............|
001029a0 00 00 00 04 00 00 00 00 00 00 00 04 00 00 00 00
|................|
001029b0 32 00 40 fe 3f 0b 00 00 ff ff ff ff 00 00 00 00
|2.@.?...........|
001029c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
001029f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00
|................|
00102a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00102bf0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00
|................|
00102c00 46 49 4c 45 30 00 03 00 a3 27 00 02 00 00 00 00
|FILE0....'......|
00102c10 03 00 01 00 38 00 01 00 e0 01 00 00 00 04 00 00
|....8...........|
00102c20 00 00 00 00 00 00 00 00 06 00 00 00 03 00 00 00
|................|
00102c30 02 00 00 00 00 00 00 00 10 00 00 00 48 00 00 00
|............H...|
00102c40 00 00 18 00 00 00 00 00 30 00 00 00 18 00 00 00
|........0.......|
00102c50 f5 37 c9 87 e8 94 ce 01 f5 37 c9 87 e8 94 ce 01
|.7.......7......|
*
00102c70 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00102c80 30 00 00 00 68 00 00 00 00 00 18 00 00 00 01 00
|0...h...........|
00102c90 50 00 00 00 18 00 01 00 05 00 00 00 00 00 05 00
|P...............|
00102ca0 f5 37 c9 87 e8 94 ce 01 f5 37 c9 87 e8 94 ce 01
|.7.......7......|
*
00102cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00102cd0 06 00 00 00 00 00 00 00 07 03 24 00 56 00 6f 00
|..........$.V.o.|
00102ce0 6c 00 75 00 6d 00 65 00 50 00 00 00 80 00 00 00
|l.u.m.e.P.......|
00102cf0 00 00 18 00 00 00 02 00 64 00 00 00 18 00 00 00
|........d.......|
00102d00 01 00 04 80 48 00 00 00 54 00 00 00 00 00 00 00
|....H...T.......|
00102d10 14 00 00 00 02 00 34 00 02 00 00 00 00 00 14 00
|......4.........|
00102d20 9f 01 12 00 01 01 00 00 00 00 00 05 12 00 00 00
|................|
00102d30 00 00 18 00 9f 01 12 00 01 02 00 00 00 00 00 05
|................|
00102d40 20 00 00 00 20 02 00 00 01 01 00 00 00 00 00 05 | ...
...........|
00102d50 12 00 00 00 01 02 00 00 00 00 00 05 20 00 00 00 |............
...|
00102d60 20 02 00 00 00 00 00 00 60 00 00 00 30 00 00 00 |
.......`...0...|
00102d70 00 00 18 00 00 00 04 00 14 00 00 00 18 00 00 00
|................|
00102d80 4e 00 65 00 77 00 20 00 56 00 6f 00 6c 00 75 00 |N.e.w.
.V.o.l.u.|
00102d90 6d 00 65 00 00 00 00 00 70 00 00 00 28 00 00 00
|m.e.....p...(...|
00102da0 00 00 18 00 00 00 05 00 0c 00 00 00 18 00 00 00
|................|
00102db0 00 00 00 00 00 00 00 00 03 01 00 00 00 00 00 00
|................|
00102dc0 80 00 00 00 18 00 00 00 00 00 18 00 00 00 03 00
|................|
00102dd0 00 00 00 00 18 00 00 00 ff ff ff ff 00 00 00 00
|................|
00102de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
00102df0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00
|................|
00102e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00102ff0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00
|................|
00103000 00 00 01 00 02 00 03 00 04 00 05 00 06 00 07 00
|................|
00103010 08 00 09 00 0a 00 0b 00 0c 00 0d 00 0e 00 0f 00
|................|
00103020 10 00 11 00 12 00 13 00 14 00 15 00 16 00 17 00
|................|
00103030 18 00 19 00 1a 00 1b 00 1c 00 1d 00 1e 00 1f 00
|................|
00103040 20 00 21 00 22 00 23 00 24 00 25 00 26 00 27 00 |
.!.".#.$.%.&.'.|
00103050 28 00 29 00 2a 00 2b 00 2c 00 2d 00 2e 00 2f 00
|(.).*.+.,.-.../.|
00103060 30 00 31 00 32 00 33 00 34 00 35 00 36 00 37 00
|0.1.2.3.4.5.6.7.|
00103070 38 00 39 00 3a 00 3b 00 3c 00 3d 00 3e 00 3f 00
|8.9.:.;.<.=.>.?.|
00103080 40 00 41 00 42 00 43 00 44 00 45 00 46 00 47 00
|@.A.B.C.D.E.F.G.|
00103090 48 00 49 00 4a 00 4b 00 4c 00 4d 00 4e 00 4f 00
|H.I.J.K.L.M.N.O.|
001030a0 50 00 51 00 52 00 53 00 54 00 55 00 56 00 57 00
|P.Q.R.S.T.U.V.W.|
001030b0 58 00 59 00 5a 00 5b 00 5c 00 5d 00 5e 00 5f 00
|X.Y.Z.[.\.].^._.|
001030c0 60 00 41 00 42 00 43 00 44 00 45 00 46 00 47 00
|`.A.B.C.D.E.F.G.|
001030d0 48 00 49 00 4a 00 4b 00 4c 00 4d 00 4e 00 4f 00
|H.I.J.K.L.M.N.O.|
001030e0 50 00 51 00 52 00 53 00 54 00 55 00 56 00 57 00
|P.Q.R.S.T.U.V.W.|
001030f0 58 00 59 00 5a 00 7b 00 7c 00 7d 00 7e 00 7f 00
|X.Y.Z.{.|.}.~...|
00103100 80 00 81 00 82 00 83 00 84 00 85 00 86 00 87 00
|................|
00103110 88 00 89 00 8a 00 8b 00 8c 00 8d 00 8e 00 8f 00
|................|
00103120 90 00 91 00 92 00 93 00 94 00 95 00 96 00 97 00
|................|
00103130 98 00 99 00 9a 00 9b 00 9c 00 9d 00 9e 00 9f 00
|................|
00103140 a0 00 a1 00 a2 00 a3 00 a4 00 a5 00 a6 00 a7 00
|................|
00103150 a8 00 a9 00 aa 00 ab 00 ac 00 ad 00 ae 00 af 00
|................|
00103160 b0 00 b1 00 b2 00 b3 00 b4 00 b5 00 b6 00 b7 00
|................|
00103170 b8 00 b9 00 ba 00 bb 00 bc 00 bd 00 be 00 bf 00
|................|
00103180 c0 00 c1 00 c2 00 c3 00 c4 00 c5 00 c6 00 c7 00
|................|
00103190 c8 00 c9 00 ca 00 cb 00 cc 00 cd 00 ce 00 cf 00
|................|
001031a0 d0 00 d1 00 d2 00 d3 00 d4 00 d5 00 d6 00 d7 00
|................|
001031b0 d8 00 d9 00 da 00 db 00 dc 00 dd 00 de 00 df 00
|................|
001031c0 c0 00 c1 00 c2 00 c3 00 c4 00 c5 00 c6 00 c7 00
|................|
001031d0 c8 00 c9 00 ca 00 cb 00 cc 00 cd 00 ce 00 cf 00
|................|
001031e0 d0 00 d1 00 d2 00 d3 00 d4 00 d5 00 d6 00 f7 00
|................|
001031f0 d8 00 d9 00 da 00 db 00 dc 00 dd 00 de 00 78 01
|..............x.|
00103200 00 01 00 01 02 01 02 01 04 01 04 01 06 01 06 01
|................|
00103210 08 01 08 01 0a 01 0a 01 0c 01 0c 01 0e 01 0e 01
|................|
00103220 10 01 10 01 12 01 12 01 14 01 14 01 16 01 16 01
|................|
00103230 18 01 18 01 1a 01 1a 01 1c 01 1c 01 1e 01 1e 01
|................|
00103240 20 01 20 01 22 01 22 01 24 01 24 01 26 01 26 01 | .
.".".$.$.&.&.|
00103250 28 01 28 01 2a 01 2a 01 2c 01 2c 01 2e 01 2e 01
|(.(.*.*.,.,.....|
00103260 30 01 31 01 32 01 32 01 34 01 34 01 36 01 36 01
|0.1.2.2.4.4.6.6.|
00103270 38 01 39 01 39 01 3b 01 3b 01 3d 01 3d 01 3f 01
|8.9.9.;.;.=.=.?.|
00103280 3f 01 41 01 41 01 43 01 43 01 45 01 45 01 47 01
|?.A.A.C.C.E.E.G.|
00103290 47 01 49 01 4a 01 4a 01 4c 01 4c 01 4e 01 4e 01
|G.I.J.J.L.L.N.N.|
001032a0 50 01 50 01 52 01 52 01 54 01 54 01 56 01 56 01
|P.P.R.R.T.T.V.V.|
001032b0 58 01 58 01 5a 01 5a 01 5c 01 5c 01 5e 01 5e 01
|X.X.Z.Z.\.\.^.^.|
001032c0 60 01 60 01 62 01 62 01 64 01 64 01 66 01 66 01
|`.`.b.b.d.d.f.f.|
001032d0 68 01 68 01 6a 01 6a 01 6c 01 6c 01 6e 01 6e 01
|h.h.j.j.l.l.n.n.|
001032e0 70 01 70 01 72 01 72 01 74 01 74 01 76 01 76 01
|p.p.r.r.t.t.v.v.|
001032f0 78 01 79 01 79 01 7b 01 7b 01 7d 01 7d 01 7f 01
|x.y.y.{.{.}.}...|
00103300 43 02 81 01 82 01 82 01 84 01 84 01 86 01 87 01
|C...............|
00103310 87 01 89 01 8a 01 8b 01 8b 01 8d 01 8e 01 8f 01
|................|
00103320 90 01 91 01 91 01 93 01 94 01 f6 01 96 01 97 01
|................|
00103330 98 01 98 01 3d 02 9b 01 9c 01 9d 01 20 02 9f 01 |....=.......
...|
00103340 a0 01 a0 01 a2 01 a2 01 a4 01 a4 01 a6 01 a7 01
|................|
00103350 a7 01 a9 01 aa 01 ab 01 ac 01 ac 01 ae 01 af 01
|................|
00103360 af 01 b1 01 b2 01 b3 01 b3 01 b5 01 b5 01 b7 01
|................|
00103370 b8 01 b8 01 ba 01 bb 01 bc 01 bc 01 be 01 f7 01
|................|
00103380 c0 01 c1 01 c2 01 c3 01 c4 01 c5 01 c4 01 c7 01
|................|
00103390 c8 01 c7 01 ca 01 cb 01 ca 01 cd 01 cd 01 cf 01
|................|
001033a0 cf 01 d1 01 d1 01 d3 01 d3 01 d5 01 d5 01 d7 01
|................|
001033b0 d7 01 d9 01 d9 01 db 01 db 01 8e 01 de 01 de 01
|................|
001033c0 e0 01 e0 01 e2 01 e2 01 e4 01 e4 01 e6 01 e6 01
|................|
001033d0 e8 01 e8 01 ea 01 ea 01 ec 01 ec 01 ee 01 ee 01
|................|
001033e0 f0 01 f1 01 f2 01 f1 01 f4 01 f4 01 f6 01 f7 01
|................|
001033f0 f8 01 f8 01 fa 01 fa 01 fc 01 fc 01 fe 01 fe 01
|................|
00103400 00 02 00 02 02 02 02 02 04 02 04 02 06 02 06 02
|................|
00103410 08 02 08 02 0a 02 0a 02 0c 02 0c 02 0e 02 0e 02
|................|
00103420 10 02 10 02 12 02 12 02 14 02 14 02 16 02 16 02
|................|
00103430 18 02 18 02 1a 02 1a 02 1c 02 1c 02 1e 02 1e 02
|................|
00103440 20 02 21 02 22 02 22 02 24 02 24 02 26 02 26 02 |
.!.".".$.$.&.&.|
00103450 28 02 28 02 2a 02 2a 02 2c 02 2c 02 2e 02 2e 02
|(.(.*.*.,.,.....|
00103460 30 02 30 02 32 02 32 02 34 02 35 02 36 02 37 02
|0.0.2.2.4.5.6.7.|
00103470 38 02 39 02 3a 02 3b 02 3b 02 3d 02 3e 02 3f 02
|8.9.:.;.;.=.>.?.|
00103480 40 02 41 02 41 02 43 02 44 02 45 02 46 02 46 02
|@.A.A.C.D.E.F.F.|
00103490 48 02 48 02 4a 02 4a 02 4c 02 4c 02 4e 02 4e 02
|H.H.J.J.L.L.N.N.|
001034a0 6f 2c 6d 2c 52 02 81 01 86 01 55 02 89 01 8a 01
|o,m,R.....U.....|
001034b0 58 02 8f 01 5a 02 90 01 5c 02 5d 02 5e 02 5f 02
|X...Z...\.].^._.|
001034c0 93 01 61 02 62 02 94 01 64 02 65 02 66 02 67 02
|..a.b...d.e.f.g.|
001034d0 97 01 96 01 6a 02 62 2c 6c 02 6d 02 6e 02 9c 01
|....j.b,l.m.n...|
001034e0 70 02 6e 2c 9d 01 73 02 74 02 9f 01 76 02 77 02
|p.n,..s.t...v.w.|
001034f0 78 02 79 02 7a 02 7b 02 7c 02 64 2c 7e 02 7f 02
|x.y.z.{.|.d,~...|
00103500 a6 01 81 02 82 02 a9 01 84 02 85 02 86 02 87 02
|................|
00103510 ae 01 44 02 b1 01 b2 01 45 02 8d 02 8e 02 8f 02
|..D.....E.......|
00103520 90 02 91 02 b7 01 93 02 94 02 95 02 96 02 97 02
|................|
00103530 98 02 99 02 9a 02 9b 02 9c 02 9d 02 9e 02 9f 02
|................|
00103540 a0 02 a1 02 a2 02 a3 02 a4 02 a5 02 a6 02 a7 02
|................|
00103550 a8 02 a9 02 aa 02 ab 02 ac 02 ad 02 ae 02 af 02
|................|
00103560 b0 02 b1 02 b2 02 b3 02 b4 02 b5 02 b6 02 b7 02
|................|
00103570 b8 02 b9 02 ba 02 bb 02 bc 02 bd 02 be 02 bf 02
|................|
00103580 c0 02 c1 02 c2 02 c3 02 c4 02 c5 02 c6 02 c7 02
|................|
00103590 c8 02 c9 02 ca 02 cb 02 cc 02 cd 02 ce 02 cf 02
|................|
001035a0 d0 02 d1 02 d2 02 d3 02 d4 02 d5 02 d6 02 d7 02
|................|
001035b0 d8 02 d9 02 da 02 db 02 dc 02 dd 02 de 02 df 02
|................|
001035c0 e0 02 e1 02 e2 02 e3 02 e4 02 e5 02 e6 02 e7 02
|................|
001035d0 e8 02 e9 02 ea 02 eb 02 ec 02 ed 02 ee 02 ef 02
|................|
001035e0 f0 02 f1 02 f2 02 f3 02 f4 02 f5 02 f6 02 f7 02
|................|
001035f0 f8 02 f9 02 fa 02 fb 02 fc 02 fd 02 fe 02 ff 02
|................|
00103600 00 03 01 03 02 03 03 03 04 03 05 03 06 03 07 03
|................|
00103610 08 03 09 03 0a 03 0b 03 0c 03 0d 03 0e 03 0f 03
|................|
00103620 10 03 11 03 12 03 13 03 14 03 15 03 16 03 17 03
|................|
00103630 18 03 19 03 1a 03 1b 03 1c 03 1d 03 1e 03 1f 03
|................|
00103640 20 03 21 03 22 03 23 03 24 03 25 03 26 03 27 03 |
.!.".#.$.%.&.'.|
00103650 28 03 29 03 2a 03 2b 03 2c 03 2d 03 2e 03 2f 03
|(.).*.+.,.-.../.|
00103660 30 03 31 03 32 03 33 03 34 03 35 03 36 03 37 03
|0.1.2.3.4.5.6.7.|
00103670 38 03 39 03 3a 03 3b 03 3c 03 3d 03 3e 03 3f 03
|8.9.:.;.<.=.>.?.|
00103680 40 03 41 03 42 03 43 03 44 03 45 03 46 03 47 03
|@.A.B.C.D.E.F.G.|
00103690 48 03 49 03 4a 03 4b 03 4c 03 4d 03 4e 03 4f 03
|H.I.J.K.L.M.N.O.|
001036a0 50 03 51 03 52 03 53 03 54 03 55 03 56 03 57 03
|P.Q.R.S.T.U.V.W.|
001036b0 58 03 59 03 5a 03 5b 03 5c 03 5d 03 5e 03 5f 03
|X.Y.Z.[.\.].^._.|
001036c0 60 03 61 03 62 03 63 03 64 03 65 03 66 03 67 03
|`.a.b.c.d.e.f.g.|
001036d0 68 03 69 03 6a 03 6b 03 6c 03 6d 03 6e 03 6f 03
|h.i.j.k.l.m.n.o.|
001036e0 70 03 70 03 72 03 72 03 74 03 75 03 76 03 76 03
|p.p.r.r.t.u.v.v.|
001036f0 78 03 79 03 7a 03 fd 03 fe 03 ff 03 7e 03 7f 03
|x.y.z.......~...|
00103700 80 03 81 03 82 03 83 03 84 03 85 03 86 03 87 03
|................|
00103710 88 03 89 03 8a 03 8b 03 8c 03 8d 03 8e 03 8f 03
|................|
00103720 90 03 91 03 92 03 93 03 94 03 95 03 96 03 97 03
|................|
00103730 98 03 99 03 9a 03 9b 03 9c 03 9d 03 9e 03 9f 03
|................|
00103740 a0 03 a1 03 a2 03 a3 03 a4 03 a5 03 a6 03 a7 03
|................|
00103750 a8 03 a9 03 aa 03 ab 03 86 03 88 03 89 03 8a 03
|................|
00103760 b0 03 91 03 92 03 93 03 94 03 95 03 96 03 97 03
|................|
00103770 98 03 99 03 9a 03 9b 03 9c 03 9d 03 9e 03 9f 03
|................|
00103780 a0 03 a1 03 c2 03 a3 03 a4 03 a5 03 a6 03 a7 03
|................|
00103790 a8 03 a9 03 aa 03 ab 03 8c 03 8e 03 8f 03 cf 03
|................|
001037a0 d0 03 d1 03 d2 03 d3 03 d4 03 d5 03 d6 03 cf 03
|................|
001037b0 d8 03 d8 03 da 03 da 03 dc 03 dc 03 de 03 de 03
|................|
001037c0 e0 03 e0 03 e2 03 e2 03 e4 03 e4 03 e6 03 e6 03
|................|
001037d0 e8 03 e8 03 ea 03 ea 03 ec 03 ec 03 ee 03 ee 03
|................|
001037e0 f0 03 f1 03 f9 03 f3 03 f4 03 f5 03 f6 03 f7 03
|................|
001037f0 f7 03 f9 03 fa 03 fa 03 fc 03 fd 03 fe 03 ff 03
|................|
00103800 00 04 01 04 02 04 03 04 04 04 05 04 06 04 07 04
|................|
00103810 08 04 09 04 0a 04 0b 04 0c 04 0d 04 0e 04 0f 04
|................|
00103820 10 04 11 04 12 04 13 04 14 04 15 04 16 04 17 04
|................|
00103830 18 04 19 04 1a 04 1b 04 1c 04 1d 04 1e 04 1f 04
|................|
00103840 20 04 21 04 22 04 23 04 24 04 25 04 26 04 27 04 |
.!.".#.$.%.&.'.|
00103850 28 04 29 04 2a 04 2b 04 2c 04 2d 04 2e 04 2f 04
|(.).*.+.,.-.../.|
00103860 10 04 11 04 12 04 13 04 14 04 15 04 16 04 17 04
|................|
00103870 18 04 19 04 1a 04 1b 04 1c 04 1d 04 1e 04 1f 04
|................|
00103880 20 04 21 04 22 04 23 04 24 04 25 04 26 04 27 04 |
.!.".#.$.%.&.'.|
00103890 28 04 29 04 2a 04 2b 04 2c 04 2d 04 2e 04 2f 04
|(.).*.+.,.-.../.|
001038a0 00 04 01 04 02 04 03 04 04 04 05 04 06 04 07 04
|................|
001038b0 08 04 09 04 0a 04 0b 04 0c 04 0d 04 0e 04 0f 04
|................|
001038c0 60 04 60 04 62 04 62 04 64 04 64 04 66 04 66 04
|`.`.b.b.d.d.f.f.|
001038d0 68 04 68 04 6a 04 6a 04 6c 04 6c 04 6e 04 6e 04
|h.h.j.j.l.l.n.n.|
001038e0 70 04 70 04 72 04 72 04 74 04 74 04 76 04 76 04
|p.p.r.r.t.t.v.v.|
001038f0 78 04 78 04 7a 04 7a 04 7c 04 7c 04 7e 04 7e 04
|x.x.z.z.|.|.~.~.|
00103900 80 04 80 04 82 04 83 04 84 04 85 04 86 04 87 04
|................|
00103910 88 04 89 04 8a 04 8a 04 8c 04 8c 04 8e 04 8e 04
|................|
00103920 90 04 90 04 92 04 92 04 94 04 94 04 96 04 96 04
|................|
00103930 98 04 98 04 9a 04 9a 04 9c 04 9c 04 9e 04 9e 04
|................|
00103940 a0 04 a0 04 a2 04 a2 04 a4 04 a4 04 a6 04 a6 04
|................|
00103950 a8 04 a8 04 aa 04 aa 04 ac 04 ac 04 ae 04 ae 04
|................|
00103960 b0 04 b0 04 b2 04 b2 04 b4 04 b4 04 b6 04 b6 04
|................|
00103970 b8 04 b8 04 ba 04 ba 04 bc 04 bc 04 be 04 be 04
|................|
00103980 c0 04 c1 04 c1 04 c3 04 c3 04 c5 04 c5 04 c7 04
|................|
00103990 c7 04 c9 04 c9 04 cb 04 cb 04 cd 04 cd 04 c0 04
|................|
001039a0 d0 04 d0 04 d2 04 d2 04 d4 04 d4 04 d6 04 d6 04
|................|
001039b0 d8 04 d8 04 da 04 da 04 dc 04 dc 04 de 04 de 04
|................|
001039c0 e0 04 e0 04 e2 04 e2 04 e4 04 e4 04 e6 04 e6 04
|................|
001039d0 e8 04 e8 04 ea 04 ea 04 ec 04 ec 04 ee 04 ee 04
|................|
001039e0 f0 04 f0 04 f2 04 f2 04 f4 04 f4 04 f6 04 f6 04
|................|
001039f0 f8 04 f8 04 fa 04 fa 04 fc 04 fc 04 fe 04 fe 04
|................|
00103a00 00 05 00 05 02 05 02 05 04 05 04 05 06 05 06 05
|................|
00103a10 08 05 08 05 0a 05 0a 05 0c 05 0c 05 0e 05 0e 05
|................|
00103a20 10 05 10 05 12 05 12 05 14 05 14 05 16 05 16 05
|................|
00103a30 18 05 18 05 1a 05 1a 05 1c 05 1c 05 1e 05 1e 05
|................|
00103a40 20 05 20 05 22 05 22 05 24 05 25 05 26 05 27 05 | .
.".".$.%.&.'.|
00103a50 28 05 29 05 2a 05 2b 05 2c 05 2d 05 2e 05 2f 05
|(.).*.+.,.-.../.|
00103a60 30 05 31 05 32 05 33 05 34 05 35 05 36 05 37 05
|0.1.2.3.4.5.6.7.|
00103a70 38 05 39 05 3a 05 3b 05 3c 05 3d 05 3e 05 3f 05
|8.9.:.;.<.=.>.?.|
00103a80 40 05 41 05 42 05 43 05 44 05 45 05 46 05 47 05
|@.A.B.C.D.E.F.G.|
00103a90 48 05 49 05 4a 05 4b 05 4c 05 4d 05 4e 05 4f 05
|H.I.J.K.L.M.N.O.|
00103aa0 50 05 51 05 52 05 53 05 54 05 55 05 56 05 57 05
|P.Q.R.S.T.U.V.W.|
00103ab0 58 05 59 05 5a 05 5b 05 5c 05 5d 05 5e 05 5f 05
|X.Y.Z.[.\.].^._.|
00103ac0 60 05 31 05 32 05 33 05 34 05 35 05 36 05 37 05
|`.1.2.3.4.5.6.7.|
00103ad0 38 05 39 05 3a 05 3b 05 3c 05 3d 05 3e 05 3f 05
|8.9.:.;.<.=.>.?.|
00103ae0 40 05 41 05 42 05 43 05 44 05 45 05 46 05 47 05
|@.A.B.C.D.E.F.G.|
00103af0 48 05 49 05 4a 05 4b 05 4c 05 4d 05 4e 05 4f 05
|H.I.J.K.L.M.N.O.|
00103b00 50 05 51 05 52 05 53 05 54 05 55 05 56 05 87 05
|P.Q.R.S.T.U.V...|
00103b10 88 05 89 05 8a 05 8b 05 8c 05 8d 05 8e 05 8f 05
|................|
00103b20 90 05 91 05 92 05 93 05 94 05 95 05 96 05 97 05
|................|
00103b30 98 05 99 05 9a 05 9b 05 9c 05 9d 05 9e 05 9f 05
|................|
00103b40 a0 05 a1 05 a2 05 a3 05 a4 05 a5 05 a6 05 a7 05
|................|
00103b50 a8 05 a9 05 aa 05 ab 05 ac 05 ad 05 ae 05 af 05
|................|
00103b60 b0 05 b1 05 b2 05 b3 05 b4 05 b5 05 b6 05 b7 05
|................|
00103b70 b8 05 b9 05 ba 05 bb 05 bc 05 bd 05 be 05 bf 05
|................|
00103b80 c0 05 c1 05 c2 05 c3 05 c4 05 c5 05 c6 05 c7 05
|................|
00103b90 c8 05 c9 05 ca 05 cb 05 cc 05 cd 05 ce 05 cf 05
|................|
00103ba0 d0 05 d1 05 d2 05 d3 05 d4 05 d5 05 d6 05 d7 05
|................|
00103bb0 d8 05 d9 05 da 05 db 05 dc 05 dd 05 de 05 df 05
|................|
00103bc0 e0 05 e1 05 e2 05 e3 05 e4 05 e5 05 e6 05 e7 05
|................|
00103bd0 e8 05 e9 05 ea 05 eb 05 ec 05 ed 05 ee 05 ef 05
|................|
00103be0 f0 05 f1 05 f2 05 f3 05 f4 05 f5 05 f6 05 f7 05
|................|
00103bf0 f8 05 f9 05 fa 05 fb 05 fc 05 fd 05 fe 05 ff 05
|................|
00103c00 00 06 01 06 02 06 03 06 04 06 05 06 06 06 07 06
|................|
00103c10 08 06 09 06 0a 06 0b 06 0c 06 0d 06 0e 06 0f 06
|................|
00103c20 10 06 11 06 12 06 13 06 14 06 15 06 16 06 17 06
|................|
00103c30 18 06 19 06 1a 06 1b 06 1c 06 1d 06 1e 06 1f 06
|................|
00103c40 20 06 21 06 22 06 23 06 24 06 25 06 26 06 27 06 |
.!.".#.$.%.&.'.|
00103c50 28 06 29 06 2a 06 2b 06 2c 06 2d 06 2e 06 2f 06
|(.).*.+.,.-.../.|
00103c60 30 06 31 06 32 06 33 06 34 06 35 06 36 06 37 06
|0.1.2.3.4.5.6.7.|
00103c70 38 06 39 06 3a 06 3b 06 3c 06 3d 06 3e 06 3f 06
|8.9.:.;.<.=.>.?.|
00103c80 40 06 41 06 42 06 43 06 44 06 45 06 46 06 47 06
|@.A.B.C.D.E.F.G.|
00103c90 48 06 49 06 4a 06 4b 06 4c 06 4d 06 4e 06 4f 06
|H.I.J.K.L.M.N.O.|
00103ca0 50 06 51 06 52 06 53 06 54 06 55 06 56 06 57 06
|P.Q.R.S.T.U.V.W.|
00103cb0 58 06 59 06 5a 06 5b 06 5c 06 5d 06 5e 06 5f 06
|X.Y.Z.[.\.].^._.|
00103cc0 60 06 61 06 62 06 63 06 64 06 65 06 66 06 67 06
|`.a.b.c.d.e.f.g.|
00103cd0 68 06 69 06 6a 06 6b 06 6c 06 6d 06 6e 06 6f 06
|h.i.j.k.l.m.n.o.|
00103ce0 70 06 71 06 72 06 73 06 74 06 75 06 76 06 77 06
|p.q.r.s.t.u.v.w.|
00103cf0 78 06 79 06 7a 06 7b 06 7c 06 7d 06 7e 06 7f 06
|x.y.z.{.|.}.~...|
00103d00 80 06 81 06 82 06 83 06 84 06 85 06 86 06 87 06
|................|
00103d10 88 06 89 06 8a 06 8b 06 8c 06 8d 06 8e 06 8f 06
|................|
00103d20 90 06 91 06 92 06 93 06 94 06 95 06 96 06 97 06
|................|
00103d30 98 06 99 06 9a 06 9b 06 9c 06 9d 06 9e 06 9f 06
|................|
00103d40 a0 06 a1 06 a2 06 a3 06 a4 06 a5 06 a6 06 a7 06
|................|
00103d50 a8 06 a9 06 aa 06 ab 06 ac 06 ad 06 ae 06 af 06
|................|
00103d60 b0 06 b1 06 b2 06 b3 06 b4 06 b5 06 b6 06 b7 06
|................|
00103d70 b8 06 b9 06 ba 06 bb 06 bc 06 bd 06 be 06 bf 06
|................|
00103d80 c0 06 c1 06 c2 06 c3 06 c4 06 c5 06 c6 06 c7 06
|................|
00103d90 c8 06 c9 06 ca 06 cb 06 cc 06 cd 06 ce 06 cf 06
|................|
00103da0 d0 06 d1 06 d2 06 d3 06 d4 06 d5 06 d6 06 d7 06
|................|
00103db0 d8 06 d9 06 da 06 db 06 dc 06 dd 06 de 06 df 06
|................|
00103dc0 e0 06 e1 06 e2 06 e3 06 e4 06 e5 06 e6 06 e7 06
|................|
00103dd0 e8 06 e9 06 ea 06 eb 06 ec 06 ed 06 ee 06 ef 06
|................|
00103de0 f0 06 f1 06 f2 06 f3 06 f4 06 f5 06 f6 06 f7 06
|................|
00103df0 f8 06 f9 06 fa 06 fb 06 fc 06 fd 06 fe 06 ff 06
|................|
00103e00 00 07 01 07 02 07 03 07 04 07 05 07 06 07 07 07
|................|
00103e10 08 07 09 07 0a 07 0b 07 0c 07 0d 07 0e 07 0f 07
|................|
00103e20 10 07 11 07 12 07 13 07 14 07 15 07 16 07 17 07
|................|
00103e30 18 07 19 07 1a 07 1b 07 1c 07 1d 07 1e 07 1f 07
|................|
00103e40 20 07 21 07 22 07 23 07 24 07 25 07 26 07 27 07 |
.!.".#.$.%.&.'.|
00103e50 28 07 29 07 2a 07 2b 07 2c 07 2d 07 2e 07 2f 07
|(.).*.+.,.-.../.|
00103e60 30 07 31 07 32 07 33 07 34 07 35 07 36 07 37 07
|0.1.2.3.4.5.6.7.|
00103e70 38 07 39 07 3a 07 3b 07 3c 07 3d 07 3e 07 3f 07
|8.9.:.;.<.=.>.?.|
00103e80 40 07 41 07 42 07 43 07 44 07 45 07 46 07 47 07
|@.A.B.C.D.E.F.G.|
00103e90 48 07 49 07 4a 07 4b 07 4c 07 4d 07 4e 07 4f 07
|H.I.J.K.L.M.N.O.|
00103ea0 50 07 51 07 52 07 53 07 54 07 55 07 56 07 57 07
|P.Q.R.S.T.U.V.W.|
00103eb0 58 07 59 07 5a 07 5b 07 5c 07 5d 07 5e 07 5f 07
|X.Y.Z.[.\.].^._.|
00103ec0 60 07 61 07 62 07 63 07 64 07 65 07 66 07 67 07
|`.a.b.c.d.e.f.g.|
00103ed0 68 07 69 07 6a 07 6b 07 6c 07 6d 07 6e 07 6f 07
|h.i.j.k.l.m.n.o.|
00103ee0 70 07 71 07 72 07 73 07 74 07 75 07 76 07 77 07
|p.q.r.s.t.u.v.w.|
00103ef0 78 07 79 07 7a 07 7b 07 7c 07 7d 07 7e 07 7f 07
|x.y.z.{.|.}.~...|
00103f00 80 07 81 07 82 07 83 07 84 07 85 07 86 07 87 07
|................|
00103f10 88 07 89 07 8a 07 8b 07 8c 07 8d 07 8e 07 8f 07
|................|
00103f20 90 07 91 07 92 07 93 07 94 07 95 07 96 07 97 07
|................|
00103f30 98 07 99 07 9a 07 9b 07 9c 07 9d 07 9e 07 9f 07
|................|
00103f40 a0 07 a1 07 a2 07 a3 07 a4 07 a5 07 a6 07 a7 07
|................|
00103f50 a8 07 a9 07 aa 07 ab 07 ac 07 ad 07 ae 07 af 07
|................|
00103f60 b0 07 b1 07 b2 07 b3 07 b4 07 b5 07 b6 07 b7 07
|................|
00103f70 b8 07 b9 07 ba 07 bb 07 bc 07 bd 07 be 07 bf 07
|................|
00103f80 c0 07 c1 07 c2 07 c3 07 c4 07 c5 07 c6 07 c7 07
|................|
00103f90 c8 07 c9 07 ca 07 cb 07 cc 07 cd 07 ce 07 cf 07
|................|
00103fa0 d0 07 d1 07 d2 07 d3 07 d4 07 d5 07 d6 07 d7 07
|................|
00103fb0 d8 07 d9 07 da 07 db 07 dc 07 dd 07 de 07 df 07
|................|
00103fc0 e0 07 e1 07 e2 07 e3 07 e4 07 e5 07 e6 07 e7 07
|................|
00103fd0 e8 07 e9 07 ea 07 eb 07 ec 07 ed 07 ee 07 ef 07
|................|
00103fe0 f0 07 f1 07 f2 07 f3 07 f4 07 f5 07 f6 07 f7 07
|................|
00103ff0 f8 07 f9 07 fa 07 fb 07 fc 07 fd 07 fe 07 ff 07
|................|
00104000 00 08 01 08 02 08 03 08 04 08 05 08 06 08 07 08
|................|
00104010 08 08 09 08 0a 08 0b 08 0c 08 0d 08 0e 08 0f 08
|................|
00104020 10 08 11 08 12 08 13 08 14 08 15 08 16 08 17 08
|................|
00104030 18 08 19 08 1a 08 1b 08 1c 08 1d 08 1e 08 1f 08
|................|
00104040 20 08 21 08 22 08 23 08 24 08 25 08 26 08 27 08 |
.!.".#.$.%.&.'.|
00104050 28 08 29 08 2a 08 2b 08 2c 08 2d 08 2e 08 2f 08
|(.).*.+.,.-.../.|
00104060 30 08 31 08 32 08 33 08 34 08 35 08 36 08 37 08
|0.1.2.3.4.5.6.7.|
00104070 38 08 39 08 3a 08 3b 08 3c 08 3d 08 3e 08 3f 08
|8.9.:.;.<.=.>.?.|
00104080 40 08 41 08 42 08 43 08 44 08 45 08 46 08 47 08
|@.A.B.C.D.E.F.G.|
00104090 48 08 49 08 4a 08 4b 08 4c 08 4d 08 4e 08 4f 08
|H.I.J.K.L.M.N.O.|
001040a0 50 08 51 08 52 08 53 08 54 08 55 08 56 08 57 08
|P.Q.R.S.T.U.V.W.|
001040b0 58 08 59 08 5a 08 5b 08 5c 08 5d 08 5e 08 5f 08
|X.Y.Z.[.\.].^._.|
001040c0 60 08 61 08 62 08 63 08 64 08 65 08 66 08 67 08
|`.a.b.c.d.e.f.g.|
001040d0 68 08 69 08 6a 08 6b 08 6c 08 6d 08 6e 08 6f 08
|h.i.j.k.l.m.n.o.|
001040e0 70 08 71 08 72 08 73 08 74 08 75 08 76 08 77 08
|p.q.r.s.t.u.v.w.|
001040f0 78 08 79 08 7a 08 7b 08 7c 08 7d 08 7e 08 7f 08
|x.y.z.{.|.}.~...|
00104100 80 08 81 08 82 08 83 08 84 08 85 08 86 08 87 08
|................|
00104110 88 08 89 08 8a 08 8b 08 8c 08 8d 08 8e 08 8f 08
|................|
00104120 90 08 91 08 92 08 93 08 94 08 95 08 96 08 97 08
|................|
00104130 98 08 99 08 9a 08 9b 08 9c 08 9d 08 9e 08 9f 08
|................|
00104140 a0 08 a1 08 a2 08 a3 08 a4 08 a5 08 a6 08 a7 08
|................|
00104150 a8 08 a9 08 aa 08 ab 08 ac 08 ad 08 ae 08 af 08
|................|
00104160 b0 08 b1 08 b2 08 b3 08 b4 08 b5 08 b6 08 b7 08
|................|
00104170 b8 08 b9 08 ba 08 bb 08 bc 08 bd 08 be 08 bf 08
|................|
00104180 c0 08 c1 08 c2 08 c3 08 c4 08 c5 08 c6 08 c7 08
|................|
00104190 c8 08 c9 08 ca 08 cb 08 cc 08 cd 08 ce 08 cf 08
|................|
001041a0 d0 08 d1 08 d2 08 d3 08 d4 08 d5 08 d6 08 d7 08
|................|
001041b0 d8 08 d9 08 da 08 db 08 dc 08 dd 08 de 08 df 08
|................|
001041c0 e0 08 e1 08 e2 08 e3 08 e4 08 e5 08 e6 08 e7 08
|................|
001041d0 e8 08 e9 08 ea 08 eb 08 ec 08 ed 08 ee 08 ef 08
|................|
001041e0 f0 08 f1 08 f2 08 f3 08 f4 08 f5 08 f6 08 f7 08
|................|
001041f0 f8 08 f9 08 fa 08 fb 08 fc 08 fd 08 fe 08 ff 08
|................|
00104200 00 09 01 09 02 09 03 09 04 09 05 09 06 09 07 09
|................|
00104210 08 09 09 09 0a 09 0b 09 0c 09 0d 09 0e 09 0f 09
|................|
00104220 10 09 11 09 12 09 13 09 14 09 15 09 16 09 17 09
|................|
00104230 18 09 19 09 1a 09 1b 09 1c 09 1d 09 1e 09 1f 09
|................|
00104240 20 09 21 09 22 09 23 09 24 09 25 09 26 09 27 09 |
.!.".#.$.%.&.'.|
00104250 28 09 29 09 2a 09 2b 09 2c 09 2d 09 2e 09 2f 09
|(.).*.+.,.-.../.|
00104260 30 09 31 09 32 09 33 09 34 09 35 09 36 09 37 09
|0.1.2.3.4.5.6.7.|
00104270 38 09 39 09 3a 09 3b 09 3c 09 3d 09 3e 09 3f 09
|8.9.:.;.<.=.>.?.|
00104280 40 09 41 09 42 09 43 09 44 09 45 09 46 09 47 09
|@.A.B.C.D.E.F.G.|
00104290 48 09 49 09 4a 09 4b 09 4c 09 4d 09 4e 09 4f 09
|H.I.J.K.L.M.N.O.|
001042a0 50 09 51 09 52 09 53 09 54 09 55 09 56 09 57 09
|P.Q.R.S.T.U.V.W.|
001042b0 58 09 59 09 5a 09 5b 09 5c 09 5d 09 5e 09 5f 09
|X.Y.Z.[.\.].^._.|
001042c0 60 09 61 09 62 09 63 09 64 09 65 09 66 09 67 09
|`.a.b.c.d.e.f.g.|
001042d0 68 09 69 09 6a 09 6b 09 6c 09 6d 09 6e 09 6f 09
|h.i.j.k.l.m.n.o.|
001042e0 70 09 71 09 72 09 73 09 74 09 75 09 76 09 77 09
|p.q.r.s.t.u.v.w.|
001042f0 78 09 79 09 7a 09 7b 09 7c 09 7d 09 7e 09 7f 09
|x.y.z.{.|.}.~...|
00104300 80 09 81 09 82 09 83 09 84 09 85 09 86 09 87 09
|................|
00104310 88 09 89 09 8a 09 8b 09 8c 09 8d 09 8e 09 8f 09
|................|
00104320 90 09 91 09 92 09 93 09 94 09 95 09 96 09 97 09
|................|
00104330 98 09 99 09 9a 09 9b 09 9c 09 9d 09 9e 09 9f 09
|................|
00104340 a0 09 a1 09 a2 09 a3 09 a4 09 a5 09 a6 09 a7 09
|................|
00104350 a8 09 a9 09 aa 09 ab 09 ac 09 ad 09 ae 09 af 09
|................|
00104360 b0 09 b1 09 b2 09 b3 09 b4 09 b5 09 b6 09 b7 09
|................|
00104370 b8 09 b9 09 ba 09 bb 09 bc 09 bd 09 be 09 bf 09
|................|
00104380 c0 09 c1 09 c2 09 c3 09 c4 09 c5 09 c6 09 c7 09
|................|
00104390 c8 09 c9 09 ca 09 cb 09 cc 09 cd 09 ce 09 cf 09
|................|
001043a0 d0 09 d1 09 d2 09 d3 09 d4 09 d5 09 d6 09 d7 09
|................|
001043b0 d8 09 d9 09 da 09 db 09 dc 09 dd 09 de 09 df 09
|................|
001043c0 e0 09 e1 09 e2 09 e3 09 e4 09 e5 09 e6 09 e7 09
|................|
001043d0 e8 09 e9 09 ea 09 eb 09 ec 09 ed 09 ee 09 ef 09
|................|
001043e0 f0 09 f1 09 f2 09 f3 09 f4 09 f5 09 f6 09 f7 09
|................|
001043f0 f8 09 f9 09 fa 09 fb 09 fc 09 fd 09 fe 09 ff 09
|................|
00104400 00 0a 01 0a 02 0a 03 0a 04 0a 05 0a 06 0a 07 0a
|................|
00104410 08 0a 09 0a 0a 0a 0b 0a 0c 0a 0d 0a 0e 0a 0f 0a
|................|
00104420 10 0a 11 0a 12 0a 13 0a 14 0a 15 0a 16 0a 17 0a
|................|
00104430 18 0a 19 0a 1a 0a 1b 0a 1c 0a 1d 0a 1e 0a 1f 0a
|................|
00104440 20 0a 21 0a 22 0a 23 0a 24 0a 25 0a 26 0a 27 0a |
.!.".#.$.%.&.'.|
00104450 28 0a 29 0a 2a 0a 2b 0a 2c 0a 2d 0a 2e 0a 2f 0a
|(.).*.+.,.-.../.|
00104460 30 0a 31 0a 32 0a 33 0a 34 0a 35 0a 36 0a 37 0a
|0.1.2.3.4.5.6.7.|
00104470 38 0a 39 0a 3a 0a 3b 0a 3c 0a 3d 0a 3e 0a 3f 0a
|8.9.:.;.<.=.>.?.|
00104480 40 0a 41 0a 42 0a 43 0a 44 0a 45 0a 46 0a 47 0a
|@.A.B.C.D.E.F.G.|
00104490 48 0a 49 0a 4a 0a 4b 0a 4c 0a 4d 0a 4e 0a 4f 0a
|H.I.J.K.L.M.N.O.|
001044a0 50 0a 51 0a 52 0a 53 0a 54 0a 55 0a 56 0a 57 0a
|P.Q.R.S.T.U.V.W.|
001044b0 58 0a 59 0a 5a 0a 5b 0a 5c 0a 5d 0a 5e 0a 5f 0a
|X.Y.Z.[.\.].^._.|
001044c0 60 0a 61 0a 62 0a 63 0a 64 0a 65 0a 66 0a 67 0a
|`.a.b.c.d.e.f.g.|
001044d0 68 0a 69 0a 6a 0a 6b 0a 6c 0a 6d 0a 6e 0a 6f 0a
|h.i.j.k.l.m.n.o.|
001044e0 70 0a 71 0a 72 0a 73 0a 74 0a 75 0a 76 0a 77 0a
|p.q.r.s.t.u.v.w.|
001044f0 78 0a 79 0a 7a 0a 7b 0a 7c 0a 7d 0a 7e 0a 7f 0a
|x.y.z.{.|.}.~...|
00104500 80 0a 81 0a 82 0a 83 0a 84 0a 85 0a 86 0a 87 0a
|................|
00104510 88 0a 89 0a 8a 0a 8b 0a 8c 0a 8d 0a 8e 0a 8f 0a
|................|
00104520 90 0a 91 0a 92 0a 93 0a 94 0a 95 0a 96 0a 97 0a
|................|
00104530 98 0a 99 0a 9a 0a 9b 0a 9c 0a 9d 0a 9e 0a 9f 0a
|................|
00104540 a0 0a a1 0a a2 0a a3 0a a4 0a a5 0a a6 0a a7 0a
|................|
00104550 a8 0a a9 0a aa 0a ab 0a ac 0a ad 0a ae 0a af 0a
|................|
00104560 b0 0a b1 0a b2 0a b3 0a b4 0a b5 0a b6 0a b7 0a
|................|
00104570 b8 0a b9 0a ba 0a bb 0a bc 0a bd 0a be 0a bf 0a
|................|
00104580 c0 0a c1 0a c2 0a c3 0a c4 0a c5 0a c6 0a c7 0a
|................|
00104590 c8 0a c9 0a ca 0a cb 0a cc 0a cd 0a ce 0a cf 0a
|................|
001045a0 d0 0a d1 0a d2 0a d3 0a d4 0a d5 0a d6 0a d7 0a
|................|
001045b0 d8 0a d9 0a da 0a db 0a dc 0a dd 0a de 0a df 0a
|................|
001045c0 e0 0a e1 0a e2 0a e3 0a e4 0a e5 0a e6 0a e7 0a
|................|
001045d0 e8 0a e9 0a ea 0a eb 0a ec 0a ed 0a ee 0a ef 0a
|................|
001045e0 f0 0a f1 0a f2 0a f3 0a f4 0a f5 0a f6 0a f7 0a
|................|
001045f0 f8 0a f9 0a fa 0a fb 0a fc 0a fd 0a fe 0a ff 0a
|................|
00104600 00 0b 01 0b 02 0b 03 0b 04 0b 05 0b 06 0b 07 0b
|................|
00104610 08 0b 09 0b 0a 0b 0b 0b 0c 0b 0d 0b 0e 0b 0f 0b
|................|
00104620 10 0b 11 0b 12 0b 13 0b 14 0b 15 0b 16 0b 17 0b
|................|
00104630 18 0b 19 0b 1a 0b 1b 0b 1c 0b 1d 0b 1e 0b 1f 0b
|................|
00104640 20 0b 21 0b 22 0b 23 0b 24 0b 25 0b 26 0b 27 0b |
.!.".#.$.%.&.'.|
00104650 28 0b 29 0b 2a 0b 2b 0b 2c 0b 2d 0b 2e 0b 2f 0b
|(.).*.+.,.-.../.|
00104660 30 0b 31 0b 32 0b 33 0b 34 0b 35 0b 36 0b 37 0b
|0.1.2.3.4.5.6.7.|
00104670 38 0b 39 0b 3a 0b 3b 0b 3c 0b 3d 0b 3e 0b 3f 0b
|8.9.:.;.<.=.>.?.|
00104680 40 0b 41 0b 42 0b 43 0b 44 0b 45 0b 46 0b 47 0b
|@.A.B.C.D.E.F.G.|
00104690 48 0b 49 0b 4a 0b 4b 0b 4c 0b 4d 0b 4e 0b 4f 0b
|H.I.J.K.L.M.N.O.|
001046a0 50 0b 51 0b 52 0b 53 0b 54 0b 55 0b 56 0b 57 0b
|P.Q.R.S.T.U.V.W.|
001046b0 58 0b 59 0b 5a 0b 5b 0b 5c 0b 5d 0b 5e 0b 5f 0b
|X.Y.Z.[.\.].^._.|
001046c0 60 0b 61 0b 62 0b 63 0b 64 0b 65 0b 66 0b 67 0b
|`.a.b.c.d.e.f.g.|
001046d0 68 0b 69 0b 6a 0b 6b 0b 6c 0b 6d 0b 6e 0b 6f 0b
|h.i.j.k.l.m.n.o.|
001046e0 70 0b 71 0b 72 0b 73 0b 74 0b 75 0b 76 0b 77 0b
|p.q.r.s.t.u.v.w.|
001046f0 78 0b 79 0b 7a 0b 7b 0b 7c 0b 7d 0b 7e 0b 7f 0b
|x.y.z.{.|.}.~...|
00104700 80 0b 81 0b 82 0b 83 0b 84 0b 85 0b 86 0b 87 0b
|................|
00104710 88 0b 89 0b 8a 0b 8b 0b 8c 0b 8d 0b 8e 0b 8f 0b
|................|
00104720 90 0b 91 0b 92 0b 93 0b 94 0b 95 0b 96 0b 97 0b
|................|
00104730 98 0b 99 0b 9a 0b 9b 0b 9c 0b 9d 0b 9e 0b 9f 0b
|................|
00104740 a0 0b a1 0b a2 0b a3 0b a4 0b a5 0b a6 0b a7 0b
|................|
00104750 a8 0b a9 0b aa 0b ab 0b ac 0b ad 0b ae 0b af 0b
|................|
00104760 b0 0b b1 0b b2 0b b3 0b b4 0b b5 0b b6 0b b7 0b
|................|
00104770 b8 0b b9 0b ba 0b bb 0b bc 0b bd 0b be 0b bf 0b
|................|
00104780 c0 0b c1 0b c2 0b c3 0b c4 0b c5 0b c6 0b c7 0b
|................|
00104790 c8 0b c9 0b ca 0b cb 0b cc 0b cd 0b ce 0b cf 0b
|................|
001047a0 d0 0b d1 0b d2 0b d3 0b d4 0b d5 0b d6 0b d7 0b
|................|
001047b0 d8 0b d9 0b da 0b db 0b dc 0b dd 0b de 0b df 0b
|................|
001047c0 e0 0b e1 0b e2 0b e3 0b e4 0b e5 0b e6 0b e7 0b
|................|
001047d0 e8 0b e9 0b ea 0b eb 0b ec 0b ed 0b ee 0b ef 0b
|................|
001047e0 f0 0b f1 0b f2 0b f3 0b f4 0b f5 0b f6 0b f7 0b
|................|
001047f0 f8 0b f9 0b fa 0b fb 0b fc 0b fd 0b fe 0b ff 0b
|................|
00104800 00 0c 01 0c 02 0c 03 0c 04 0c 05 0c 06 0c 07 0c
|................|
00104810 08 0c 09 0c 0a 0c 0b 0c 0c 0c 0d 0c 0e 0c 0f 0c
|................|
00104820 10 0c 11 0c 12 0c 13 0c 14 0c 15 0c 16 0c 17 0c
|................|
00104830 18 0c 19 0c 1a 0c 1b 0c 1c 0c 1d 0c 1e 0c 1f 0c
|................|
00104840 20 0c 21 0c 22 0c 23 0c 24 0c 25 0c 26 0c 27 0c |
.!.".#.$.%.&.'.|
00104850 28 0c 29 0c 2a 0c 2b 0c 2c 0c 2d 0c 2e 0c 2f 0c
|(.).*.+.,.-.../.|
00104860 30 0c 31 0c 32 0c 33 0c 34 0c 35 0c 36 0c 37 0c
|0.1.2.3.4.5.6.7.|
00104870 38 0c 39 0c 3a 0c 3b 0c 3c 0c 3d 0c 3e 0c 3f 0c
|8.9.:.;.<.=.>.?.|
00104880 40 0c 41 0c 42 0c 43 0c 44 0c 45 0c 46 0c 47 0c
|@.A.B.C.D.E.F.G.|
00104890 48 0c 49 0c 4a 0c 4b 0c 4c 0c 4d 0c 4e 0c 4f 0c
|H.I.J.K.L.M.N.O.|
001048a0 50 0c 51 0c 52 0c 53 0c 54 0c 55 0c 56 0c 57 0c
|P.Q.R.S.T.U.V.W.|
001048b0 58 0c 59 0c 5a 0c 5b 0c 5c 0c 5d 0c 5e 0c 5f 0c
|X.Y.Z.[.\.].^._.|
001048c0 60 0c 61 0c 62 0c 63 0c 64 0c 65 0c 66 0c 67 0c
|`.a.b.c.d.e.f.g.|
001048d0 68 0c 69 0c 6a 0c 6b 0c 6c 0c 6d 0c 6e 0c 6f 0c
|h.i.j.k.l.m.n.o.|
001048e0 70 0c 71 0c 72 0c 73 0c 74 0c 75 0c 76 0c 77 0c
|p.q.r.s.t.u.v.w.|
001048f0 78 0c 79 0c 7a 0c 7b 0c 7c 0c 7d 0c 7e 0c 7f 0c
|x.y.z.{.|.}.~...|
00104900 80 0c 81 0c 82 0c 83 0c 84 0c 85 0c 86 0c 87 0c
|................|
00104910 88 0c 89 0c 8a 0c 8b 0c 8c 0c 8d 0c 8e 0c 8f 0c
|................|
00104920 90 0c 91 0c 92 0c 93 0c 94 0c 95 0c 96 0c 97 0c
|................|
00104930 98 0c 99 0c 9a 0c 9b 0c 9c 0c 9d 0c 9e 0c 9f 0c
|................|
00104940 a0 0c a1 0c a2 0c a3 0c a4 0c a5 0c a6 0c a7 0c
|................|
00104950 a8 0c a9 0c aa 0c ab 0c ac 0c ad 0c ae 0c af 0c
|................|
00104960 b0 0c b1 0c b2 0c b3 0c b4 0c b5 0c b6 0c b7 0c
|................|
00104970 b8 0c b9 0c ba 0c bb 0c bc 0c bd 0c be 0c bf 0c
|................|
00104980 c0 0c c1 0c c2 0c c3 0c c4 0c c5 0c c6 0c c7 0c
|................|
00104990 c8 0c c9 0c ca 0c cb 0c cc 0c cd 0c ce 0c cf 0c
|................|
001049a0 d0 0c d1 0c d2 0c d3 0c d4 0c d5 0c d6 0c d7 0c
|................|
001049b0 d8 0c d9 0c da 0c db 0c dc 0c dd 0c de 0c df 0c
|................|
001049c0 e0 0c e1 0c e2 0c e3 0c e4 0c e5 0c e6 0c e7 0c
|................|
001049d0 e8 0c e9 0c ea 0c eb 0c ec 0c ed 0c ee 0c ef 0c
|................|
001049e0 f0 0c f1 0c f2 0c f3 0c f4 0c f5 0c f6 0c f7 0c
|................|
001049f0 f8 0c f9 0c fa 0c fb 0c fc 0c fd 0c fe 0c ff 0c
|................|
00104a00 00 0d 01 0d 02 0d 03 0d 04 0d 05 0d 06 0d 07 0d
|................|
00104a10 08 0d 09 0d 0a 0d 0b 0d 0c 0d 0d 0d 0e 0d 0f 0d
|................|
00104a20 10 0d 11 0d 12 0d 13 0d 14 0d 15 0d 16 0d 17 0d
|................|
00104a30 18 0d 19 0d 1a 0d 1b 0d 1c 0d 1d 0d 1e 0d 1f 0d
|................|
00104a40 20 0d 21 0d 22 0d 23 0d 24 0d 25 0d 26 0d 27 0d |
.!.".#.$.%.&.'.|
00104a50 28 0d 29 0d 2a 0d 2b 0d 2c 0d 2d 0d 2e 0d 2f 0d
|(.).*.+.,.-.../.|
00104a60 30 0d 31 0d 32 0d 33 0d 34 0d 35 0d 36 0d 37 0d
|0.1.2.3.4.5.6.7.|
00104a70 38 0d 39 0d 3a 0d 3b 0d 3c 0d 3d 0d 3e 0d 3f 0d
|8.9.:.;.<.=.>.?.|
00104a80 40 0d 41 0d 42 0d 43 0d 44 0d 45 0d 46 0d 47 0d
|@.A.B.C.D.E.F.G.|
00104a90 48 0d 49 0d 4a 0d 4b 0d 4c 0d 4d 0d 4e 0d 4f 0d
|H.I.J.K.L.M.N.O.|
00104aa0 50 0d 51 0d 52 0d 53 0d 54 0d 55 0d 56 0d 57 0d
|P.Q.R.S.T.U.V.W.|
00104ab0 58 0d 59 0d 5a 0d 5b 0d 5c 0d 5d 0d 5e 0d 5f 0d
|X.Y.Z.[.\.].^._.|
00104ac0 60 0d 61 0d 62 0d 63 0d 64 0d 65 0d 66 0d 67 0d
|`.a.b.c.d.e.f.g.|
00104ad0 68 0d 69 0d 6a 0d 6b 0d 6c 0d 6d 0d 6e 0d 6f 0d
|h.i.j.k.l.m.n.o.|
00104ae0 70 0d 71 0d 72 0d 73 0d 74 0d 75 0d 76 0d 77 0d
|p.q.r.s.t.u.v.w.|
00104af0 78 0d 79 0d 7a 0d 7b 0d 7c 0d 7d 0d 7e 0d 7f 0d
|x.y.z.{.|.}.~...|
00104b00 80 0d 81 0d 82 0d 83 0d 84 0d 85 0d 86 0d 87 0d
|................|
00104b10 88 0d 89 0d 8a 0d 8b 0d 8c 0d 8d 0d 8e 0d 8f 0d
|................|
00104b20 90 0d 91 0d 92 0d 93 0d 94 0d 95 0d 96 0d 97 0d
|................|
00104b30 98 0d 99 0d 9a 0d 9b 0d 9c 0d 9d 0d 9e 0d 9f 0d
|................|
00104b40 a0 0d a1 0d a2 0d a3 0d a4 0d a5 0d a6 0d a7 0d
|................|
00104b50 a8 0d a9 0d aa 0d ab 0d ac 0d ad 0d ae 0d af 0d
|................|
00104b60 b0 0d b1 0d b2 0d b3 0d b4 0d b5 0d b6 0d b7 0d
|................|
00104b70 b8 0d b9 0d ba 0d bb 0d bc 0d bd 0d be 0d bf 0d
|................|
00104b80 c0 0d c1 0d c2 0d c3 0d c4 0d c5 0d c6 0d c7 0d
|................|
00104b90 c8 0d c9 0d ca 0d cb 0d cc 0d cd 0d ce 0d cf 0d
|................|
00104ba0 d0 0d d1 0d d2 0d d3 0d d4 0d d5 0d d6 0d d7 0d
|................|
00104bb0 d8 0d d9 0d da 0d db 0d dc 0d dd 0d de 0d df 0d
|................|
00104bc0 e0 0d e1 0d e2 0d e3 0d e4 0d e5 0d e6 0d e7 0d
|................|
00104bd0 e8 0d e9 0d ea 0d eb 0d ec 0d ed 0d ee 0d ef 0d
|................|
00104be0 f0 0d f1 0d f2 0d f3 0d f4 0d f5 0d f6 0d f7 0d
|................|
00104bf0 f8 0d f9 0d fa 0d fb 0d fc 0d fd 0d fe 0d ff 0d
|................|
00104c00 00 0e 01 0e 02 0e 03 0e 04 0e 05 0e 06 0e 07 0e
|................|
00104c10 08 0e 09 0e 0a 0e 0b 0e 0c 0e 0d 0e 0e 0e 0f 0e
|................|
00104c20 10 0e 11 0e 12 0e 13 0e 14 0e 15 0e 16 0e 17 0e
|................|
00104c30 18 0e 19 0e 1a 0e 1b 0e 1c 0e 1d 0e 1e 0e 1f 0e
|................|
00104c40 20 0e 21 0e 22 0e 23 0e 24 0e 25 0e 26 0e 27 0e |
.!.".#.$.%.&.'.|
00104c50 28 0e 29 0e 2a 0e 2b 0e 2c 0e 2d 0e 2e 0e 2f 0e
|(.).*.+.,.-.../.|
00104c60 30 0e 31 0e 32 0e 33 0e 34 0e 35 0e 36 0e 37 0e
|0.1.2.3.4.5.6.7.|
00104c70 38 0e 39 0e 3a 0e 3b 0e 3c 0e 3d 0e 3e 0e 3f 0e
|8.9.:.;.<.=.>.?.|
00104c80 40 0e 41 0e 42 0e 43 0e 44 0e 45 0e 46 0e 47 0e
|@.A.B.C.D.E.F.G.|
00104c90 48 0e 49 0e 4a 0e 4b 0e 4c 0e 4d 0e 4e 0e 4f 0e
|H.I.J.K.L.M.N.O.|
00104ca0 50 0e 51 0e 52 0e 53 0e 54 0e 55 0e 56 0e 57 0e
|P.Q.R.S.T.U.V.W.|
00104cb0 58 0e 59 0e 5a 0e 5b 0e 5c 0e 5d 0e 5e 0e 5f 0e
|X.Y.Z.[.\.].^._.|
00104cc0 60 0e 61 0e 62 0e 63 0e 64 0e 65 0e 66 0e 67 0e
|`.a.b.c.d.e.f.g.|
00104cd0 68 0e 69 0e 6a 0e 6b 0e 6c 0e 6d 0e 6e 0e 6f 0e
|h.i.j.k.l.m.n.o.|
00104ce0 70 0e 71 0e 72 0e 73 0e 74 0e 75 0e 76 0e 77 0e
|p.q.r.s.t.u.v.w.|
00104cf0 78 0e 79 0e 7a 0e 7b 0e 7c 0e 7d 0e 7e 0e 7f 0e
|x.y.z.{.|.}.~...|
00104d00 80 0e 81 0e 82 0e 83 0e 84 0e 85 0e 86 0e 87 0e
|................|
00104d10 88 0e 89 0e 8a 0e 8b 0e 8c 0e 8d 0e 8e 0e 8f 0e
|................|
00104d20 90 0e 91 0e 92 0e 93 0e 94 0e 95 0e 96 0e 97 0e
|................|
00104d30 98 0e 99 0e 9a 0e 9b 0e 9c 0e 9d 0e 9e 0e 9f 0e
|................|
00104d40 a0 0e a1 0e a2 0e a3 0e a4 0e a5 0e a6 0e a7 0e
|................|
00104d50 a8 0e a9 0e aa 0e ab 0e ac 0e ad 0e ae 0e af 0e
|................|
00104d60 b0 0e b1 0e b2 0e b3 0e b4 0e b5 0e b6 0e b7 0e
|................|
00104d70 b8 0e b9 0e ba 0e bb 0e bc 0e bd 0e be 0e bf 0e
|................|
00104d80 c0 0e c1 0e c2 0e c3 0e c4 0e c5 0e c6 0e c7 0e
|................|
00104d90 c8 0e c9 0e ca 0e cb 0e cc 0e cd 0e ce 0e cf 0e
|................|
00104da0 d0 0e d1 0e d2 0e d3 0e d4 0e d5 0e d6 0e d7 0e
|................|
00104db0 d8 0e d9 0e da 0e db 0e dc 0e dd 0e de 0e df 0e
|................|
00104dc0 e0 0e e1 0e e2 0e e3 0e e4 0e e5 0e e6 0e e7 0e
|................|
00104dd0 e8 0e e9 0e ea 0e eb 0e ec 0e ed 0e ee 0e ef 0e
|................|
00104de0 f0 0e f1 0e f2 0e f3 0e f4 0e f5 0e f6 0e f7 0e
|................|
00104df0 f8 0e f9 0e fa 0e fb 0e fc 0e fd 0e fe 0e ff 0e
|................|
00104e00 00 0f 01 0f 02 0f 03 0f 04 0f 05 0f 06 0f 07 0f
|................|
00104e10 08 0f 09 0f 0a 0f 0b 0f 0c 0f 0d 0f 0e 0f 0f 0f
|................|
00104e20 10 0f 11 0f 12 0f 13 0f 14 0f 15 0f 16 0f 17 0f
|................|
00104e30 18 0f 19 0f 1a 0f 1b 0f 1c 0f 1d 0f 1e 0f 1f 0f
|................|
00104e40 20 0f 21 0f 22 0f 23 0f 24 0f 25 0f 26 0f 27 0f |
.!.".#.$.%.&.'.|
00104e50 28 0f 29 0f 2a 0f 2b 0f 2c 0f 2d 0f 2e 0f 2f 0f
|(.).*.+.,.-.../.|
00104e60 30 0f 31 0f 32 0f 33 0f 34 0f 35 0f 36 0f 37 0f
|0.1.2.3.4.5.6.7.|
00104e70 38 0f 39 0f 3a 0f 3b 0f 3c 0f 3d 0f 3e 0f 3f 0f
|8.9.:.;.<.=.>.?.|
00104e80 40 0f 41 0f 42 0f 43 0f 44 0f 45 0f 46 0f 47 0f
|@.A.B.C.D.E.F.G.|
00104e90 48 0f 49 0f 4a 0f 4b 0f 4c 0f 4d 0f 4e 0f 4f 0f
|H.I.J.K.L.M.N.O.|
00104ea0 50 0f 51 0f 52 0f 53 0f 54 0f 55 0f 56 0f 57 0f
|P.Q.R.S.T.U.V.W.|
00104eb0 58 0f 59 0f 5a 0f 5b 0f 5c 0f 5d 0f 5e 0f 5f 0f
|X.Y.Z.[.\.].^._.|
00104ec0 60 0f 61 0f 62 0f 63 0f 64 0f 65 0f 66 0f 67 0f
|`.a.b.c.d.e.f.g.|
00104ed0 68 0f 69 0f 6a 0f 6b 0f 6c 0f 6d 0f 6e 0f 6f 0f
|h.i.j.k.l.m.n.o.|
00104ee0 70 0f 71 0f 72 0f 73 0f 74 0f 75 0f 76 0f 77 0f
|p.q.r.s.t.u.v.w.|
00104ef0 78 0f 79 0f 7a 0f 7b 0f 7c 0f 7d 0f 7e 0f 7f 0f
|x.y.z.{.|.}.~...|
00104f00 80 0f 81 0f 82 0f 83 0f 84 0f 85 0f 86 0f 87 0f
|................|
00104f10 88 0f 89 0f 8a 0f 8b 0f 8c 0f 8d 0f 8e 0f 8f 0f
|................|
00104f20 90 0f 91 0f 92 0f 93 0f 94 0f 95 0f 96 0f 97 0f
|................|
00104f30 98 0f 99 0f 9a 0f 9b 0f 9c 0f 9d 0f 9e 0f 9f 0f
|................|
00104f40 a0 0f a1 0f a2 0f a3 0f a4 0f a5 0f a6 0f a7 0f
|................|
00104f50 a8 0f a9 0f aa 0f ab 0f ac 0f ad 0f ae 0f af 0f
|................|
00104f60 b0 0f b1 0f b2 0f b3 0f b4 0f b5 0f b6 0f b7 0f
|................|
00104f70 b8 0f b9 0f ba 0f bb 0f bc 0f bd 0f be 0f bf 0f
|................|
00104f80 c0 0f c1 0f c2 0f c3 0f c4 0f c5 0f c6 0f c7 0f
|................|
00104f90 c8 0f c9 0f ca 0f cb 0f cc 0f cd 0f ce 0f cf 0f
|................|
00104fa0 d0 0f d1 0f d2 0f d3 0f d4 0f d5 0f d6 0f d7 0f
|................|
00104fb0 d8 0f d9 0f da 0f db 0f dc 0f dd 0f de 0f df 0f
|................|
00104fc0 e0 0f e1 0f e2 0f e3 0f e4 0f e5 0f e6 0f e7 0f
|................|
00104fd0 e8 0f e9 0f ea 0f eb 0f ec 0f ed 0f ee 0f ef 0f
|................|
00104fe0 f0 0f f1 0f f2 0f f3 0f f4 0f f5 0f f6 0f f7 0f
|................|
00104ff0 f8 0f f9 0f fa 0f fb 0f fc 0f fd 0f fe 0f ff 0f
|................|
00105000 00 10 01 10 02 10 03 10 04 10 05 10 06 10 07 10
|................|
00105010 08 10 09 10 0a 10 0b 10 0c 10 0d 10 0e 10 0f 10
|................|
00105020 10 10 11 10 12 10 13 10 14 10 15 10 16 10 17 10
|................|
00105030 18 10 19 10 1a 10 1b 10 1c 10 1d 10 1e 10 1f 10
|................|
00105040 20 10 21 10 22 10 23 10 24 10 25 10 26 10 27 10 |
.!.".#.$.%.&.'.|
00105050 28 10 29 10 2a 10 2b 10 2c 10 2d 10 2e 10 2f 10
|(.).*.+.,.-.../.|
00105060 30 10 31 10 32 10 33 10 34 10 35 10 36 10 37 10
|0.1.2.3.4.5.6.7.|
00105070 38 10 39 10 3a 10 3b 10 3c 10 3d 10 3e 10 3f 10
|8.9.:.;.<.=.>.?.|
00105080 40 10 41 10 42 10 43 10 44 10 45 10 46 10 47 10
|@.A.B.C.D.E.F.G.|
00105090 48 10 49 10 4a 10 4b 10 4c 10 4d 10 4e 10 4f 10
|H.I.J.K.L.M.N.O.|
001050a0 50 10 51 10 52 10 53 10 54 10 55 10 56 10 57 10
|P.Q.R.S.T.U.V.W.|
001050b0 58 10 59 10 5a 10 5b 10 5c 10 5d 10 5e 10 5f 10
|X.Y.Z.[.\.].^._.|
001050c0 60 10 61 10 62 10 63 10 64 10 65 10 66 10 67 10
|`.a.b.c.d.e.f.g.|
001050d0 68 10 69 10 6a 10 6b 10 6c 10 6d 10 6e 10 6f 10
|h.i.j.k.l.m.n.o.|
001050e0 70 10 71 10 72 10 73 10 74 10 75 10 76 10 77 10
|p.q.r.s.t.u.v.w.|
001050f0 78 10 79 10 7a 10 7b 10 7c 10 7d 10 7e 10 7f 10
|x.y.z.{.|.}.~...|
00105100 80 10 81 10 82 10 83 10 84 10 85 10 86 10 87 10
|................|
00105110 88 10 89 10 8a 10 8b 10 8c 10 8d 10 8e 10 8f 10
|................|
00105120 90 10 91 10 92 10 93 10 94 10 95 10 96 10 97 10
|................|
00105130 98 10 99 10 9a 10 9b 10 9c 10 9d 10 9e 10 9f 10
|................|
00105140 a0 10 a1 10 a2 10 a3 10 a4 10 a5 10 a6 10 a7 10
|................|
00105150 a8 10 a9 10 aa 10 ab 10 ac 10 ad 10 ae 10 af 10
|................|
00105160 b0 10 b1 10 b2 10 b3 10 b4 10 b5 10 b6 10 b7 10
|................|
00105170 b8 10 b9 10 ba 10 bb 10 bc 10 bd 10 be 10 bf 10
|................|
00105180 c0 10 c1 10 c2 10 c3 10 c4 10 c5 10 c6 10 c7 10
|................|
00105190 c8 10 c9 10 ca 10 cb 10 cc 10 cd 10 ce 10 cf 10
|................|
001051a0 d0 10 d1 10 d2 10 d3 10 d4 10 d5 10 d6 10 d7 10
|................|
001051b0 d8 10 d9 10 da 10 db 10 dc 10 dd 10 de 10 df 10
|................|
001051c0 e0 10 e1 10 e2 10 e3 10 e4 10 e5 10 e6 10 e7 10
|................|
001051d0 e8 10 e9 10 ea 10 eb 10 ec 10 ed 10 ee 10 ef 10
|................|
001051e0 f0 10 f1 10 f2 10 f3 10 f4 10 f5 10 f6 10 f7 10
|................|
001051f0 f8 10 f9 10 fa 10 fb 10 fc 10 fd 10 fe 10 ff 10
|................|
00105200 00 11 01 11 02 11 03 11 04 11 05 11 06 11 07 11
|................|
00105210 08 11 09 11 0a 11 0b 11 0c 11 0d 11 0e 11 0f 11
|................|
00105220 10 11 11 11 12 11 13 11 14 11 15 11 16 11 17 11
|................|
00105230 18 11 19 11 1a 11 1b 11 1c 11 1d 11 1e 11 1f 11
|................|
00105240 20 11 21 11 22 11 23 11 24 11 25 11 26 11 27 11 |
.!.".#.$.%.&.'.|
00105250 28 11 29 11 2a 11 2b 11 2c 11 2d 11 2e 11 2f 11
|(.).*.+.,.-.../.|
00105260 30 11 31 11 32 11 33 11 34 11 35 11 36 11 37 11
|0.1.2.3.4.5.6.7.|
00105270 38 11 39 11 3a 11 3b 11 3c 11 3d 11 3e 11 3f 11
|8.9.:.;.<.=.>.?.|
00105280 40 11 41 11 42 11 43 11 44 11 45 11 46 11 47 11
|@.A.B.C.D.E.F.G.|
00105290 48 11 49 11 4a 11 4b 11 4c 11 4d 11 4e 11 4f 11
|H.I.J.K.L.M.N.O.|
001052a0 50 11 51 11 52 11 53 11 54 11 55 11 56 11 57 11
|P.Q.R.S.T.U.V.W.|
001052b0 58 11 59 11 5a 11 5b 11 5c 11 5d 11 5e 11 5f 11
|X.Y.Z.[.\.].^._.|
001052c0 60 11 61 11 62 11 63 11 64 11 65 11 66 11 67 11
|`.a.b.c.d.e.f.g.|
001052d0 68 11 69 11 6a 11 6b 11 6c 11 6d 11 6e 11 6f 11
|h.i.j.k.l.m.n.o.|
001052e0 70 11 71 11 72 11 73 11 74 11 75 11 76 11 77 11
|p.q.r.s.t.u.v.w.|
001052f0 78 11 79 11 7a 11 7b 11 7c 11 7d 11 7e 11 7f 11
|x.y.z.{.|.}.~...|
00105300 80 11 81 11 82 11 83 11 84 11 85 11 86 11 87 11
|................|
00105310 88 11 89 11 8a 11 8b 11 8c 11 8d 11 8e 11 8f 11
|................|
00105320 90 11 91 11 92 11 93 11 94 11 95 11 96 11 97 11
|................|
00105330 98 11 99 11 9a 11 9b 11 9c 11 9d 11 9e 11 9f 11
|................|
00105340 a0 11 a1 11 a2 11 a3 11 a4 11 a5 11 a6 11 a7 11
|................|
00105350 a8 11 a9 11 aa 11 ab 11 ac 11 ad 11 ae 11 af 11
|................|
00105360 b0 11 b1 11 b2 11 b3 11 b4 11 b5 11 b6 11 b7 11
|................|
00105370 b8 11 b9 11 ba 11 bb 11 bc 11 bd 11 be 11 bf 11
|................|
00105380 c0 11 c1 11 c2 11 c3 11 c4 11 c5 11 c6 11 c7 11
|................|
00105390 c8 11 c9 11 ca 11 cb 11 cc 11 cd 11 ce 11 cf 11
|................|
001053a0 d0 11 d1 11 d2 11 d3 11 d4 11 d5 11 d6 11 d7 11
|................|
001053b0 d8 11 d9 11 da 11 db 11 dc 11 dd 11 de 11 df 11
|................|
001053c0 e0 11 e1 11 e2 11 e3 11 e4 11 e5 11 e6 11 e7 11
|................|
001053d0 e8 11 e9 11 ea 11 eb 11 ec 11 ed 11 ee 11 ef 11
|................|
001053e0 f0 11 f1 11 f2 11 f3 11 f4 11 f5 11 f6 11 f7 11
|................|
001053f0 f8 11 f9 11 fa 11 fb 11 fc 11 fd 11 fe 11 ff 11
|................|
00105400 00 12 01 12 02 12 03 12 04 12 05 12 06 12 07 12
|................|
00105410 08 12 09 12 0a 12 0b 12 0c 12 0d 12 0e 12 0f 12
|................|
00105420 10 12 11 12 12 12 13 12 14 12 15 12 16 12 17 12
|................|
00105430 18 12 19 12 1a 12 1b 12 1c 12 1d 12 1e 12 1f 12
|................|
00105440 20 12 21 12 22 12 23 12 24 12 25 12 26 12 27 12 |
.!.".#.$.%.&.'.|
00105450 28 12 29 12 2a 12 2b 12 2c 12 2d 12 2e 12 2f 12
|(.).*.+.,.-.../.|
00105460 30 12 31 12 32 12 33 12 34 12 35 12 36 12 37 12
|0.1.2.3.4.5.6.7.|
00105470 38 12 39 12 3a 12 3b 12 3c 12 3d 12 3e 12 3f 12
|8.9.:.;.<.=.>.?.|
00105480 40 12 41 12 42 12 43 12 44 12 45 12 46 12 47 12
|@.A.B.C.D.E.F.G.|
00105490 48 12 49 12 4a 12 4b 12 4c 12 4d 12 4e 12 4f 12
|H.I.J.K.L.M.N.O.|
001054a0 50 12 51 12 52 12 53 12 54 12 55 12 56 12 57 12
|P.Q.R.S.T.U.V.W.|
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Please help RAID1 complete fail no superblock
2016-11-22 23:04 ` YK
2016-11-22 23:08 ` YK
@ 2016-11-26 17:45 ` YK
2016-11-26 19:58 ` Phil Turmel
1 sibling, 1 reply; 12+ messages in thread
From: YK @ 2016-11-26 17:45 UTC (permalink / raw)
To: Phil Turmel
Cc: linux-raid@vger.kernel.org, antlists@youngman.org.uk,
george.rapp@gmail.com
On 11/23/2016 01:04 AM, YK wrote:
> On 11/23/2016 12:01 AM, Phil Turmel wrote:
>> Please provide the output of these two commands:
>>
>> dd if=/dev/sdb1 bs=4k count=4k |hexdump -C |head -n1000
>>
>> dd if=/dev/sdc bs=4k count=4k |hexdump -C |head -n1000
> Here is the output for sdb1
> ...
> 00000420 00 80 00 00 00 80 00 00 00 20 00 00 d8 ef ba 53 |.........
> .....S|
> 00000430 e6 ef ba 53 01 00 ff ff 53 ef 01 00 01 00 00 00
> |...S....S.......|
> 00000440 ef ee ba 53 00 00 00 00 00 00 00 00 01 00 00 00
> |...S............|
On 11/23/2016 11:47 PM, YK wrote:
> On 11/23/2016 10:25 PM, Wols Lists wrote:
>> Basically, you need to run hexdump, and look for evidence of a damaged
>> superblock, and/or a filesystem superblock.
>> If you find them, the other experts will be able, hopefully, to tell you
>> how to get the array back
>
> I do see "53 ef" in the fifth line of the output for my sdb1 hexdump !
After a lot of reading, I'm getting to the conclusion that the hexdump
for sdb1
shows my ext4 superblock in the correct location with the expected
offset (line 430, 0x38).
Am I right?
I tried to mount the partition without offset, by executing:
mount /dev/sdb1 -o ro -t ext4 /mnt/recovery
But I still get this message:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1
Is there something I can do to successfully mount my old partition?
Thank you all again,
Yaniv
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Please help RAID1 complete fail no superblock
2016-11-26 17:45 ` YK
@ 2016-11-26 19:58 ` Phil Turmel
0 siblings, 0 replies; 12+ messages in thread
From: Phil Turmel @ 2016-11-26 19:58 UTC (permalink / raw)
To: YK
Cc: linux-raid@vger.kernel.org, antlists@youngman.org.uk,
george.rapp@gmail.com
Sorry Yaniv, caught up in the holiday weekend here )-:
On 11/26/2016 12:45 PM, YK wrote:
> On 11/23/2016 01:04 AM, YK wrote:
>> On 11/23/2016 12:01 AM, Phil Turmel wrote:
>>> Please provide the output of these two commands:
>>>
>>> dd if=/dev/sdb1 bs=4k count=4k |hexdump -C |head -n1000
>>>
>>> dd if=/dev/sdc bs=4k count=4k |hexdump -C |head -n1000
>> Here is the output for sdb1
>> ...
>> 00000420 00 80 00 00 00 80 00 00 00 20 00 00 d8 ef ba 53 |.........
>> .....S|
>> 00000430 e6 ef ba 53 01 00 ff ff 53 ef 01 00 01 00 00 00
>> |...S....S.......|
>> 00000440 ef ee ba 53 00 00 00 00 00 00 00 00 01 00 00 00
>> |...S............|
>
> On 11/23/2016 11:47 PM, YK wrote:
>> On 11/23/2016 10:25 PM, Wols Lists wrote:
>>> Basically, you need to run hexdump, and look for evidence of a damaged
>>> superblock, and/or a filesystem superblock.
>>> If you find them, the other experts will be able, hopefully, to tell you
>>> how to get the array back
>>
>> I do see "53 ef" in the fifth line of the output for my sdb1 hexdump !
> After a lot of reading, I'm getting to the conclusion that the hexdump
> for sdb1
> shows my ext4 superblock in the correct location with the expected
> offset (line 430, 0x38).
> Am I right?
Yes. sdb1 should be directly mountable.
> I tried to mount the partition without offset, by executing:
> mount /dev/sdb1 -o ro -t ext4 /mnt/recovery
>
> But I still get this message:
> mount: wrong fs type, bad option, bad superblock on /dev/sdb1
>
> Is there something I can do to successfully mount my old partition?
so, something stomped on the beginning of your filesystem superblock.
Fortunately, ext2/3/4 keeps backup copies that should let you fix your
filesystem, then mount it. The manpage for e2fsck shows the '-b' option
that uses a backup superblock, and describes the methods for figuring
out where your backup superblocks are located.
Phil
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re:Please help RAID1 complete fail no superblock
@ 2016-11-22 16:24 theelectricengineer
2016-11-22 18:05 ` Please " Phil Turmel
0 siblings, 1 reply; 12+ messages in thread
From: theelectricengineer @ 2016-11-22 16:24 UTC (permalink / raw)
To: linux-raid@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 2521 bytes --]
>On 22/11/16 14:49, George Rapp wrote:
>> On Tue, Nov 22, 2016 at 9:31 AM, theelectricengineer@gmail.com
>> <theelectricengineer@gmail.com> wrote:
>>> Hello good people of the linux-raid group,
>>>
>>> I really need your help with my RAID1 that has completely failed, on which I have photos of my beloved deceased grandparents.
>>>
>>> I had the RAID1 array for about 3 years, and I had replaced one of the drives when it failed about one year ago. All worked fine.
>>>
>>> A few weeks ago, I bought a new computer and wanted to move the array to the new computer.
>>> I read several guides, and thought that all I had to do was turn both computers off, move the drives, and in the new computer execute: mdadm --assemble --scan
>>> which I did.
>>>
>>> The output was: mdadm: /dev/sdb has no superblock - assembly aborted
>>>
>>> I panicked, moved the drives back, but the old RAID wouldn't start!
>>> The old computer too says that one of the drives has no superblock
>>> and, even worse, that the other is UNALLOCATED SPACE!!!
>>>
>>> I don't understand why the partition on the second drive disappeared, and I'm so worried.
>>>
>>> PLEASE, PLEASE help me...
>>>
>>> I read the wiki pages (raid wiki kernel), but I'm afraid to run any commands that might make things worse.
>>>
>>> I would be very happy if I could restore the data from either one of the drives,
>>> and copy it to the new drives in my new computer (as I should have done before moving the drives).
>>>
>>
>> Yaniv -
>>
>> One more piece of information that would be helpful is the partition
>> tables for each drive:
>>
>> # fdisk -l /dev/sdb /dev/sdc
>>
>
> And search the archive for the following thread - "RAID10 with 2 drives
> auto-assembled as RAID1". It's pretty recent.
>
> You've got a mirror, which means both of your drives should have a valid
> filesystem on them, so things look optimistic. It's just a case of
> finding it - that thread should help you look. The experts will chime
> in, but if you can find the string sequences they're looking for, it'll
> help you recover the partition(s). What filesystem were you using?
>
> Cheers,
> Wol
Thank you both for the quick response,
Attached are the outputs of fdisk -l for both drives.
I read the correspondence in the archived email thread "RAID10 with 2 drives
auto-assembled as RAID1",
but I don't understand what I should do.
Could you please guide me?
I'm afraid to execute any unfamiliar commands that might lower my chances of saving my data.
Thank you so much!
Yaniv
[-- Attachment #2: fdisk_l_sdb.txt --]
[-- Type: text/plain, Size: 586 bytes --]
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes
255 heads, 63 sectors/track, 364801 cylinders, total 5860533168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x087c1355
Device Boot Start End Blocks Id System
/dev/sdb1 1 4294967295 2147483647+ ee GPT
Partition 1 does not start on physical sector boundary.
[-- Attachment #3: fdisk_l_sdc.txt --]
[-- Type: text/plain, Size: 586 bytes --]
WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdc: 3000.6 GB, 3000592982016 bytes
256 heads, 63 sectors/track, 363376 cylinders, total 5860533168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 1 4294967295 2147483647+ ee GPT
Partition 1 does not start on physical sector boundary.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Please help RAID1 complete fail no superblock
2016-11-22 16:24 theelectricengineer
@ 2016-11-22 18:05 ` Phil Turmel
0 siblings, 0 replies; 12+ messages in thread
From: Phil Turmel @ 2016-11-22 18:05 UTC (permalink / raw)
To: theelectricengineer@gmail.com
Cc: linux-raid@vger.kernel.org, Wols Lists, George Rapp
Hi Yaniv,
{ Convention on kernel.org is to reply-to-all, trim quotes, and either
reply at the bottom or interleaved with the questions. CC list
repaired. And please don't break threading. }
On 11/22/2016 11:24 AM, theelectricengineer@gmail.com wrote:
>>> One more piece of information that would be helpful is the partition
>>> tables for each drive:
>>>
>>> # fdisk -l /dev/sdb /dev/sdc
Per the warnings in the output, fdisk is not appropriate for your
drives. You must use gdisk or parted:
gdisk -l /dev/sdb
gdisk -l /dev/sdc
parted /dev/sdb print
parted /dev/sdc print
Phil
^ permalink raw reply [flat|nested] 12+ messages in thread
* Please help RAID1 complete fail no superblock
@ 2016-11-22 14:31 theelectricengineer
2016-11-22 14:49 ` George Rapp
0 siblings, 1 reply; 12+ messages in thread
From: theelectricengineer @ 2016-11-22 14:31 UTC (permalink / raw)
To: linux-raid@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 2487 bytes --]
Hello good people of the linux-raid group,
I really need your help with my RAID1 that has completely failed, on which I have photos of my beloved deceased grandparents.
I had the RAID1 array for about 3 years, and I had replaced one of the drives when it failed about one year ago. All worked fine.
A few weeks ago, I bought a new computer and wanted to move the array to the new computer.
I read several guides, and thought that all I had to do was turn both computers off, move the drives, and in the new computer execute: mdadm --assemble --scan
which I did.
The output was: mdadm: /dev/sdb has no superblock - assembly aborted
I panicked, moved the drives back, but the old RAID wouldn't start!
The old computer too says that one of the drives has no superblock
and, even worse, that the other is UNALLOCATED SPACE!!!
I don't understand why the partition on the second drive disappeared, and I'm so worried.
PLEASE, PLEASE help me...
I read the wiki pages (raid wiki kernel), but I'm afraid to run any commands that might make things worse.
I would be very happy if I could restore the data from either one of the drives,
and copy it to the new drives in my new computer (as I should have done before moving the drives).
I attached the output of smartctl --xall for both drives to this email.
Please see the output of the following commands:
uname -a
Linux 3.8.0-35-generic #50-Ubuntu SMP Tue Dec 3 01:24:59 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
mdadm -V
mdadm - v3.2.5 - 18th May 2012
/proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
unused devices: <none>
mdadm --detail /dev/md1
mdadm: cannot open /dev/md1: No such file or directory
mdadm --assemble /dev/md1 /dev/sd[bc]
mdadm: Cannot assemble mbr metadata on /dev/sdb
mdadm: /dev/sdb has no superblock - assembly aborted
(same out put for --force --assemble)
mdadm --examine /dev/sdb
/dev/sdb:
MBR Magic : aa55
Partition[0] : 4294967295 sectors at 1 (type ee)
mdadm --examine /dev/sdb1
mdadm: No md superblock detected on /dev/sdb1
mdadm --examine /dev/sdc
/dev/sdc:
MBR Magic : aa55
Partition[0] : 4294967295 sectors at 1 (type ee)
mdadm --examine /dev/sdc1
mdadm: cannot open /dev/sdc1: No such file or directory
I also have the UUID of the array from before the move in a copy of the mdadm.conf file,
although I don't know how it could assist.
Any help and guidance would be very much appreciated.
Thank you!
Yaniv
[-- Attachment #2: sdb_smartctl.txt --]
[-- Type: text/plain, Size: 15331 bytes --]
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Caviar Green (Adv. Format)
Device Model: WDC WD30EZRX-00DC0B0
Serial Number: WD-WMC1T1439000
LU WWN Device Id: 5 0014ee 0ae24394c
Firmware Version: 80.00A80
User Capacity: 3,000,592,982,016 bytes [3.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: 8
ATA Standard is: ACS-2 (revision not indicated)
Local Time is: Mon Nov 14 00:19:07 2016 IST
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
AAM feature is: Unavailable
APM feature is: Unavailable
Rd look-ahead is: Enabled
Write cache is: Enabled
ATA Security is: Disabled, NOT FROZEN [SEC1]
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (40080) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 402) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x70b5) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
1 Raw_Read_Error_Rate POSR-K 200 200 051 - 3
3 Spin_Up_Time POS--K 190 173 021 - 5475
4 Start_Stop_Count -O--CK 100 100 000 - 168
5 Reallocated_Sector_Ct PO--CK 200 200 140 - 0
7 Seek_Error_Rate -OSR-K 200 200 000 - 0
9 Power_On_Hours -O--CK 066 066 000 - 25069
10 Spin_Retry_Count -O--CK 100 100 000 - 0
11 Calibration_Retry_Count -O--CK 100 100 000 - 0
12 Power_Cycle_Count -O--CK 100 100 000 - 168
192 Power-Off_Retract_Count -O--CK 200 200 000 - 140
193 Load_Cycle_Count -O--CK 153 153 000 - 141868
194 Temperature_Celsius -O---K 120 106 000 - 30
196 Reallocated_Event_Count -O--CK 200 200 000 - 0
197 Current_Pending_Sector -O--CK 200 200 000 - 0
198 Offline_Uncorrectable ----CK 200 200 000 - 0
199 UDMA_CRC_Error_Count -O--CK 200 200 000 - 0
200 Multi_Zone_Error_Rate ---R-- 200 200 000 - 0
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
General Purpose Log Directory Version 1
SMART Log Directory Version 1 [multi-sector log support]
GP/S Log at address 0x00 has 1 sectors [Log Directory]
SMART Log at address 0x01 has 1 sectors [Summary SMART error log]
SMART Log at address 0x02 has 5 sectors [Comprehensive SMART error log]
GP Log at address 0x03 has 6 sectors [Ext. Comprehensive SMART error log]
SMART Log at address 0x06 has 1 sectors [SMART self-test log]
GP Log at address 0x07 has 1 sectors [Extended self-test log]
SMART Log at address 0x09 has 1 sectors [Selective self-test log]
GP Log at address 0x10 has 1 sectors [NCQ Command Error log]
GP Log at address 0x11 has 1 sectors [SATA Phy Event Counters]
GP/S Log at address 0x80 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x81 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x82 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x83 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x84 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x85 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x86 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x87 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x88 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x89 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8a has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8b has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8c has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8d has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8e has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8f has 16 sectors [Host vendor specific log]
GP/S Log at address 0x90 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x91 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x92 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x93 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x94 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x95 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x96 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x97 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x98 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x99 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9a has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9b has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9c has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9d has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9e has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9f has 16 sectors [Host vendor specific log]
GP/S Log at address 0xa0 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa1 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa2 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa3 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa4 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa5 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa6 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa7 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa8 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xa9 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xaa has 1 sectors [Device vendor specific log]
GP/S Log at address 0xab has 1 sectors [Device vendor specific log]
GP/S Log at address 0xac has 1 sectors [Device vendor specific log]
GP/S Log at address 0xad has 1 sectors [Device vendor specific log]
GP/S Log at address 0xae has 1 sectors [Device vendor specific log]
GP/S Log at address 0xaf has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb0 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb1 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb2 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb3 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb4 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb5 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb6 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb7 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xbd has 1 sectors [Device vendor specific log]
GP/S Log at address 0xc0 has 1 sectors [Device vendor specific log]
GP Log at address 0xc1 has 93 sectors [Device vendor specific log]
GP/S Log at address 0xe0 has 1 sectors [SCT Command/Status]
GP/S Log at address 0xe1 has 1 sectors [SCT Data Transfer]
SMART Extended Comprehensive Error Log Version: 1 (6 sectors)
No Errors Logged
SMART Extended Self-test Log Version: 1 (1 sectors)
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 17488 -
# 2 Short offline Completed without error 00% 8774 -
# 3 Extended offline Completed without error 00% 7531 -
# 4 Short offline Completed without error 00% 2 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
SCT Status Version: 3
SCT Version (vendor specific): 258 (0x0102)
SCT Support Level: 1
Device State: Active (0)
Current Temperature: 30 Celsius
Power Cycle Min/Max Temperature: 30/30 Celsius
Lifetime Min/Max Temperature: 15/44 Celsius
Under/Over Temperature Limit Count: 0/0
SCT Temperature History Version: 2
Temperature Sampling Period: 1 minute
Temperature Logging Interval: 1 minute
Min/Max recommended Temperature: 0/60 Celsius
Min/Max Temperature Limit: -41/85 Celsius
Temperature History Size (Index): 478 (373)
Index Estimated Time Temperature Celsius
374 2016-11-13 16:22 31 ************
... ..(116 skipped). .. ************
13 2016-11-13 18:19 31 ************
14 2016-11-13 18:20 32 *************
... ..( 3 skipped). .. *************
18 2016-11-13 18:24 32 *************
19 2016-11-13 18:25 31 ************
... ..( 6 skipped). .. ************
26 2016-11-13 18:32 31 ************
27 2016-11-13 18:33 30 ***********
28 2016-11-13 18:34 ? -
29 2016-11-13 18:35 24 *****
30 2016-11-13 18:36 24 *****
31 2016-11-13 18:37 25 ******
32 2016-11-13 18:38 ? -
33 2016-11-13 18:39 30 ***********
... ..( 5 skipped). .. ***********
39 2016-11-13 18:45 30 ***********
40 2016-11-13 18:46 27 ********
... ..( 14 skipped). .. ********
55 2016-11-13 19:01 27 ********
56 2016-11-13 19:02 26 *******
... ..( 23 skipped). .. *******
80 2016-11-13 19:26 26 *******
81 2016-11-13 19:27 27 ********
... ..( 13 skipped). .. ********
95 2016-11-13 19:41 27 ********
96 2016-11-13 19:42 28 *********
... ..( 14 skipped). .. *********
111 2016-11-13 19:57 28 *********
112 2016-11-13 19:58 29 **********
... ..( 13 skipped). .. **********
126 2016-11-13 20:12 29 **********
127 2016-11-13 20:13 30 ***********
... ..( 6 skipped). .. ***********
134 2016-11-13 20:20 30 ***********
135 2016-11-13 20:21 31 ************
... ..( 28 skipped). .. ************
164 2016-11-13 20:50 31 ************
165 2016-11-13 20:51 32 *************
... ..( 42 skipped). .. *************
208 2016-11-13 21:34 32 *************
209 2016-11-13 21:35 31 ************
... ..( 3 skipped). .. ************
213 2016-11-13 21:39 31 ************
214 2016-11-13 21:40 30 ***********
... ..( 3 skipped). .. ***********
218 2016-11-13 21:44 30 ***********
219 2016-11-13 21:45 29 **********
... ..( 22 skipped). .. **********
242 2016-11-13 22:08 29 **********
243 2016-11-13 22:09 30 ***********
... ..( 7 skipped). .. ***********
251 2016-11-13 22:17 30 ***********
252 2016-11-13 22:18 31 ************
... ..( 2 skipped). .. ************
255 2016-11-13 22:21 31 ************
256 2016-11-13 22:22 ? -
257 2016-11-13 22:23 25 ******
258 2016-11-13 22:24 ? -
259 2016-11-13 22:25 27 ********
... ..( 4 skipped). .. ********
264 2016-11-13 22:30 27 ********
265 2016-11-13 22:31 ? -
266 2016-11-13 22:32 27 ********
... ..( 5 skipped). .. ********
272 2016-11-13 22:38 27 ********
273 2016-11-13 22:39 28 *********
... ..( 14 skipped). .. *********
288 2016-11-13 22:54 28 *********
289 2016-11-13 22:55 ? -
290 2016-11-13 22:56 28 *********
... ..( 15 skipped). .. *********
306 2016-11-13 23:12 28 *********
307 2016-11-13 23:13 29 **********
... ..( 8 skipped). .. **********
316 2016-11-13 23:22 29 **********
317 2016-11-13 23:23 30 ***********
... ..( 12 skipped). .. ***********
330 2016-11-13 23:36 30 ***********
331 2016-11-13 23:37 31 ************
... ..( 21 skipped). .. ************
353 2016-11-13 23:59 31 ************
354 2016-11-14 00:00 ? -
355 2016-11-14 00:01 32 *************
356 2016-11-14 00:02 31 ************
... ..( 16 skipped). .. ************
373 2016-11-14 00:19 31 ************
Warning: device does not support SCT Error Recovery Control command
SATA Phy Event Counters (GP Log 0x11)
ID Size Value Description
0x0001 2 0 Command failed due to ICRC error
0x0002 2 0 R_ERR response for data FIS
0x0003 2 0 R_ERR response for device-to-host data FIS
0x0004 2 0 R_ERR response for host-to-device data FIS
0x0005 2 0 R_ERR response for non-data FIS
0x0006 2 0 R_ERR response for device-to-host non-data FIS
0x0007 2 0 R_ERR response for host-to-device non-data FIS
0x0008 2 0 Device-to-host non-data FIS retries
0x0009 2 2 Transition from drive PhyRdy to drive PhyNRdy
0x000a 2 2 Device-to-host register FISes sent due to a COMRESET
0x000b 2 0 CRC errors within host-to-device FIS
0x000f 2 0 R_ERR response for host-to-device data FIS, CRC
0x0012 2 0 R_ERR response for host-to-device non-data FIS, CRC
0x8000 4 419 Vendor specific
[-- Attachment #3: sdc_smartctl.txt --]
[-- Type: text/plain, Size: 15092 bytes --]
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Caviar Green (Adv. Format)
Device Model: WDC WD30EZRX-00DC0B0
Serial Number: WD-WMC1T3646865
LU WWN Device Id: 5 0014ee 6ae054c3d
Firmware Version: 80.00A80
User Capacity: 3,000,592,982,016 bytes [3.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: 8
ATA Standard is: ACS-2 (revision not indicated)
Local Time is: Mon Nov 14 00:17:37 2016 IST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
AAM feature is: Unavailable
APM feature is: Unavailable
Rd look-ahead is: Enabled
Write cache is: Enabled
ATA Security is: Disabled, NOT FROZEN [SEC1]
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x84) Offline data collection activity
was suspended by an interrupting command from host.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (39540) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 397) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x70b5) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE
1 Raw_Read_Error_Rate POSR-K 200 200 051 - 0
3 Spin_Up_Time POS--K 180 177 021 - 5958
4 Start_Stop_Count -O--CK 100 100 000 - 230
5 Reallocated_Sector_Ct PO--CK 200 200 140 - 0
7 Seek_Error_Rate -OSR-K 200 200 000 - 0
9 Power_On_Hours -O--CK 068 068 000 - 23971
10 Spin_Retry_Count -O--CK 100 100 000 - 0
11 Calibration_Retry_Count -O--CK 100 100 000 - 0
12 Power_Cycle_Count -O--CK 100 100 000 - 230
192 Power-Off_Retract_Count -O--CK 200 200 000 - 196
193 Load_Cycle_Count -O--CK 001 001 000 - 670114
194 Temperature_Celsius -O---K 118 102 000 - 32
196 Reallocated_Event_Count -O--CK 200 200 000 - 0
197 Current_Pending_Sector -O--CK 200 200 000 - 0
198 Offline_Uncorrectable ----CK 200 200 000 - 0
199 UDMA_CRC_Error_Count -O--CK 200 200 000 - 0
200 Multi_Zone_Error_Rate ---R-- 200 200 000 - 0
||||||_ K auto-keep
|||||__ C event count
||||___ R error rate
|||____ S speed/performance
||_____ O updated online
|______ P prefailure warning
General Purpose Log Directory Version 1
SMART Log Directory Version 1 [multi-sector log support]
GP/S Log at address 0x00 has 1 sectors [Log Directory]
SMART Log at address 0x01 has 1 sectors [Summary SMART error log]
SMART Log at address 0x02 has 5 sectors [Comprehensive SMART error log]
GP Log at address 0x03 has 6 sectors [Ext. Comprehensive SMART error log]
SMART Log at address 0x06 has 1 sectors [SMART self-test log]
GP Log at address 0x07 has 1 sectors [Extended self-test log]
SMART Log at address 0x09 has 1 sectors [Selective self-test log]
GP Log at address 0x10 has 1 sectors [NCQ Command Error log]
GP Log at address 0x11 has 1 sectors [SATA Phy Event Counters]
GP/S Log at address 0x80 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x81 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x82 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x83 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x84 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x85 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x86 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x87 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x88 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x89 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8a has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8b has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8c has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8d has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8e has 16 sectors [Host vendor specific log]
GP/S Log at address 0x8f has 16 sectors [Host vendor specific log]
GP/S Log at address 0x90 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x91 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x92 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x93 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x94 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x95 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x96 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x97 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x98 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x99 has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9a has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9b has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9c has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9d has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9e has 16 sectors [Host vendor specific log]
GP/S Log at address 0x9f has 16 sectors [Host vendor specific log]
GP/S Log at address 0xa0 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa1 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa2 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa3 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa4 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa5 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa6 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa7 has 16 sectors [Device vendor specific log]
GP/S Log at address 0xa8 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xa9 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xaa has 1 sectors [Device vendor specific log]
GP/S Log at address 0xab has 1 sectors [Device vendor specific log]
GP/S Log at address 0xac has 1 sectors [Device vendor specific log]
GP/S Log at address 0xad has 1 sectors [Device vendor specific log]
GP/S Log at address 0xae has 1 sectors [Device vendor specific log]
GP/S Log at address 0xaf has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb0 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb1 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb2 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb3 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb4 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb5 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb6 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xb7 has 1 sectors [Device vendor specific log]
GP/S Log at address 0xbd has 1 sectors [Device vendor specific log]
GP/S Log at address 0xc0 has 1 sectors [Device vendor specific log]
GP Log at address 0xc1 has 93 sectors [Device vendor specific log]
GP/S Log at address 0xe0 has 1 sectors [SCT Command/Status]
GP/S Log at address 0xe1 has 1 sectors [SCT Data Transfer]
SMART Extended Comprehensive Error Log Version: 1 (6 sectors)
No Errors Logged
SMART Extended Self-test Log Version: 1 (1 sectors)
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 16456 -
# 2 Short offline Completed without error 00% 7672 -
# 3 Short offline Aborted by host 90% 5719 -
# 4 Short offline Completed without error 00% 2 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
SCT Status Version: 3
SCT Version (vendor specific): 258 (0x0102)
SCT Support Level: 1
Device State: Active (0)
Current Temperature: 33 Celsius
Power Cycle Min/Max Temperature: 32/33 Celsius
Lifetime Min/Max Temperature: 16/49 Celsius
Under/Over Temperature Limit Count: 0/0
SCT Temperature History Version: 2
Temperature Sampling Period: 1 minute
Temperature Logging Interval: 1 minute
Min/Max recommended Temperature: 0/60 Celsius
Min/Max Temperature Limit: -41/85 Celsius
Temperature History Size (Index): 478 (111)
Index Estimated Time Temperature Celsius
112 2016-11-13 16:20 30 ***********
... ..( 80 skipped). .. ***********
193 2016-11-13 17:41 30 ***********
194 2016-11-13 17:42 31 ************
... ..( 3 skipped). .. ************
198 2016-11-13 17:46 31 ************
199 2016-11-13 17:47 ? -
200 2016-11-13 17:48 32 *************
... ..( 3 skipped). .. *************
204 2016-11-13 17:52 32 *************
205 2016-11-13 17:53 33 **************
206 2016-11-13 17:54 29 **********
... ..( 26 skipped). .. **********
233 2016-11-13 18:21 29 **********
234 2016-11-13 18:22 30 ***********
... ..( 5 skipped). .. ***********
240 2016-11-13 18:28 30 ***********
241 2016-11-13 18:29 31 ************
... ..( 2 skipped). .. ************
244 2016-11-13 18:32 31 ************
245 2016-11-13 18:33 ? -
246 2016-11-13 18:34 26 *******
247 2016-11-13 18:35 ? -
248 2016-11-13 18:36 27 ********
... ..( 4 skipped). .. ********
253 2016-11-13 18:41 27 ********
254 2016-11-13 18:42 ? -
255 2016-11-13 18:43 27 ********
... ..( 8 skipped). .. ********
264 2016-11-13 18:52 27 ********
265 2016-11-13 18:53 28 *********
... ..( 5 skipped). .. *********
271 2016-11-13 18:59 28 *********
272 2016-11-13 19:00 29 **********
... ..( 4 skipped). .. **********
277 2016-11-13 19:05 29 **********
278 2016-11-13 19:06 ? -
279 2016-11-13 19:07 29 **********
... ..( 13 skipped). .. **********
293 2016-11-13 19:21 29 **********
294 2016-11-13 19:22 30 ***********
... ..( 6 skipped). .. ***********
301 2016-11-13 19:29 30 ***********
302 2016-11-13 19:30 31 ************
... ..( 23 skipped). .. ************
326 2016-11-13 19:54 31 ************
327 2016-11-13 19:55 32 *************
... ..( 14 skipped). .. *************
342 2016-11-13 20:10 32 *************
343 2016-11-13 20:11 ? -
344 2016-11-13 20:12 33 **************
345 2016-11-13 20:13 32 *************
... ..( 6 skipped). .. *************
352 2016-11-13 20:20 32 *************
353 2016-11-13 20:21 33 **************
... ..( 28 skipped). .. **************
382 2016-11-13 20:50 33 **************
383 2016-11-13 20:51 34 ***************
... ..(102 skipped). .. ***************
8 2016-11-13 22:34 34 ***************
9 2016-11-13 22:35 33 **************
... ..( 6 skipped). .. **************
16 2016-11-13 22:42 33 **************
17 2016-11-13 22:43 ? -
18 2016-11-13 22:44 25 ******
... ..( 4 skipped). .. ******
23 2016-11-13 22:49 25 ******
24 2016-11-13 22:50 26 *******
25 2016-11-13 22:51 26 *******
26 2016-11-13 22:52 27 ********
... ..( 5 skipped). .. ********
32 2016-11-13 22:58 27 ********
33 2016-11-13 22:59 28 *********
... ..( 11 skipped). .. *********
45 2016-11-13 23:11 28 *********
46 2016-11-13 23:12 29 **********
... ..( 13 skipped). .. **********
60 2016-11-13 23:26 29 **********
61 2016-11-13 23:27 30 ***********
... ..( 49 skipped). .. ***********
111 2016-11-14 00:17 30 ***********
Warning: device does not support SCT Error Recovery Control command
SATA Phy Event Counters (GP Log 0x11)
ID Size Value Description
0x0001 2 0 Command failed due to ICRC error
0x0002 2 0 R_ERR response for data FIS
0x0003 2 0 R_ERR response for device-to-host data FIS
0x0004 2 0 R_ERR response for host-to-device data FIS
0x0005 2 0 R_ERR response for non-data FIS
0x0006 2 0 R_ERR response for device-to-host non-data FIS
0x0007 2 0 R_ERR response for host-to-device non-data FIS
0x0008 2 0 Device-to-host non-data FIS retries
0x0009 2 2 Transition from drive PhyRdy to drive PhyNRdy
0x000a 2 2 Device-to-host register FISes sent due to a COMRESET
0x000b 2 0 CRC errors within host-to-device FIS
0x000f 2 0 R_ERR response for host-to-device data FIS, CRC
0x0012 2 0 R_ERR response for host-to-device non-data FIS, CRC
0x8000 4 328 Vendor specific
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Please help RAID1 complete fail no superblock
2016-11-22 14:31 theelectricengineer
@ 2016-11-22 14:49 ` George Rapp
2016-11-22 15:05 ` Wols Lists
0 siblings, 1 reply; 12+ messages in thread
From: George Rapp @ 2016-11-22 14:49 UTC (permalink / raw)
To: theelectricengineer@gmail.com; +Cc: linux-raid@vger.kernel.org
On Tue, Nov 22, 2016 at 9:31 AM, theelectricengineer@gmail.com
<theelectricengineer@gmail.com> wrote:
> Hello good people of the linux-raid group,
>
> I really need your help with my RAID1 that has completely failed, on which I have photos of my beloved deceased grandparents.
>
> I had the RAID1 array for about 3 years, and I had replaced one of the drives when it failed about one year ago. All worked fine.
>
> A few weeks ago, I bought a new computer and wanted to move the array to the new computer.
> I read several guides, and thought that all I had to do was turn both computers off, move the drives, and in the new computer execute: mdadm --assemble --scan
> which I did.
>
> The output was: mdadm: /dev/sdb has no superblock - assembly aborted
>
> I panicked, moved the drives back, but the old RAID wouldn't start!
> The old computer too says that one of the drives has no superblock
> and, even worse, that the other is UNALLOCATED SPACE!!!
>
> I don't understand why the partition on the second drive disappeared, and I'm so worried.
>
> PLEASE, PLEASE help me...
>
> I read the wiki pages (raid wiki kernel), but I'm afraid to run any commands that might make things worse.
>
> I would be very happy if I could restore the data from either one of the drives,
> and copy it to the new drives in my new computer (as I should have done before moving the drives).
>
Yadiv -
One more piece of information that would be helpful is the partition
tables for each drive:
# fdisk -l /dev/sdb /dev/sdc
--
George Rapp (Pataskala, OH) Home: george.rapp -- at -- gmail.com
LinkedIn profile: https://www.linkedin.com/in/georgerapp
Phone: +1 740 936 RAPP (740 936 7277)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Please help RAID1 complete fail no superblock
2016-11-22 14:49 ` George Rapp
@ 2016-11-22 15:05 ` Wols Lists
[not found] ` <CAOLyU3WMJc+En=DbOW-n2uAXe7b1Gvo6jGCr0zLv5LumrxKJNQ@mail.gmail.com>
0 siblings, 1 reply; 12+ messages in thread
From: Wols Lists @ 2016-11-22 15:05 UTC (permalink / raw)
To: George Rapp, theelectricengineer@gmail.com; +Cc: linux-raid@vger.kernel.org
On 22/11/16 14:49, George Rapp wrote:
> On Tue, Nov 22, 2016 at 9:31 AM, theelectricengineer@gmail.com
> <theelectricengineer@gmail.com> wrote:
>> Hello good people of the linux-raid group,
>>
>> I really need your help with my RAID1 that has completely failed, on which I have photos of my beloved deceased grandparents.
>>
>> I had the RAID1 array for about 3 years, and I had replaced one of the drives when it failed about one year ago. All worked fine.
>>
>> A few weeks ago, I bought a new computer and wanted to move the array to the new computer.
>> I read several guides, and thought that all I had to do was turn both computers off, move the drives, and in the new computer execute: mdadm --assemble --scan
>> which I did.
>>
>> The output was: mdadm: /dev/sdb has no superblock - assembly aborted
>>
>> I panicked, moved the drives back, but the old RAID wouldn't start!
>> The old computer too says that one of the drives has no superblock
>> and, even worse, that the other is UNALLOCATED SPACE!!!
>>
>> I don't understand why the partition on the second drive disappeared, and I'm so worried.
>>
>> PLEASE, PLEASE help me...
>>
>> I read the wiki pages (raid wiki kernel), but I'm afraid to run any commands that might make things worse.
>>
>> I would be very happy if I could restore the data from either one of the drives,
>> and copy it to the new drives in my new computer (as I should have done before moving the drives).
>>
>
> Yadiv -
>
> One more piece of information that would be helpful is the partition
> tables for each drive:
>
> # fdisk -l /dev/sdb /dev/sdc
>
And search the archive for the following thread - "RAID10 with 2 drives
auto-assembled as RAID1". It's pretty recent.
You've got a mirror, which means both of your drives should have a valid
filesystem on them, so things look optimistic. It's just a case of
finding it - that thread should help you look. The experts will chime
in, but if you can find the string sequences they're looking for, it'll
help you recover the partition(s). What filesystem were you using?
Cheers,
Wol
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2016-11-26 19:58 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22 20:38 Re:Please help RAID1 complete fail no superblock theelectricengineer
2016-11-22 22:01 ` Please " Phil Turmel
2016-11-22 23:04 ` YK
2016-11-22 23:08 ` YK
2016-11-26 17:45 ` YK
2016-11-26 19:58 ` Phil Turmel
-- strict thread matches above, loose matches on Subject: below --
2016-11-22 16:24 theelectricengineer
2016-11-22 18:05 ` Please " Phil Turmel
2016-11-22 14:31 theelectricengineer
2016-11-22 14:49 ` George Rapp
2016-11-22 15:05 ` Wols Lists
[not found] ` <CAOLyU3WMJc+En=DbOW-n2uAXe7b1Gvo6jGCr0zLv5LumrxKJNQ@mail.gmail.com>
2016-11-23 20:25 ` Wols Lists
2016-11-23 21:47 ` YK
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).