@Zoredache からのコメントに基づく回答:
 コマンドは smartctl --all /dev/sdc です そして、下にあるセクションは「Vendor Specific SMART Attributes with Thresholds」で、「Power_On_Hours」という名前の属性があります。
したがって、電源オン時間 (実行中) を取得するためのコマンドは次のとおりです。
smartctl --all /dev/sdc | grep Power_On_Hours
次に、次のように表示できます:
9 Power_On_Hours          0x0032   087   087   000    Old_age   Always       -       10171
したがって、実行時間は 10171 時間です