View: Informations sur un disque dur (duree d'utilisation)

  1. 11 months ago by skymaxs and saved by 1 other
    # Informations sur /dev/hda
    
    /usr/sbin/smartctl --all /dev/hda
    
    Notamment: Model Family, Device Model, Serial Number, Firmware Version,  (et beaucoup plus)...
    
    # En particulier, temps d'utilisation (en heures):
    
    /usr/sbin/smartctl --all /dev/hda | grep Power_On_Hours

0 comment about "Informations sur un disque dur (duree d'utilisation)"