Custom Query (1417 matches)
Results (286 - 288 of 1417)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#693 | fixed | [wiki] FR: LiveCDs page update | ||
Description |
https://www.smartmontools.org/wiki/LiveCDs mentions ALT Linux Rescue carrying 6.4; it's 6.5 now (kernel is 4.5.3, x86_64 image size is 352M); thank you for the release! PS: "Version" field of this bugreport form misses 6.5 as well right now. |
|||
#696 | fixed | Database: add WD My Passport Ultra (-d sat) | ||
Description |
# smartctl -i /dev/sdc smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.6.0-1-ARCH] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdc: Unknown USB bridge [0x1058:0x0837 (0x1072)] Please specify device type with the -d option. Use smartctl -h to get a usage summary # smartctl -d sat -i /dev/sdc smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.6.0-1-ARCH] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Western Digital Elements / My Passport (USB, AF) Device Model: WDC WD20NMVW-11AV3S3 Serial Number: WD-WXC1A25P9LZH LU WWN Device Id: 5 0014ee 20bf99d03 Firmware Version: 01.01A01 User Capacity: 2,000,365,380,096 bytes [2.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 5200 rpm Device is: In smartctl database [for details use: -P show] ATA Version is: ACS-2 (minor revision not indicated) SATA Version is: SATA 3.0, 3.0 Gb/s (current: 3.0 Gb/s) Local Time is: Fri May 20 19:49:05 2016 EEST SMART support is: Available - device has SMART capability. SMART support is: Enabled |
|||
#697 | fixed | Optionally use exit status != 2 for "-n standby" condition | ||
Description |
The smartctl man page says: Bit 1: Device open failed, device did not return an IDENTIFY DEVICE structure, or device is in a low-power mode (see ´-n´ option above). Since version 5.37 we have option --nocheck=standby to monitor devices without disturbing (wake up) them in sleep / standby mode. smartctl returning with exit status "2" is a normal condition when we call it with --nocheck=standby, but it's exit status != 0 gets interpreted as failure from 3rd party software. see bugreport of Munin plugin hddtemp_smartctl Is it possible to not set bit1 when smartctl is called with --nocheck=standby? |