Custom Query (1546 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (244 - 246 of 1546)

Ticket Resolution Summary Owner Reporter
#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.

#672 fixed SG9XCS2D50GE01 missing from SmartDB J Wass
Description

Hi Team,

I have provided the output of: smartctl -x /dev/sdX > smartctl-VENDOR-MODEL.txt

For the disk: Vendor:SMART Modular Technology Model:SG9XCS2D50GE01

Regards

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