Re: Samsung 500 GB SiI raid-1 set is not recognized [SOLVED]

Istvan Gabor <[email protected]> Sun, 12 Jun 2011 11:29:56 +0200 (CEST)
Newsgroups gmane.linux.ataraid
Message-ID <[email protected]>

Phillip Susi <[email protected]> =EDrta:
>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 RAI=
D-1 set.>
>
<snip>>
>
> 00039e60  00 40 00 2f 00 40 00 02  00 02 07 00 30 58 38 3a  |.@./.@......=
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) =3D=3D SIL_MAGIC)>
>
To:>
>
#define SIL_MAGIC       0x2f004000>
#define SIL_MAGIC_OK(sil)       (sil->magic =3D=3D SIL_MAGIC)>

Phillip,

I have made the change you suggested and it fixed the problem.
Now dmraid works as expected.
Thanks a lot!

Istvan