I'm new - though as obviously for some others a LACIE firmware upgrade went terribly wrong:
- does not boot-up correctly - blue LED keeps on blinking
- cannot connect to the amin page, tells me that the NAS is powering on
Happy when I came across the forum and the console.
My technical knowledge is limited and when it comes to UNIX basically non-existent... This is what I did so far:
- Code: Select all
root@fvdw-sta-kirkwood:/ # mdadm --examine /dev/sd[abcde]2
/dev/sda2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 30013b20:2c54f06f:414b95ea:3d526820
Name : LaCie-5big:4
Creation Time : Sat Jan 19 12:40:59 2013
Raid Level : raid5
Raid Devices : 4
Avail Dev Size : 3903007536 (1861.10 GiB 1998.34 GB)
Array Size : 5854510080 (5583.30 GiB 5995.02 GB)
Used Dev Size : 3903006720 (1861.10 GiB 1998.34 GB)
Super Offset : 3903007792 sectors
State : clean
Device UUID : 21a95fb0:fbbd0b7a:ac957c18:46b0341a
Update Time : Sat May 23 13:42:53 2015
Checksum : 17c807e - correct
Events : 1244753
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 0
Array State : A.AA ('A' == active, '.' == missing)
/dev/sdb2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 30013b20:2c54f06f:414b95ea:3d526820
Name : LaCie-5big:4
Creation Time : Sat Jan 19 12:40:59 2013
Raid Level : raid5
Raid Devices : 4
Avail Dev Size : 3903007536 (1861.10 GiB 1998.34 GB)
Array Size : 5854510080 (5583.30 GiB 5995.02 GB)
Used Dev Size : 3903006720 (1861.10 GiB 1998.34 GB)
Super Offset : 3903007792 sectors
State : clean
Device UUID : 3be13552:41ea0f09:f3b1414c:a90dae9f
Update Time : Mon Jun 15 20:46:21 2015
Checksum : ebb8d6b7 - correct
Events : 1294531
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 1
Array State : .AAA ('A' == active, '.' == missing)
/dev/sdc2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 30013b20:2c54f06f:414b95ea:3d526820
Name : LaCie-5big:4
Creation Time : Sat Jan 19 12:40:59 2013
Raid Level : raid5
Raid Devices : 4
Avail Dev Size : 3903007536 (1861.10 GiB 1998.34 GB)
Array Size : 5854510080 (5583.30 GiB 5995.02 GB)
Used Dev Size : 3903006720 (1861.10 GiB 1998.34 GB)
Super Offset : 3903007792 sectors
State : clean
Device UUID : 39588c61:1ef77e05:f3960c70:cd5e8a74
Update Time : Mon Jun 15 20:46:21 2015
Checksum : f02590b7 - correct
Events : 1294531
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 2
Array State : .AAA ('A' == active, '.' == missing)
/dev/sdd2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
Array UUID : 30013b20:2c54f06f:414b95ea:3d526820
Name : LaCie-5big:4
Creation Time : Sat Jan 19 12:40:59 2013
Raid Level : raid5
Raid Devices : 4
Avail Dev Size : 3903007536 (1861.10 GiB 1998.34 GB)
Array Size : 5854510080 (5583.30 GiB 5995.02 GB)
Used Dev Size : 3903006720 (1861.10 GiB 1998.34 GB)
Super Offset : 3903007792 sectors
State : clean
Device UUID : cc0f6ea0:a97d7c4f:1430184f:48fbc7bc
Update Time : Mon Jun 15 20:46:21 2015
Checksum : a04e0473 - correct
Events : 1294531
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 3
Array State : .AAA ('A' == active, '.' == missing)
mdadm: No md superblock detected on /dev/sde2.
Do I guess correctly that when there's written "No md superblock detected on /dev/sde2." this is basically my problem?
Tnx in advance...