unraid/webgui

USB device can't be read by smartmontools in unraid webgui

jski opened this issue · 1 comments

jski commented

I purchased a portable USB device to use for cache, which is a type not included in the webgui options. It is available in smartmontools, including the version I use of unraid daily.

Without -d sntasmedia

root@unraid:~# smartctl -a /dev/sdh
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.38-Unraid] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdh: Unknown USB bridge [0x04e8:0x61fb (0x100)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

With -d sntasmedia

root@unraid:~# smartctl -a /dev/sdh -d sntasmedia
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.38-Unraid] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Number: Samsung Portable SSD T7 Shield

The rest of the smart data also follows. I have submitted a PR for this and am creating the issue for tracking visibility. Thanks!
#1667

jski commented

Closing as this was merged: #1667