Custom Query (1542 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (367 - 369 of 1542)

Ticket Resolution Summary Owner Reporter
#1107 fixed Patch for Verbatim Store'n'Go (0x18a5:0x0408) Christian Franke Cmdr_Zod
Description

Please find attached a patch agains drivedb.h revision 4814 to add support for external USB Drive Verbatim Store'n'Go USB 3.0, 1 TB (Product Nr. 53071)

#1109 fixed SAMSUNG MZMPF032HCFV-000H1: Not in smartctl database Christian Franke pmontrasio
Description

This is a 32 GB SSD used as cache in the 750 GB Hitachi/HGST Travelstar 7K750 hard disk. Linux sees the disk as two separate drives, the SSD and the HDD, so I used the SSD for the root file system and the HDD for the home one.

I attach the output of smartctl -q noserial -x /dev/..., as explained in the FAQ.

#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

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