Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 1359)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#200 fixed syntax error in trunk/smartmontools/drivedb.h Christian Franke mkdesu
Description

The latest drivedb.h (fetched by update-smart-drivedb) has a syntax error:

  { "SMART Xcel-10 2.5 SATA SSD", //  based on http://www.smartm.com/files/salesLiterature/storage/xcel10.pdf
    "SMART A25FD-(32|64|128)GI32N",
    "",
    "", // attributes info from http://www.adtron.com/pdf/SMART_Attributes_Xcel-10_810800014_RevB.pdf
    "-v 1,raw48,Not_Supported"
    "-v 2,raw48,Not_Supported"
    "-v 191,raw48,Not_Supported"
    "-v 197,raw48,ECC_Error_Count"
    "-v 251,raw48,Minimum_Spares_Remaining_Pct" // percentage of the total number of spare blocks available
    "-v 252,raw48,Added_Bad_Flash_Block_Count" // number of bad flash blocks
    "-v 254,raw48,Total_Erase_Blocks_Count" // number of times the drive has erased any erase block
  },

should be

  { "SMART Xcel-10 2.5 SATA SSD", //  based on http://www.smartm.com/files/salesLiterature/storage/xcel10.pdf
    "SMART A25FD-(32|64|128)GI32N",
    "",
    "", // attributes info from http://www.adtron.com/pdf/SMART_Attributes_Xcel-10_810800014_RevB.pdf
    "-v 1,raw48,Not_Supported "
    "-v 2,raw48,Not_Supported "
    "-v 191,raw48,Not_Supported "
    "-v 197,raw48,ECC_Error_Count "
    "-v 251,raw48,Minimum_Spares_Remaining_Pct " // percentage of the total number of spare blocks available
    "-v 252,raw48,Added_Bad_Flash_Block_Count " // number of bad flash blocks
    "-v 254,raw48,Total_Erase_Blocks_Count" // number of times the drive has erased any erase block
  },

(note the spaces).

#596 duplicate supported device database Steve Newcomb
Description

0x4971:0x8017 (0x8104) Works with -d sat and with -d sat,12 It's a Rosewill Armer RX307-PU3-35B. It supports USB3 and UASP, and it appears so far to be stable. $25 at Newegg.

So, it seems that I finally bought a supported device that also supports USB3 and UASP, and that has already outlasted the others I've tried:

MediaSonic ProBox K32-SU3 Purex Technology

#81 fixed support areca in freebsd Alex Samorukov torgull
Description

hello, linux has full support for areca raid controllers. i'm wondering if its possible for you to add freebsd support too.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.