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 | SAT | SAT, 12 |
반품
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