twa(4) support for smartmontools
Jung-uk Kim
jkim at FreeBSD.org
Fri Aug 19 21:33:43 GMT 2005
On Friday 19 August 2005 03:58 pm, Jung-uk Kim wrote:
> I added twa(4) support for ports/sysutils/smartmontools. If you
> have one of those supported controllers, please test and let me
> know.
>
> http://people.freebsd.org/~jkim/smartmontools-port.tgz
>
> It's lightly tested on -CURRENT/amd64. If you have twe(4), I'd
> like to hear about it also because I may have broken twe(4)
> support.
>
> For example, the following command will give you all SMART info for
> a disk on third port of first controller, which is `/c0/p2' in
> tw_cli(8) syntax.
>
> smartctl -a -d 3ware,2 /dev/twa0
>
> I believe twe(4) is similar, i. e.,
>
> smartctl -a -d 3ware,2 /dev/twed0
I just updated the port and twe(4) device name is no longer twed.
It's now twe and presumably working with multiple controllers, i. e.,
smartctl -a -d 3ware,0 /dev/twe1
should give you controller 1, port 0, which is more consistent with
twa(4). Please refetch and test.
Thanks,
Jung-uk Kim
More information about the freebsd-scsi
mailing list