Custom Query (1364 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (145 - 147 of 1364)

Ticket Resolution Summary Owner Reporter
#1654 invalid Add ADATA SX8200PNP SSD to drive database please Steve
Description

The ADATA SX8200PNP is a NvME drive using either a Silicon Motion SM2262EN or SM2262G contoller.

I did try simply adding "ADATA SX8200PNP" to the current drivedb.h in the "Silicon Motion based SSDs" section (after line 2105), but the GSmartControl GUI front-end still displays this drive as "Unknown model". I don't know why, perhaps I'm missing something.

Thanks in advance.

#734 fixed -d megaraid,N is not implemented, FreeBSD 10.3 w/ LSI MegaRAID 9271-8i SATA/SAS and mrsas (4) driver Alex Samorukov Andrii Stesin
Description

FreeBSD 10.3 system with LSI MegaRAID 9271-8i SATA/SAS RAID controller.

Recommended (and supported) driver for this newer controller is mrsas (4) (and old mfi (4) driver is neither supported by LSI nor actively developed, it supports new controllers in some obsolete ineffective way).

mrsas (4) gives virtual drives to the OS as devices /dev/daXX although I found that /dev/passX devices are also created (/dev/daN has corresponding /dev/passN) in case it matters.

I have smartctl 6.5 2016-05-07 r4318 [FreeBSD 10.3-STABLE amd64] (local build)

I want to get S.M.A.R.T. status of an SSD which MegaRAID-assigned device ID is 12, and it is hidden under /dev/da0 virtual drive.

Now what I get:

[root@chort /]# smartctl -a /dev/da0
smartctl 6.5 2016-05-07 r4318 [FreeBSD 10.3-STABLE amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               LSI
Product:              MR9271-8i
Revision:             3.46
User Capacity:        199,481,098,240 bytes [199 GB]
Logical block size:   512 bytes
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
[root@chort /]# 
[root@chort /]# smartctl -a /dev/pass0
smartctl 6.5 2016-05-07 r4318 [FreeBSD 10.3-STABLE amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               LSI
Product:              MR9271-8i
Revision:             3.46
User Capacity:        199,481,098,240 bytes [199 GB]
Logical block size:   512 bytes
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
[root@chort /]# 
[root@chort /]# smartctl -a -d megaraid,12 /dev/da0
smartctl 6.5 2016-05-07 r4318 [FreeBSD 10.3-STABLE amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/da0: Unknown device type 'megaraid,12'
=======> VALID ARGUMENTS ARE: ata, scsi, nvme[,NSID], sat[,auto][,N][+TYPE], usbcypress[,X], usbjmicron[,p][,x][,N], usbprolific, usbsunplus, 3ware,N, hpt,L/M/N, cciss,N, areca,N/E, atacam, auto, test <=======

Use smartctl -h to get a usage summary

[root@chort /]#

Can anything be done about this? I badly need to monitor S.M.A.R.T. status of my SAS/SATA drives under the MegaRAID...

Thanks in advance! WBR, Andrii

#1293 fixed drivedb.h Fix for PLEXTOR PX-128M3 Christian Franke sterling pickens
Description

My SSD has an extra space "PLEXTOR PX-128M3" so it is not detected.

this change to the regex fixes it:

-"PLEXTOR PX-(64|128|256|512|768)M(3P?|5[MPS]|5Pro|6[MS])\\+?",
+"PLEXTOR.*PX-(64|128|256|512|768)M(3P?|5[MPS]|5Pro|6[MS])\\+?",

Maybe this is because I have firmware 1.00

=== START OF INFORMATION SECTION ===
Model Family:     Plextor M3/M5/M6 Series SSDs
Device Model:     PLEXTOR  PX-128M3
Serial Number:    002150101377
LU WWN Device Id: 5 000000 000000000
Firmware Version: 1.00
User Capacity:    128,035,676,160 bytes [128 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS, ATA/ATAPI-7 T13/1532D revision 4a
SATA Version is:  SATA 3.0, 6.0 Gb/s
Local Time is:    Thu Jan 30 09:30:05 2020 MST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

...

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x0003   100   100   070    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0003   100   100   000    Pre-fail  Always       -       16384 (0 22)
  9 Power_On_Hours          0x0002   100   100   000    Old_age   Always       -       72343
 12 Power_Cycle_Count       0x0002   100   100   000    Old_age   Always       -       18
178 Used_Rsvd_Blk_Cnt_Chip  0x0003   100   100   000    Pre-fail  Always       -       88
187 Reported_Uncorrect      0x0002   100   100   000    Old_age   Always       -       178
192 Power-Off_Retract_Count 0x0003   100   100   000    Pre-fail  Always       -       19

Also it seems this SSD has Reallocated sectors and is failing ?

thanks, sterling

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