| 38 | [[BR]] |
| 39 | [[BR]] |
| 40 | [[BR]] |
| 41 | |
| 42 | = Workarounds / silence smart-notifier popup = |
| 43 | Any good ideas how to silence log messages and graphical popups for the moment? |
| 44 | Especially without risking to miss important stuff. |
| 45 | |
| 46 | smart-notifier: https://packages.debian.org/de/bookworm/smart-notifier ([https://screenshots.debian.net/shrine/screenshot/14777/simage/large-2bd2eac87e847e6297ab2229c22167df.png screenshot]) |
| 47 | |
| 48 | **Workaround 1:** |
| 49 | (silence graphical popups, Debian-12) |
| 50 | `apt remove smart-notifier` |
| 51 | |
| 52 | **Workaround 2:** |
| 53 | `/etc/smartd.conf` (may be `/etc/smartmontools/smartd.conf` on some systems) |
| 54 | Add BEFORE `DEVICESCAN` line: `/dev/nvme0 -d ignore` |
| 55 | `systemctl restart smartmontools.service` |
| 56 | `systemctl status smartmontools.service` |
| 57 | Will report `Unable to monitor any SMART enabled devices.` all existing devices are ignored. |
| 58 | |
| 59 | **Workaround 3:** |
| 60 | `systemctl disable --now smartmontools.service` |
| 61 | [[BR]] |
| 62 | |
| 63 | https://unix.stackexchange.com/questions/80894/how-to-get-smartd-to-ignore-an-hdd |
| 64 | https://askubuntu.com/questions/1051710/how-to-disable-smart-checks-for-removable-drives |