Custom Query (1365 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (199 - 201 of 1365)

Ticket Resolution Summary Owner Reporter
#1134 worksforme Read NVMe SMART/Health Information failed: NVMe Status 0x6002 Sider
Description

Hello,

There is a problem with reading SMART data from NVMe drive Toshiba RC100. Is there a workaround? Web search didn't bring any result, even didn't description of the error code. Here is full output:

sider@nas:~$ sudo smartctl -x /dev/nvme0n1
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-39-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Number:                       TOSHIBA-RC100
Serial Number:                      48APA0S7PW6S
Firmware Version:                   ADRA0101
PCI Vendor/Subsystem ID:            0x1179
IEEE OUI Identifier:                0x00080d
Controller ID:                      0
Number of Namespaces:               1
Namespace 1 Size/Capacity:          240 057 409 536 [240 GB]
Namespace 1 Formatted LBA Size:     512
Local Time is:                      Wed Nov 21 11:55:13 2018 MSK
Firmware Updates (0x12):            1 Slot, no Reset required
Optional Admin Commands (0x0017):   Security Format Frmw_DL *Other*
Optional NVM Commands (0x0017):     Comp Wr_Unc DS_Mngmt Sav/Sel_Feat
Maximum Data Transfer Size:         512 Pages
Warning  Comp. Temp. Threshold:     82 Celsius
Critical Comp. Temp. Threshold:     85 Celsius

Supported Power States
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
 0 +     3.30W       -        -    0  0  0  0        0       0
 1 +     2.70W       -        -    1  1  1  1        0       0
 2 +     2.30W       -        -    2  2  2  2        0       0
 3 -   0.0500W       -        -    4  4  4  4    10000   45000
 4 -   0.0050W       -        -    4  4  4  4    10000   50000

Supported LBA Sizes (NSID 0x1)
Id Fmt  Data  Metadt  Rel_Perf
 0 -    4096       0         0
 1 +     512       0         3

=== START OF SMART DATA SECTION ===
Read NVMe SMART/Health Information failed: NVMe Status 0x6002
#1410 fixed Device Missing Simon Fairweather
Description

Device Missing Sony HD-E1

root@Tower:~# smartctl /dev/sdb
smartctl 7.2 2020-09-19 r5083 [x86_64-linux-5.8.18-Unraid] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdb: Unknown USB bridge [0x054c:0x05bf (0x6610)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

root@Tower:~# smartctl -id sat /dev/sdb
smartctl 7.2 2020-09-19 r5083 [x86_64-linux-5.8.18-Unraid] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Samsung SpinPoint M8 (AF)
Device Model:     ST1000LM024 HN-M101MBB
Serial Number:    S318J9BG113647
LU WWN Device Id: 5 0004cf 20efbe3f1
Firmware Version: 2BA30001
User Capacity:    1,000,204,886,016 bytes [1.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 6
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Fri Dec 11 11:23:42 2020 GMT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
#1413 fixed Some SCSI Drives spin up when using -n option. Christian Franke Simon Fairweather
Description

Some SCSI/SAS drives will spin up even if -n option is used.

This does not affect all drives.

I have noticed this only a SEAGATE drive at present.

Issue can be resolved by moving the following code to after the check for -n

if (supported_vpd_pages_p) {

delete supported_vpd_pages_p; supported_vpd_pages_p = NULL;

} supported_vpd_pages_p = new supported_vpd_pages(device);

to after the -n check code.

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