Samsung 500 GB SiI raid-1 set is not recognized
Istvan Gabor
suseuser04 at freemail.hu
Tue Jun 7 16:27:18 UTC 2011
Phillip Susi <psusi at cfl.rr.com> írta:
>On 6/5/2011 6:38 AM, Istvan Gabor wrote:>
> Hello list members:>
>>
> Please help me troubleshoot this problem I have with my Silicon Image RAID-1 set.>
>
<snip>>
>
> 00039e60 00 40 00 2f 00 40 00 02 00 02 07 00 30 58 38 3a |. at ./. at ......0X8:|>
>
It looks like the magic number here is wrong. Try changing these lines >
in lib/format/ataraid/sil.h:>
>
#define SIL_MAGIC 0x3000000>
#define SIL_MAGIC_OK(sil) ((sil->magic & 0x3ffffff) == SIL_MAGIC)>
>
To:>
>
#define SIL_MAGIC 0x2f004000>
#define SIL_MAGIC_OK(sil) (sil->magic == SIL_MAGIC)>
Phillip,
Thank you for your response.
I will try the above next time when I'll get to the given computer, probably at the weekend. I will report back.
Thanks,
Istvan
More information about the Ataraid-list
mailing list