diff --git a/HowtoSmart.md b/HowtoSmart.md index 69e7390a..b24dc08b 100644 --- a/HowtoSmart.md +++ b/HowtoSmart.md @@ -406,7 +406,9 @@ Device does not support Self Test logging ### Support NVME -Par défaut SMART ne surveille pas les disques NVME car le support est jugé instable. On pourra tout de même les surveiller en ajoutant `-d nvme` dans la configuration. +Les disques NVME ne sont pas surveillés par défaut, il faut `-d nvme` dans la configuration. + +Cette fonctionnalité est expérimentale pour les Debian antérieures à Bullseye. ~~~ { .diff } diff --git a/smartd.conf b/smartd.conf @@ -419,4 +421,4 @@ index 4cdede7..81619c9 100644 # list the devices that they wish to monitor. -DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner +DEVICESCAN -d removable -d nvme -n standby -m root -M exec /usr/share/smartmontools/smartd-runner -~~~ \ No newline at end of file +~~~