|
OpenMediaVault
0.6 (Kralizec)
The open network attached storage solution
|
Public Member Functions | |
| getPowerModeState () | |
| getSMARTDeviceType () | |
Public Member Functions inherited from OMVStorageDeviceSMARTAbstract | |
| setSMARTDeviceType ($type) | |
| getSMARTDeviceType () | |
| getSMARTInformation () | |
Public Member Functions inherited from OMVStorageDeviceAbstract | |
| __construct ($deviceFile) | |
| exists () | |
| getDeviceFile () | |
| getDeviceFileById () | |
| getSize () | |
| getBlockSize () | |
| getSectorSize () | |
| getModel () | |
| getVendor () | |
| getSerialNumber () | |
| getDescription () | |
| isRotational () | |
| isRaid () | |
| isUsb () | |
| isAta () | |
| hasSMART () | |
Public Member Functions inherited from OMVBlockDeviceAbstract | |
| __construct ($deviceFile) | |
| exists () | |
| getDeviceFile () | |
| getCanonicalDeviceFile () | |
| getDeviceName ($canonical=FALSE) | |
| getSize () | |
| getBlockSize () | |
| getSectorSize () | |
| getDeviceNumber () | |
| getMajor () | |
| getMinor () | |
Public Member Functions inherited from OMVObject | |
| __construct () | |
| getLastError () | |
Additional Inherited Members | |
Protected Member Functions inherited from OMVStorageDeviceAbstract | |
| getUdevProperty ($id) | |
Protected Member Functions inherited from OMVObject | |
| setLastError ($error) | |
| debug () | |
Protected Attributes inherited from OMVStorageDeviceSMARTAbstract | |
| $smartDeviceType = "" | |
Protected Attributes inherited from OMVStorageDeviceAbstract | |
| $deviceFileById = FALSE | |
| $model = FALSE | |
| $vendor = FALSE | |
| $udevInfo = FALSE | |
Protected Attributes inherited from OMVBlockDeviceAbstract | |
| $deviceFile = FALSE | |
| $size = FALSE | |
| $blockSize = FALSE | |
| $sectorSize = FALSE | |
This class provides a simple interface to handle ATA/SATA and SCSI hard disk devices. Try to use sysfs only to get the required information, otherwise the disk will spin-up if it is in sleep mode.
| OMVStorageDeviceHDD::getPowerModeState | ( | ) |
Get the current power mode status.
| OMVStorageDeviceHDD::getSMARTDeviceType | ( | ) |
Identify the device type required by the smartctl command.
1.8.6