I started my journey with a Lacie 5BIG 10TB (5*3TB Harddrive RAID5) using Lacie stock firmware. I have installed firmware 15-1 and upgrade successfully to 15-2, 15-3 and 16-0. I have access to the admin panel right now.
In attachment you will see my Disk Setup / Manage disk and volumes panel informations. Something goes wrong with partition table :
for /dev/sda i got :
- Code: Select all
root@fvdwsl-base:/ # gdisk /dev/sda
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.
Command (? for help): p
Disk /dev/sda: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 4878F16F-AFA7-463C-A31F-32FF915CBF05
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 534673 sectors (261.1 MiB)
Number Start (sector) End (sector) Size Code Name
1 4050944 5099519 512.0 MiB 8300 Linux filesystem
2 5099520 6148095 512.0 MiB 8300 Linux filesystem
3 4040704 4042571 934.0 KiB 0700 primary
4 4044800 4046848 1.0 MiB 0700 primary
5 7196672 5860533134 2.7 TiB FD00 Linux RAID
6 1576960 4040703 1.2 GiB 8300 Linux filesystem
7 4096 1052671 512.0 MiB 8300 Linux filesystem
8 6148096 7196671 512.0 MiB 8300 Linux filesystem
for /dev/sdb (same for sdc,sdd and sde) I got :
- Code: Select all
root@fvdwsl-base:/ # gdisk /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.
Command (? for help): p
Disk /dev/sdb: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): AEC3B07B-39C5-43AC-A6C7-9B60F0D1694B
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 31410 sectors (15.3 MiB)
Number Start (sector) End (sector) Size Code Name
1 4036608 4038655 1024.0 KiB 0700 primary
2 4048896 5860530447 2.7 TiB FD00 primary
3 4040704 4042571 934.0 KiB 0700 primary
4 4044800 4046848 1.0 MiB 0700 primary
5 2048 514047 250.0 MiB 0700 primary
6 530432 546497 7.8 MiB 0700 primary
7 546816 578945 15.7 MiB 0700 primary
8 579584 2266409 823.6 MiB 0700 primary
9 2267136 4018221 855.0 MiB 0700 primary
10 4020224 4036289 7.8 MiB 0700 primary
I don't know how to proceed right now in order to get my RAID5 10TB volume back online.
Do you have an idea? :hail
BlinkGuy06