Custom Query (1415 matches)
Results (310 - 312 of 1415)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#326 | fixed | New Crucial M500 S.M.A.R.T. attributes for MU03 | ||
Description |
F7 and F8 are taken from: https://www.micron.com/-/media/Documents/Products/Technical%20Note/Solid%20State%20Storage/tnfd23_m500_smart_attributes_calc_waf.pdf F7 is the number of NAND page program operations initiated by the host. F8 is the number of NAND page program operations by the FTL that are done in *addition* to the host writes. These can be used to calculate WAF = 1 + (ΔAttrib_F7 / ݈ΔAttrib_F8) Attribute F6 (246) is taken from https://www.micron.com/~/media/Documents/Products/Technical%20Note/Solid%20State%20Storage/tnfd21_m500-mu02_smart_attributes.pdf |
|||
#327 | wontfix | StarTech USB SATDOCK2REU3 (Prolific PL2775 chipset) support? | ||
Description |
StarTech USB SATDOCK2REU3 uses the Prolific PL2775 chipset. I am aware of the following:
So, understand the issue with Prolific in general from a support standpoint, but am just formally registering my desire that this chipset get support (or to ask if a decent alternative supportable solution is recommended). I bought this device in order to do tests of questionable drives, and perform erases (and maybe duplicate in standalone mode) from my Debian Wheezy Linux workstation. Default behavior:
Can at least get a bit of SCSI INQUIRY info, but interestingly, the Vendor+Product fields are getting mangled. First case, vendor should be "WDC", Product should be "WD1003FBYX-01Y7B2" second case, vendor should be "Hitachi" (or HDS?), product should be "HDS725050KLA360". But, that's not from 'smartctl', it's that way from 'sgutils', too:
START OF INFORMATION SECTION
START OF READ SMART DATA SECTION
(other (second) device on SATDOCK:) START OF INFORMATION SECTION
am attaching the 'lsusb' and 'smartctl -rioctl,9999' output thanks, --stephen |
|||
#328 | fixed | Adding aacraid device support to smartctl | ||
Description |
This patch is to add aacraid device driver support to smartctl. eg
where lun and ID for disks can be found either from /proc/scsi/scsi or using arcconf. /dev/sdx is the raid disk created using Adaptec controllers |