Custom Query (1434 matches)
Results (124 - 126 of 1434)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#133 | wontfix | add support for Micron Technology USB SSD please | ||
Description |
The supported SMART commands are described here: The SMART Command Feature Set http://www.micron.com/get-document/?documentId=5611 root@ubuntu:~# lsusb -v -d 0634:0655 Bus 001 Device 004: ID 0634:0655 Micron Technology, Inc. Device Descriptor:
Device Qualifier (for other device speed):
Device Status: 0x0000
root@ubuntu:~# /tmp/smartctl /dev/sda smartctl 5.40 2010-10-16 r3189 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net /dev/sda: Unknown USB bridge [0x0634:0x0655 (0x1100)] Smartctl: please specify device type with the -d option. Use smartctl -h to get a usage summary root@ubuntu:~# /tmp/smartctl -d scsi -a /dev/sda smartctl 5.40 2010-10-16 r3189 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net Device: MICRON eUSB DISK Version: 1100
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. |
|||
#134 | wontfix | smartctrl will not detect USB Hub D-Link DUB-H7 | ||
Description |
I recently posted to this list concerning the inability of smartctl to detect the USB-Hub D-Link DUB-H7. /sbin # ./smartctl -a /dev/sda smartctl 5.41 2010-12-15 r3226 [arm-cx2450x-linux-gnueabi] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net /dev/sda: Unknown USB bridge [0x059b:0x0475 (0x000)] Smartctl: please specify device type with the -d option. |
|||
#135 | fixed | syslog messages should not contain more than one line | ||
Description |
The syslog(3) facility does not support log messages with more than one line. Some syslog implementations replace embedded newlines with spaces, others output separate lines but with incomplete headers.
Smartd should issue one |