smartctl --offlineauto=on /dev/sda
[-d TYPE] 将不会启用自动离线数据收集
据报道
smartctl -c /dev/sda
这表明
Auto Offline data collection on/off support
Auto Offline Data Collection: Disabled
无论我如何尝试将其打开:
smartctl --offlineauto=on /dev/sda
SMART Enable Automatic Offline failed: scsi error badly formed scsi parameters
smartctl --offlineauto=on /dev/sda -d ata
Error SMART Status command failed: Input/output error
SMART Enable Automatic Offline failed: Input/output error
smartctl --offlineauto=on /dev/sda -d sat
SMART Enable Automatic Offline failed: scsi error badly formed scsi parameters
smartctl --offlineauto=on /dev/sda -d sat,12
SMART Enable Automatic Offline failed: scsi error badly formed scsi parameters
smartctl --offlineauto=on /dev/sda -d sat,16
SMART Enable Automatic Offline failed: scsi error badly formed scsi parameters
smartctl --offlineauto=on /dev/sda -d scsi
SCSI device successfully opened
该驱动器是带有供应商的 SSD "ATA "
。
它在 smartctl 的数据库中。
它位于 mdraid 中。
询问 smartctl 如何与设备对话:
smartctl --scan
/dev/sda -d scsi # /dev/sda, SCSI device
smartctl --scan-open
/dev/sda -d sat # /dev/sda [SAT], ATA device
smartctl /dev/sda -d test
/dev/sda: Device of type 'scsi' [SCSI] detected
/dev/sda [SAT]: Device open changed type from 'scsi' to 'sat'
/dev/sda [SAT]: Device of type 'sat' [ATA] opened
smartctl -d TYPE /dev/sda
其中 TYPE 是 [ ata | 之一小型计算机接口 |坐|星期六,12 |星期六,16 ]
回报
TYPE device successfully opened
CentOS 7.4.1708 x86_64
smartctl 6.2 2017-02-27 r4394 [x86_64-linux-3.10.0-693.21.1.el7.x86_64]
编辑:我在类似的驱动器上发现了类似问题的错误报告:
“由于 scsi 错误,scsi 参数格式错误,无法读取 SMART 状态、属性和阈值”
KINGSTON SUV400S37120G:形成错误的 scsi 参数
https://www.smartmontools.org/ticket/819