Hi
I actually have a 5Big v1 that has 1.5TB disks in it. One of these has died and now these are no longer available from Lacie.
Does anyone know if I can use a 2TB disk in its place and the RAID will be ok? I assume it will just rebuild onto 1.5TB of the 2TB disk, but i'm curious if anyone knows?
Or, can I just purchase a new Seagate disk and mount it in the Lacie bracket?
Thanks
replacing dead disks
Re: replacing dead disks
I *think* the box will accept any new disk. The 2Big2 has a script which will partition and format an empty disk, provided that the OS is still available.
When it does, it doesn't really matter which disk you plugin, as long as it's at least the same size as the others. (Beware, any 1.5TB disk is not necessarily as big as another one, on sector level. On the disk the number of sectors should be specified. Sometimes called 'LBA'. A sector is 512 bytes, so a 1.5TB disk should contain about 2929687500 sectors)
You should stay away from WD desktop disks, as they behave badly in a raid array, and the bigger ones use 'advanced format', which is a performance problem inside an (old) NAS.
Performance isn't an issue. You'd better take a cool, economical and quiet disk than some top-performer. The NAS processor is the bottleneck anyway.
When it does, it doesn't really matter which disk you plugin, as long as it's at least the same size as the others. (Beware, any 1.5TB disk is not necessarily as big as another one, on sector level. On the disk the number of sectors should be specified. Sometimes called 'LBA'. A sector is 512 bytes, so a 1.5TB disk should contain about 2929687500 sectors)
You should stay away from WD desktop disks, as they behave badly in a raid array, and the bigger ones use 'advanced format', which is a performance problem inside an (old) NAS.
Performance isn't an issue. You'd better take a cool, economical and quiet disk than some top-performer. The NAS processor is the bottleneck anyway.
Re: replacing dead disks
Thanks. Would be interesting to try with another disk and see what happens, however i managed to find out that its covered under warranty anyway.
I guess when it gets out of warranty then it would be interesting to see what happens by replacing the disks with a more common size.
I guess when it gets out of warranty then it would be interesting to see what happens by replacing the disks with a more common size.
Re: replacing dead disks
In my experience so far, no, this is not possible. It's been the opposite, absolute failure, the RAID actually stops working when you insert the blank disk. I have tried two drives now, both the exact model (the hitachi and the barracuda) that the original 5bigs used, and neither will work. From what I am reading, we need to somehow initialize these ourselves. If anyone has any info, please share.
Re: replacing dead disks
According to the initramfs from the 5Big kernel, it uses the same way to recognize a unitialized hd as other Lacie raid devices. The string "LaCieFirstBootLaCie" at offset 1536. There is a script inside which contains this code to write it:If anyone has any info, please share.
Code: Select all
echo -n "LaCieFirstBootLaCie" | dd if=/dev/stdin of=$l_device bs=1 seek=1536 count=20
(BTW, this string is on boot exchanged by "Lacie5Big" or something like that)