答案1
我在这里找到了答案 https://github.com/coreos/bugs/issues/484#issuecomment-165174597
在 CoreOS 主机上
~$ toolbox dnf install -y smartmontools
~$ toolbox --bind=/dev:/dev smartctl --all /dev/sda
可能会出现“Operation not allowed”错误,此时直接使用bind即可:
~$ toolbox --bind=/dev/sda:/dev/sda smartctl --all /dev/sda