OpenMediaVault
3.0 (Erasmus)
The open network attached storage solution
|
Public Member Functions | |
getSmartDeviceType () | |
getSmartInformation () | |
executeSmartSelfTest ($test) | |
Interface for S.M.A.R.T. AT Attachment (ATA) devices.
OMV\System\Storage\ISmartStorageDevice::executeSmartSelfTest | ( | $test | ) |
Execute a S.M.A.R.T. self test.
test | The test to be used. This can be:
|
Implemented in OMV\System\Storage\SmartStorageDeviceAbstract.
OMV\System\Storage\ISmartStorageDevice::getSmartDeviceType | ( | ) |
Identify the device type required by the smartctl utility program.
Implemented in OMV\System\Storage\StorageDeviceHDD, OMV\System\Storage\SmartStorageDeviceAbstract, OMV\System\Storage\StorageDeviceCCISS, and OMV\System\Storage\StorageDeviceVirtIO.
OMV\System\Storage\ISmartStorageDevice::getSmartInformation | ( | ) |
Get the S.M.A.R.T. information.
Implemented in OMV\System\Storage\SmartStorageDeviceAbstract.