โค้ด: เลือกทั้งหมด
yum install smartmontools -y
โค้ด: เลือกทั้งหมด
smartctl -a /dev/sdb
โค้ด: เลือกทั้งหมด
smartctl -a -d ata /dev/sdb
โค้ด: เลือกทั้งหมด
smartctl --all /dev/sda | grep Power_On_Hours | cut -d "-" -f2 | tr -d "[:blank:]"
โค้ด: เลือกทั้งหมด
yum install smartmontools -y
โค้ด: เลือกทั้งหมด
smartctl -a /dev/sdb
โค้ด: เลือกทั้งหมด
smartctl -a -d ata /dev/sdb
โค้ด: เลือกทั้งหมด
smartctl --all /dev/sda | grep Power_On_Hours | cut -d "-" -f2 | tr -d "[:blank:]"