Custom Query (1468 matches)
Results (172 - 174 of 1468)
Ticket | Resolution | Summary | Owner | Reporter | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#45 | fixed | Add smartd '--capabilities' option | ||||||||||||||||||||||||||||||||||||||||||
Description |
Debian and Fedora version of smartd provide a '-C, --capabilities' option. If libcap-ng is available and this option is specified, smartd drops unnecessary POSIX capabilities. Debian patch: http://patch-tracker.debian.org/patch/series/view/smartmontools/5.39-3/62_lowcap.patch But the current version of the above patch introduces a regression, see ticket #41 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564876. This should be fixed before we apply this patch. |
|||||||||||||||||||||||||||||||||||||||||||
#954 | fixed | Add support for ADATA SU800 SSDs (128GB, Firmware Q0913A) | ||||||||||||||||||||||||||||||||||||||||||
Description |
Please, add ADATA SU800 SSD devices to smartdb. Capacities are between 128GB and 1TB. Specifications are at http://www.adata.com/us/specification/410 ADATA SMART attributes are described in http://www.adata.com/AppStore/ADATA%20SSD%20Toolbox_UserGuide_V10_EN.pdf |
|||||||||||||||||||||||||||||||||||||||||||
#1221 | fixed | Add support for ASMedia ASM2362 USB to NVMe bridge | ||||||||||||||||||||||||||||||||||||||||||
Description |
ASMedia ASM2362 provides a vendor specific NVMe pass-through SCSI command. This should be supported by smartmontools via a new See also the original report on smartmontools-database list. The commit 6dc489 from CrystalDiskInfo source code (SPDX-License-Identifier: MIT), shows the following CDB settings:
CDW10 = 0x00000001 for Identify Controller CDW10 = 0x007F0002 for Get SMART/Health Log (always 512 bytes) CDW10 = 0x01FF0001 for Get Error Log with 2048 bytes. Assignments of CDW10.byte3 and NSID are not obvious. |