Custom Query (1456 matches)
Results (361 - 363 of 1456)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#298 | fixed | [patch] Fix for Seagate drives in drivedb.h | ||
Description |
I've a Seagate ST2000DM001-1CH164 and it generates the following warning from smartd and smartctl: ep 29 11:46:00 freyr smartd[1093]: Device: /dev/ada5, WARNING: A firmware update for this drive may be available, Sep 29 11:46:00 freyr smartd[1093]: see the following Seagate web pages: Sep 29 11:46:00 freyr smartd[1093]: http://knowledge.seagate.com/articles/en_US/FAQ/207931en Sep 29 11:46:00 freyr smartd[1093]: http://knowledge.seagate.com/articles/en_US/FAQ/223651en Having a look at the second link, the firmware update only applies to a specific part number (9YN166 and friends). My drive is a ST2000DM001-1CH164 (part 1CH164) and is up-to-date according to Seagate. Currently using smartmontools 6.2. I've modified drivedb.h in order to accommodate, see attached patch. |
|||
#225 | fixed | [bug] Bitwise OR should be bitwise AND | ||
Description |
In os_linux.cpp, function sg_io_cmnd_io, the bitwise OR with SG_INFO_CHECK should be a bitwise AND -- SG_INFO_CHECK is a mask used to check if that particular bit is set. Patch attached to fix the bug. |
|||
#628 | fixed | [RFE] Warns that some Corsair Force LS 60/120 GB SSD needs a firmware update | ||
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. |