change name of seattle pop
This commit is contained in:
parent
d31e282323
commit
6206c4467c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue