Hello,
I noticed that when I run
This install has been running for a few months now. Does that mean by default Proxmox / Debian / smartmontools does not perform any SMART tests automatically? It would seem so since I am still using the default
Or are tests run somehow differently so that they don't appear in this list?
If I run
TL;DR do I have to setup a cronjob manually with
Thanks.
I noticed that when I run
smartctl -a /dev/sda
on a default install I do not see any SMART tests:
Code:
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
This install has been running for a few months now. Does that mean by default Proxmox / Debian / smartmontools does not perform any SMART tests automatically? It would seem so since I am still using the default
/etc/smartd.conf
with no schedule configured.Or are tests run somehow differently so that they don't appear in this list?
If I run
smartctl -t short /dev/sda
manually it shows up.TL;DR do I have to setup a cronjob manually with
smartctl -t short /dev/sda
? Or modify /etc/smartd.conf
with a schedule?Thanks.