Custom Query (1560 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (292 - 294 of 1560)

Ticket Resolution Summary Owner Reporter
#1113 fixed Patch to add Samsung MZHPV(...)HDGM models to drivedb.h Christian Franke ronalde
Description

LS,

The patch below updates drivedb.h to include Samsung MZHPV(...)HDGM (in addition to the L) models. Builds ok on Arch Linux and tested with local attached SAMSUNG MZHPV128HDGM-00000 (BXW2500Q).

  • smartmontools/drivedb.h

    a b const drive_settings builtin_knowndrives[] = {  
    15301530      // SAMSUNG MZNLN256HMHQ-000H1/MAV21H3Q
    15311531    "SAMSUNG SSD PM871 .*|" // SAMSUNG SSD PM871 2.5 7mm 256GB/EMT02D0Q
    15321532      // SAMSUNG MZ7LN256HMJP-00000/MAV0100Q, SAMSUNG MZ7LN512HMJP-00000/MAV0100Q
    1533     "SAMSUNG MZHPV(128|256|512)HDGL-.*|" // SM951, tested with SAMSUNG MZHPV512HDGL-00000/BXW2500Q
     1533    "SAMSUNG MZHPV(128|256|512)HDG(L|M)-.*|" // SM951, tested with SAMSUNG MZHPV512HDGL-00000/BXW2500Q,
     1534      // SAMSUNG MZHPV128HDGM-00000 (BXW2500Q)
    15341535    "Samsung Portable SSD T5", // tested with Samsung Portable SSD T5 (0x04e8:0x61f5)
    15351536    "", "",
    15361537  //"-v 5,raw16(raw16),Reallocated_Sector_Ct "

Regards, Ronald

#1390 fixed -d ignore doesn't work if target is a symbolic link to a device Christian Franke rogach
Description

Setup:

$ ls -l /dev/disk/by-id/wwn-0x5000xxxx
lrwxrwxrwx 9 root 2020-10-31 15:15 /dev/disk/by-id/wwn-0x5000xxxx -> ../../sda
$ cat /etc/smartd.conf
/dev/disk/by-id/wwn-0x5000xxxx -d ignore
DEVICESCAN -a

Expected result:

Device with specified id is ignored.

Actual result:

Device (/dev/sda in this example) is not ignored.

Analysis:

This issue seems to be similar to #313.

Duplicate detection (is_duplicate_dev_idinfo) relies on populated dev_idinfo, and that is done in ATADeviceScan. But "-d ignore" bypasses any scanning altogether, thus duplicate detection is unable to deduce that /dev/sda and /dev/disk/by-id/wwn-0x5000xxxx are actually the same device.

There is another duplicate detection function (is_duplicate_device), but it relies on dev_names being exactly equal. I attempted to fix the issue by checking if dev_name is a symbolic link and resolving the link to actual file in such cases - seems to work correctly.

Please find attached for your consideration a patch that implements symlink resolution for device names (apply with patch --input=resolve_device_symlinks.patch in source directory).

#769 invalid TOSHIBA PX04SRB384 rev AM04 I-Ming Chen
Description

This SSD drive doesn't output any monitoring metrics. Please see attached.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.