Ok,
So after upgrading to FreeBSD 9.0-RELEASE, suddenly my disks aren't recognized by Smartmontools anymore.
Yet, after specifying the device with:
Misc info about the device:
Under FreeBSD 8.2-RELEASE the device was recognized just fine. Aside from the Operating System and newer version of Smartmontools, the only difference is that under FreeBSD 8.2-RELEASE the device was part of an ICHxx RAID array, and right now it's part of a GRAID based array; but that shouldn't have to make any difference, right?
Does any of you have an idea in what region I should start looking for a solution? Any help would be greatly appreciated.
So after upgrading to FreeBSD 9.0-RELEASE, suddenly my disks aren't recognized by Smartmontools anymore.
Code:
/dev/ada0: No such file or directory
Smartctl: please specify device type with the -d option.
Yet, after specifying the device with:
/usr/local/sbin/smartctl -d ata -i /dev/ada0
Code:
Smartctl: Device Read Identity Failed: Inappropriate ioctl for device
Misc info about the device:
Code:
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <GB0250C8045 HPG6> ATA-7 SATA 1.x device
ada0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad4
Under FreeBSD 8.2-RELEASE the device was recognized just fine. Aside from the Operating System and newer version of Smartmontools, the only difference is that under FreeBSD 8.2-RELEASE the device was part of an ICHxx RAID array, and right now it's part of a GRAID based array; but that shouldn't have to make any difference, right?
Does any of you have an idea in what region I should start looking for a solution? Any help would be greatly appreciated.
