Custom Query (1453 matches)
Results (70 - 72 of 1453)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1816 | fixed | Trac: Error when creating ticket | ||
Description |
On Mon, 25 Mar 2024 06:09:43 +0000 Kobe Kao(高士喬) wrote:
I attach the screenshot and test creating tickets hereby.. |
|||
#1813 | duplicate | smartd does not run self-tests on NVME devices | ||
Description |
I am very happy that 7.4 adds support for self-tests on NVME devices to
I have the following line in my DEVICESCAN -d removable -s (S/../.././02|L/../15/./03) -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
but have also tried specifying the devices explicitly. |
|||
#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", |