Now it seems thats works ...
smartctrl create /dev/twa0 on the fly ... but still doesn't appear in
/dev ... I supose that is normal!
The most important is that now I can get smart values !
Thanks for the help
Regards
Andreas Unterkircher escribió:
> Hi,
>
>> Andreas: can you help out? I think you reported some similar issues
>> at some point, but then figured out a fix.
>>
> I'm not sure if the 3ware module already exports itself into sysfs, so
> it can
> be handled by udev. For now I always use 3dmd (3ware management
> application from 3ware.com) - it created the device nodes /dev/tw[e|a] if
> they not exist yet. Afterwards I can use smartmontools on this nodes.
>
> Or if you do not want to run 3dmd, u can create them manually:
>
> mknod /dev/twa0 c 254 0
> mknod /dev/twa1 c 254 1
> ...
>
> Cheers,
> Andreas
>
>
>
>
|