diff --git a/pages/SeattleKOMOPoP.md b/pages/SeattleKOMOPoP.md index 99d7ca1..815687f 100644 --- a/pages/SeattleKOMOPoP.md +++ b/pages/SeattleKOMOPoP.md @@ -341,7 +341,7 @@ From `for i in a b c d; do smartctl -a /dev/sd$i | egrep 'Model|Serial|Capacity' replaced: | 2 | HGST HUS726060ALA640 | AR11001EV17LLB | 6TB | 2022.09.15 | -``` + for i in b c d e; do echo $i; smartctl -a /dev/sd$i | egrep '(^Serial|Extended)'; done