Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#831 closed enhancement (fixed)

FoxLine flssd240x4se is not in database

Reported by: Mikhail Owned by:
Priority: minor Milestone: Release 6.6
Component: drivedb Version: 6.5
Keywords: Cc:

Description

Drive is FoxLine SSD, model flssd240x4se

Attachments (1)

smartctl-foxline-flssd240x4se.txt (7.1 KB ) - added by Mikhail 7 years ago.

Download all attachments as: .zip

Change History (10)

by Mikhail, 7 years ago

comment:1 by Christian Franke, 7 years ago

Component: alldrivedb
Milestone: undecided
Summary: Drive is not in databaseFoxLine flssd240x4se is not in database

This device identification is possibly to generic for database addition:

=== START OF INFORMATION SECTION ===
Device Model:     SATA SSD

comment:2 by Mikhail, 7 years ago

According to line

Firmware Version: SBFM10.5

this drive uses Phison controller. Maybe, this helps?

comment:3 by Christian Franke, 7 years ago

No, the problem is the too generic identify string SATA SSD the vendor decided to return.

Note that you always could add a local drive database entry, see -B option on man page.

comment:4 by Mikhail, 7 years ago

Well, then can you give me a hint, how can I figure out meanings of unknown attributes?

comment:5 by Mikhail, 7 years ago

It's very likely that my SSD has PS3111 S11 controller, but I can not find any drives with this controller in drivedb.h

comment:6 by Mikhail, 7 years ago

But I found Phison Driven SSDs!

{ "Phison S11",
    "SATA SSD",
    "^SBFM.*", "",
  //"-v 1,raw48,Raw_Read_Error_Rate "
    "-v 2,raw48,Not_In_Use "
    "-v 3,raw48,Not_In_Use "
    "-v 5,raw48,Not_In_Use "
    "-v 7,raw48,Not_In_Use "
    "-v 8,raw48,Not_In_Use "
  //"-v 9,raw24(raw8),Power_On_Hours "
    "-v 5,raw48,Retired_Block_Count "
  //"-v 9,raw24(raw8),Power_On_Hours "
    "-v 10,raw48,Not_In_Use "
  //"-v 12,raw48,Power_Cycle_Count "
    "-v 168,raw48,SATA_Phy_Error_Count "
    "-v 170,raw24/raw24:z54z10,Bad_Blk_Ct_Erl/Lat " // Early bad block/Later bad block
    "-v 173,raw16(avg16),MaxAvgErase_Ct "
    "-v 175,raw48,Not_In_Use "
    "-v 183,raw48,Unknown_Attribute "
  //"-v 187,raw48,Reported_Uncorrect "
    "-v 192,raw48,Unsafe_Shutdown_Count "
  //"-v 194,tempminmax,Temperature_Celsius "
    "-v 196,raw48,Not_In_Use "
    "-v 197,raw48,Not_In_Use "
    "-v 199,raw48,CRC_Error_Count "
    "-v 218,raw48,CRC_Error_Count "
    "-v 231,raw48,SSD_Life_Left "
    "-v 233,raw48,Flash_Writes_GiB "
    "-v 240,raw48,Not_In_Use "
    "-v 241,raw48,Lifetime_Writes_GiB "
    "-v 242,raw48,Lifetime_Reads_GiB "
    "-v 244,raw48,Average_Erase_Count "
    "-v 245,raw48,Max_Erase_Count "
    "-v 246,raw48,Total_Erase_Count "
  },

comment:7 by Alex Samorukov, 7 years ago

Related to #853

comment:8 by Alex Samorukov, 7 years ago

Milestone: undecidedRelease 6.6
Resolution: fixed
Status: newclosed

Fixed in r4561.

comment:9 by Christian Franke, 7 years ago

Merged in r4567.

Note: See TracTickets for help on using tickets.