Custom Query (1434 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (322 - 324 of 1434)

Ticket Resolution Summary Owner Reporter
#1327 fixed add to drivedb: Toshiba MG05 Series Christian Franke arinci
Description

I'm attaching here the report for a Toshiba 8TB 3.5" HDD, model MG05ACA800E. It's not in current smartctl database.

This hdd spins at 7200 rpm and is defined on documentation as "HDD Enterprise Capacity - Engineered for Mid-line / Nearline Business Critical Workloads".

#173 fixed Windows (Vista, 7, 2008) Shell Extensions - need grants escalation Christian Franke arioch_bdv
Description

Windows Vista features UAC - user access control

By default application are denied grants, needed to access raw hardware, including reading SMART, more so for running SMART tests

The shell exension needs to take this into account and run them in "elevated" mode

Maybe tools like might be used http://www.ntwind.com/software/utilities/hstart.html

#149 fixed It's not possible to run self-test on SATA disks with megaraid sas controller (9280) Christian Franke art9
Description

version 5.41, 3256

If I run self-test on SATA drive, smartctl says that testing has begun, but actually it hasn't. Do not take atention at "interrupted self-test" in logs, it was made a long time ago.

If I run self-test on SAS disk, self-test starts and finishes successfully.

The problem can be:

  1. Incorrect call from smartctl
  2. Driver bug
  3. Firmware bug

If you think that the problem lies out of smartmontools, may you create as much as possible simple code which runs self test only? I could make request to LSI support team using it. LSI doesnt want to deal with third-party soft like smartmontools directly.

PS. Is it possible to check that these ioctls are correct?

open("/dev/megaraid_sas_ioctl_node", O_RDWR) = 4 ioctl(4, MTRRIOC_SET_ENTRY, 0x7fffe4265050) = 0 ioctl(4, MTRRIOC_SET_ENTRY, 0x7fffe4264e30) = 0 write(1, "/dev/sg0 [megaraid_disk_19] [SAT]: Device open changed type from 'megaraid' to 'sat'\n", 85/dev/sg0 [megaraid_disk_19] [SAT]: Device open changed type from 'megaraid' to 'sat') = 85 ioctl(4, MTRRIOC_SET_ENTRY, 0x7fffe4261c20) = 0 ioctl(4, MTRRIOC_SET_ENTRY, 0x7fffe4261c30) = 0 write(1, "=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===\n", 57=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===) = 57 write(1, "Sending command: \"Execute SMART Extended self-test routine immediately in off-line mode\".\n", 90Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".) = 90 write(1, "Drive command \"Execute SMART Extended self-test routine immediately in off-line mode\" successful.\n", 98Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.) = 98 write(1, "Testing has begun.\n", 19Testing has begun.) = 19 write(1, "Please wait 4 minutes for test to complete.\n", 44Please wait 4 minutes for test to complete.) = 44

=====================================================================================================

smartctl -t long -dmegaraid,19 /dev/sg0 smartctl 5.41 2011-02-08 r3256M [x86_64-unknown-linux-gnu] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

/dev/sg0 [megaraid_disk_19] [SAT]: Device open changed type from 'megaraid' to 'sat'

START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION

Sending command: "Execute SMART Extended self-test routine immediately in off-line mode". Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful. Testing has begun. Please wait 4 minutes for test to complete. Test will complete after Mon Feb 14 19:58:34 2011

Use smartctl -X to abort test.

smartctl -a -dmegaraid,19 /dev/sg0

[...]

Self-test execution status: ( 32) The self-test routine was interrupted

by the host with a hard or soft reset.

[...]

smartctl -l selftest -dmegaraid,19 /dev/sg0 smartctl 5.41 2011-02-08 r3256M [x86_64-unknown-linux-gnu] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

/dev/sg0 [megaraid_disk_19] [SAT]: Device open changed type from 'megaraid' to 'sat'

START OF READ SMART DATA SECTION

SMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t]

=====================================================================================================

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