摘要:
# 背景 在硬盘有系统时,格式化提示有系统不能格式化 输入:mkfs.ext4 /dev/nvme0n1 报错:/dev/nvme0n1 is apparently in use by the system; will not make a filesystem here! #解决办法 提示/dev 阅读全文
摘要:
通过命令查询BMC IP ipmitool lan print 查询设备硬件传感器信息(温度,功率等) ipmitool sdr list 功率 ipmitool sdr list|grep 'Power' 进口温度 ipmitool sdr list |grep -w "Inlet_Temp" i 阅读全文