$ diff /usr/share/webmin/smart-status/smart-status-lib.pl smart-status-lib.pl
319a320,323
> elsif ($out =~ /NVMe\s+Version:/i) {
> $rv{'support'} = 1;
> $rv{'enabled'} = 1;
> }
That’s it – if you just test for that instead of looking for the actual /dev/nvme its all you need. BTW I removed the other patch because that didn’t work. I can’t figure out how to attach a file here or I would.