Custom Query (1546 matches)
Results (352 - 354 of 1546)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1812 | fixed | add support for Verbatim Mobile Hard Drive (0x18a5:0x0446) | ||
| Description |
Hi Here I'm adding a database entry for Verbatim Mobile Hard Drive: https://www.alza.cz/verbatim-mobile-drive-500gb-refurbished-d9843471.htm Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
---
drivedb.h | 6 ++++++
1 file changed, 6 insertions(+)
Index: smartmontools/drivedb.h
===================================================================
--- smartmontools.orig/drivedb.h 2024-03-20 11:25:03.000000000 +0100
+++ smartmontools/drivedb.h 2024-03-20 11:39:37.000000000 +0100
@@ -6381,6 +6381,12 @@ const drive_settings builtin_knowndrives
"",
"-d sat"
},
+ { "USB: Verbatim Mobile Hard Drive; ", // USB 3.0
+ "0x18a5:0x0446",
+ "",
+ "",
+ "-d sat"
+ },
// Silicon Image
{ "USB: Vantec NST-400MX-SR; Silicon Image 5744",
"0x1a4a:0x1670",
|
|||
| #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). |
|||
| #133 | wontfix | add support for Micron Technology USB SSD please | ||
| Description |
The supported SMART commands are described here: The SMART Command Feature Set http://www.micron.com/get-document/?documentId=5611 root@ubuntu:~# lsusb -v -d 0634:0655 Bus 001 Device 004: ID 0634:0655 Micron Technology, Inc. Device Descriptor:
Device Qualifier (for other device speed):
Device Status: 0x0000
root@ubuntu:~# /tmp/smartctl /dev/sda smartctl 5.40 2010-10-16 r3189 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net /dev/sda: Unknown USB bridge [0x0634:0x0655 (0x1100)] Smartctl: please specify device type with the -d option. Use smartctl -h to get a usage summary root@ubuntu:~# /tmp/smartctl -d scsi -a /dev/sda smartctl 5.40 2010-10-16 r3189 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net Device: MICRON eUSB DISK Version: 1100
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. |
|||
