I cannot for the life of me get the command line version configured properly to perform a disk test. Configuration is set as follows:
<Disk>
<Test>
Device /dev/sda <- no partition present and we'd like to keep it that way
TestMode Cyclic
FileSize 1
SeekCount 100
</Test>
</Disk>
The device is present, just not testing
Disk /dev/sda: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
<Disk>
<Test>
Device /dev/sda <- no partition present and we'd like to keep it that way
TestMode Cyclic
FileSize 1
SeekCount 100
</Test>
</Disk>
The device is present, just not testing
Disk /dev/sda: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Comment