Custom Query (1463 matches)
Results (334 - 336 of 1463)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1045 | fixed | add support for SAS host managed drives | ||
Description |
The industry is working on SAS host managed drives supporting the ZBC specification. It would be helpful if smartctl could read some basic SAS parameters on these drives, such as power on hours and grown defect list entries. The current issue is that these SAS HM drives are a different peripheral type (0x14) from a standard direct access drive (0x0), as per SPC-5, so in scsiprint.cpp they are not being recognized in the is_disk variable in the scsiPrintMain function. I have made local changes to support Seagate SAS HM drives. All that needs changing is an additional SCSI Peripheral Type in scsicmds.h (host managed device, 14h, see link below), and a check for that in scsiprint.cpp (in scsiPrintMain, in the is_disk check). |
|||
#1049 | fixed | add to drivedb: Unknown USB bridge [0x07ab:0xfc17 (0x100)] | ||
Description |
Pascal MALAISE reported via database mailing list: 1) Device is not recognized: smartctl /dev/sdb smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-119-generic] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdb: Unknown USB bridge [0x07ab:0xfc17 (0x100)] 2) Device is supported smartctl -d sat -a /dev/sdb smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-119-generic] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Device Model: ST1500LM012-1R817G Firmware Version: SBK2 User Capacity: 1 500 301 910 016 bytes [1,50 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 5400 rpm Form Factor: 2.5 inches Device is: Not in smartctl database [for details use: -P showall] ATA Version is: ACS-3 T13/2161-D revision 3b SATA Version is: SATA 3.1, 6.0 Gb/s (current: 1.5 Gb/s) Local Time is: Sat Apr 21 06:30:47 2018 CEST SMART support is: Available - device has SMART capability. SMART support is: Enabled ... Full result attached |
|||
#1050 | fixed | add to drivedb: Samsung Portable SSD T5 with unknown USB bridge [0x04e8:0x61f5 (0x100)] | ||
Description |
Michael Niedermayer reported via database mailing list: smartctl -a /dev/sda smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.13.0-37-generic] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sda: Unknown USB bridge [0x04e8:0x61f5 (0x100)] Please specify device type with the -d option. Use smartctl -h to get a usage summary # smartctl -d sat -a /dev/sda smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.13.0-37-generic] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Device Model: Samsung Portable SSD T5 Serial Number: [snipped] LU WWN Device Id: [snipped] Firmware Version: [snipped] User Capacity: 250.059.350.016 bytes [250 GB] Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device Form Factor: mSATA Device is: Not in smartctl database [for details use: -P showall] ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4c SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) Local Time is: Sun Mar 18 17:22:31 2018 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled |