Custom Query (1433 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 1433)

Ticket Resolution Summary Owner Reporter
#629 invalid Intel SSD DC S3500 detected as SATA 2.6 compliant whitecat
Description

Maybe there is no problem, but my Intel SSD DC S3500 is detected by smartctl as a SATA 2.6 compliant SSD. The PDF specification says it's a SATA 3.0 SSD, so I don't know who is actually right. http://www.intel.com/content/www/us/en/solid-state-drives/ssd-dc-s3500-spec.html

Does anyone can confirm smartctl is right or not?

I plugged the SSD in 2 different computers (chipset Intel B150 and B85).

#831 fixed FoxLine flssd240x4se is not in database Mikhail
Description

Drive is FoxLine SSD, model flssd240x4se

#142 duplicate update-smart-drivedb does not work on FreeBSD (+ solution) somebody wesha
Description

/usr/local/sbin > ./update-smart-drivedb ./update-smart-drivedb~: syntax error in version number: 5.40

Problem: SED somehow fails to understand "?" metacharacter:

BRANCH="`echo $VERSION | sed -n 's|\([0-9][0-9]*\)\.\([0-9][0-9]* \)\([0-9].*\)\?$|RELEASE_\1_\2_DRIVEDB|p'`"

Solution: be explicit:

BRANCH="echo $VERSION | sed -n 's|^\([0-9][0-9]*\)\.\([0-9][0-9]*\)\([^0-9].*\)\{0,1\}$|RELEASE_\1_\2_DRIVEDB|p'"

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