Created
July 1, 2015 14:45
-
-
Save warewolf/81e9693943f6b8feae72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ( for foo in sd{c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}; do smartctl -A /dev/$foo | grep Power_On_Hours | sed -e "s/^/$foo\t/" | awk '{print $1,$11}';done ) | sort -n -k2 | |
| sdh 13 | |
| sdl 13 | |
| sdd 43 | |
| sdq 43 | |
| sdp 1858 | |
| sdt 6843 | |
| sds 10422 | |
| sdv 10422 | |
| sdx 10423 | |
| sdz 19003 | |
| sdy 21110 | |
| sdf 21118 | |
| sdj 24146 | |
| sdn 24148 | |
| sdr 24156 | |
| sdw 32121 | |
| sdg 32561 | |
| sdk 32563 | |
| sdo 32564 | |
| sdc 32569 | |
| sde 51257 | |
| sdi 51362 | |
| sdm 51782 | |
| sdu 62536 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment