phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 233 forks source link

nvme needs sudo to show info #363

Closed joho500 closed 1 year ago

joho500 commented 1 year ago

Describe the problem I found that phpsysinfo didn't show any info of my nvme SSD.

Expected behavior Found out that it uses the nvme program and that needs sudo to get all the info.

Server

Makes sense but nice to know. Therefore I post it here for others to find.

namiltd commented 1 year ago

There is an option for that: SUDO_COMMANDS="nvme"

joho500 commented 1 year ago

That's what I ment. Would have been more clear when I had added that. Thanks.