I’M USING RAID0 ON ZIMACUBE, BUT EVEN WHEN I’M NOT USING IT, THE SOUND OF THE HDD IS NOISY AT REGULAR INTERVALS.
Is there a way to deal with it?
I’M USING RAID0 ON ZIMACUBE, BUT EVEN WHEN I’M NOT USING IT, THE SOUND OF THE HDD IS NOISY AT REGULAR INTERVALS.
Is there a way to deal with it?
Some services like searchd or AI may use the drive. Also, pay attention to your docker apps. And what is the link you provided for?
It’s a noise video.
Manually shut down all the apps and stop all the services. This might be helpful.
1.Enter CLI(Settings-> General-> Developer mode view-> SSH Access enable → Web-based terminal)
2.Log in
# switch to root
# you may need to type password again
sudo -i
# these is for stop and disable
systemctl stop zimaos-search
systemctl stop zimaos-ai
systemctl disable zimaos-search
systemctl disable zimaos-ai
# these is for enable again
systemctl start zimaos-search
systemctl start zimaos-ai
systemctl enable zimaos-search
systemctl enable zimaos-ai
Thank you.
Once I formatted the HDD and built the RAID again, the noise disappeared.