is there a way to use smartmontools with aac? e.g. smartctl wants to see 'ad0' or 'da0' as the disk to connect to. For aac, it is aacd0. Specifying: smartctl -i -d scsi -a aacd0 gives Smartctl open device: aacd0 failed: Inappropriate ioctl for device I'm not really sure what ioctl are being used, i guess i should look in the smartmontool source. --don