change name of seattle pop

This commit is contained in:
Randy Bush 2023-04-27 13:50:34 -07:00
parent d31e282323
commit 6206c4467c

View file

@ -341,7 +341,7 @@ From `for i in a b c d; do smartctl -a /dev/sd$i | egrep 'Model|Serial|Capacity'
replaced: replaced:
| 2 | HGST HUS726060ALA640 | AR11001EV17LLB | 6TB | 2022.09.15 | | 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 for i in b c d e; do echo $i; smartctl -a /dev/sd$i | egrep '(^Serial|Extended)'; done