Opened 7 weeks ago

Closed 7 weeks ago

#1854 closed defect (invalid)

Remove old smartmontools entries [Windows]

Reported by: Arje Korn Owned by:
Priority: minor Milestone:
Component: all Version: 6.6
Keywords: windows Cc: Arje Korn

Description (last modified by Christian Franke)

Plötzlich zeigt mein PC folgende Fehlermeldung, obwohl ich Smart Tools vor Monaten deinstalliert hatte. Wie kann ich das löschen? Text:

smartctl 6.6 2017-11-05 r4594 [x86_64-w64-mingw32-w10-b22631] (sf-6.6-1)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

ERROR: smartctl takes ONE device name as the final command-line argument.
You have provided 2 device names:
/dev/sda
20\AppData\Local\Temp\SMART.txt

Use smartctl -h to get a usage summary

smartctl 6.6 2017-11-05 r4594 [x86_64-w64-mingw32-w10-b22631] (sf-6.6-1)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

ERROR: smartctl takes ONE device name as the final command-line argument.
You have provided 2 device names:
/dev/sdb
20\AppData\Local\Temp\SMART.txt

Use smartctl -h to get a usage summary

smartctl 6.6 2017-11-05 r4594 [x86_64-w64-mingw32-w10-b22631] (sf-6.6-1)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

ERROR: smartctl takes ONE device name as the final command-line argument.
You have provided 2 device names:
/dev/sda
20\AppData\Local\Temp\SMART.txt

Use smartctl -h to get a usage summary

smartctl 6.6 2017-11-05 r4594 [x86_64-w64-mingw32-w10-b22631] (sf-6.6-1)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

ERROR: smartctl takes ONE device name as the final command-line argument.
You have provided 2 device names:
/dev/sdb
20\AppData\Local\Temp\SMART.txt

Use smartctl -h to get a usage summary

Attachments (1)

Beast.txt (1.4 KB ) - added by Arje Korn 7 weeks ago.
Text der Fehlermeldung

Download all attachments as: .zip

Change History (3)

by Arje Korn, 7 weeks ago

Attachment: Beast.txt added

Text der Fehlermeldung

comment:1 by Christian Franke, 7 weeks ago

Description: modified (diff)
Keywords: windows added
Milestone: undecided
Summary: Löschen alter SMART Tools EinträgeRemove old smartmontools entries [Windows]
Version: 6.6

Please use English language in this public bug tracker.

smartctl 6.6 2017-11-05 r4594 [x86_64-w64-mingw32-w10-b22631] (sf-6.6-1)
...
ERROR: smartctl takes ONE device name as the final command-line argument.
You have provided 2 device names:
/dev/sda
20\AppData\Local\Temp\SMART.txt

This suggests that some bogus script, planned task or whatever runs smartctl.exe with wrong parameters like:
smartctl -x /dev/sda %TMP%\SMART.txt
instead of for example:
smartctl -x /dev/sda >> %TMP%\SMART.txt

The official installers we provide at https://sourceforge.net/projects/smartmontools/files/smartmontools/ do not create such a configuration.

The included uninstaller would not remove such a configuration, but it would remove smartctl.exe. The above shows that smartctl.exe is still present. This suggests that another smartmontools distribution is still installed.

Did you possibly use some third party smartmontools distribution?
For example this one: http://www.netpower.fr/smartmontools-win
Check where smartctl.exe resides to find out.

comment:2 by Christian Franke, 7 weeks ago

Milestone: undecided
Resolution: invalid
Status: newclosed

The error messages are results from some bogus local configuration. This is not a smartmontools bug.

Note: See TracTickets for help on using tickets.