Custom Query (1556 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 1556)

Ticket Resolution Summary Owner Reporter
#1767 fixed Add support for Transcend ESD310 (Silicon Motion SM2320, 0x2174:0x2100) wiki798
Description

Just bought a new portable SSD / USB flash drive Transcend ESD310C TS512GESD310C. smartctl -x /dev/sdb didn't output SMART data, so I tried smartctl -x -d sat /dev/sdb. This in turn gave me some sensible Attributes, some Unknown_Attribute and Unknown_SSD_Attribute and a lot of [...] failed: scsi error unsupported scsi opcode errors. Additionally, the interface is reported as SATA, but this is not a SATA device nor does it have a SATA or NVMe bridge, it has a USB-native UFD controller SM2320. I tried running self-tests (all of these once: short, long, offline, conveyance) with smartctl -t long -d sat /dev/sdb, but none worked, instead I got [...] failed: scsi error unsupported scsi opcode each time. I run badblocks -wsvt random -b 512 -p 1 /dev/sdb and redone smartctl -x -d sat /dev/sdb, hopefully this helps decipher some of the Unknown_Attribute.

List of errors:

Warning! SMART Attribute Data Structure error: invalid SMART checksum.
Warning! SMART Attribute Thresholds Structure error: invalid SMART checksum.

Read SMART Log Directory failed: scsi error unsupported scsi opcode

ATA_READ_LOG_EXT (addr=0x00:0x00, page=0, n=1) failed: scsi error unsupported scsi opcode
Read GP Log Directory failed

Read SMART Error Log failed: scsi error unsupported scsi opcode

Read SMART Self-test Log failed: scsi error unsupported scsi opcode

ATA_READ_LOG_EXT (addr=0x11:0x00, page=0, n=1) failed: scsi error unsupported scsi opcode
Read SATA Phy Event Counters failed

Summary:

  1. Is this a faulty device, completely or only partially and therefore should be returned?
  2. What is the low(er) level cause of all the reported problems? So that I and anybody that finds this can understand what's happening here in detail.
  3. Add support for self-tests, self-test log and error log if possible. Deal with the SMART invalid checksums.
  4. Add device to smartctl.h and make smartctl -x /dev/sdb work just like smartctl -x -d sat /dev/sdb does.

Example CrystalDiskInfo output: https://images.anandtech.com/reviews/das/2021-/pssd/Transcend-ESD310C-Portable-SSD-1TB/CDI.png Device info: https://www.anandtech.com/show/18920/transcend-esd310c-dualinterface-ufd-review-silicon-motion-powers-portable-ssd-in-a-thumb-drive https://transcend-info.com/product/portable-ssd/esd310

More info about the Silicon Motion SM2320 controller: https://www.siliconmotion.com/products/Portable/detail https://www.siliconmotion.com/download/3fu/a/SM2320_PB_EN.pdf https://www.anandtech.com/show/16942/usb-32-gen-2x2-portable-ssds-go-native-the-silicon-motion-sm2320-ufd-controller-preview Other devices using this controller: Crucial X9 Pro CT4000X9SSD9, Crucial X10 Pro CT1000X10PROSSD9, Kingston DataTraveler Max DTMAX/1TB, Kingston DataTraveler Max Type-A DTMAXA/1TB, Kingston XS2000 SXS20002000G, Kingston XS1000 SXS1000/2000G, ADATA Elite UE800 AELIUE800512GCSG

#625 fixed [PATCH] Add Intel SSD 535 series detection Christian Franke whitecat
Description

I checked the 535 series datasheets, the SMART attributes are strictly the same as the 530 series. The patch adds the Intel SSD 535 (2.5-inch and M.2) model string to the current 530 series structure.

Ref: https://www-ssl.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-535-spec.pdf https://www-ssl.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-535-m2-spec.pdf

#628 fixed [RFE] Warns that some Corsair Force LS 60/120 GB SSD needs a firmware update Christian Franke whitecat
Description

Corsair has released a highly recommended firmware update for some SSD:

"To enhance stability and reliability of 60GB and 120GB variants of Force Series LS SSD, the latest firmware S9FM02.0 has been released. This update is HIGHLY RECOMMENDED for existing customers who own one of those products with the specific serial number sequence."

"WARNING!!! This firmware upgrade will format the drive and all of its contents will be erased. Please back-up your data by either performing full disk clone of the drive or making copies of critical personal files."

Source: http://www.corsair.com/en-us/force-series-ls-60gb-sata-3-6gb-s-ssd (Download section) http://downloads.corsair.com/download?item=Files/SSD/Corsair-Force-Series-LS-Firmware-Upgrade-Tool_S9FM02.0.zip (instruction and details in the PDF file inside)

The impacted SSD are Corsair Force LS 60 and 120 GB (CSSD-F60GBLS, CSSD-F120GBLS) with firmware version "S9FM01.8" with some specific serial number: xxxxxxxxxxx10167xxxx xxxxxxxxxxx10173xxxx xxxxxxxxxxx10249xxxx xxxxxxxxxxx10253xxxx

The updated firmware is version "S9FM02.0".

[RFE] It would be interesting that smartmontools detects these SSD and warns the user about it.

I attach a "smartctl -x" log of a SSD with 1.8 firmware and then with the 2.0 upgrade applied. Note that the SMART data ("Power_Cycle_Count" for example) are reset to 0 after the firmware update.

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