> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled/yi-zhi-shou-dao-sparesmissing-event.md).

# 一直收到SparesMissing event

### 已經完成rebuild，但還是收到SparesMissing event，如何解決

![](/files/-LvcEQLufI9GdUshZJLq)

### nano /etc/mdadm/mdadm.conf

把spares=1改成spares=0

```
ARRAY /dev/md/omvNAS1.tn.edu.tw:0 metadata=1.2 spares=0 name=omvNAS1.tn.edu.tw:0 UUID=a3610bdc:3d6301d5:2a0b6f08:f33980d1
```

只要該行指出“ **spares = 1** ”，該消息就會到達，**因為mdadm會查找備用磁盤**。\
\
解<br>

1. 將參數設置為 `spares=0`<br>
2. 做完了 ![：thumbup：](https://forum.openmediavault.org/wcf/images/smilies/thumbup.png)&#x20;
