Custom Query (1383 matches)
Results (10 - 12 of 1383)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#786 | fixed | new usb bridges 0x0bc2:0x3322 (0x100) and 0x0bc2:0xab38 (0x100) | ||
Description |
$ sudo smartctl /dev/sdc # Seagate Backup Plus 5 TB smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdc: Unknown USB bridge [0x0bc2:0x3322 (0x100)] Please specify device type with the -d option. Use smartctl -h to get a usage summary $ sudo smartctl -d sat /dev/sdc smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org ATA device successfully opened Use 'smartctl -a' (or '-x') to print SMART (and more) information $ sudo smartctl /dev/sdf # Seagate Backup Plus 8 TB smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdf: Unknown USB bridge [0x0bc2:0xab38 (0x100)] Please specify device type with the -d option. Use smartctl -h to get a usage summary $ sudo smartctl -d sat /dev/sdf smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org ATA device successfully opened Use 'smartctl -a' (or '-x') to print SMART (and more) information $ |
|||
#294 | worksforme | what is difference between 6.1 and 5.38 | ||
Description |
Greetings!
it reported fail problem on “Log Sense failed, IE page [scsi response fails sanity test]”.looks like it is due to pBuf is not equal to pagenum
for detail error messages and related source code is below line300:pagenum:0x2f line302:pBuf[0]:0xaf line302:pBuf[1]:0x00 line302:pBuf[2]:0x00 line302:pBuf[3]:0x0c Source code. /* sanity check on response */
|
|||
#1239 | fixed | Limited SMART output on Samsung PM1633a when upgrading from smartctl 6.5 | ||
Description |
Hi, When upgrading smartctl from version 6.6 to 7.0, most of the SMART informations are no longer displayed on a Samsung PM1633a. The inquiry is still working, but there is no selftest results, no phy details, and so on. The server setup is :
smartctl is compiled with the following arguments : --with-nvme-devicescan --with-gnupg=no --with-initscriptdir=no --with-exampledir=no --with-drivedbdir=no --with-smartdscriptdir=no --with-smartdplugindir=no --with-systemdsystemunitdir=no I added the output of the following commands, for both version 6.6 and 7.0 :
Feel free to ask if you need more details. As a side note : Ticket #1225 might be the same issue, but I'm not sure of that. |