Synology-Forum.nl
Hardware ondersteuning => NAS hardware vragen => Topic gestart door: starnakel op 28 juli 2022, 14:43:55
-
Sinds enkele weken hoor ik een repeterend (hard disc) geluid.
https://drive.google.com/file/d/1PvArOGyl9scTlCvd-Iv_kP-ahwutZglQ/view?usp=sharing
Het duurt een tijdje en dan stopt het weer. Dan begint het weer opnieuw. Heel willekeurig.
Zodra ik iets met de DSM doe stopt het geluid. Maar als ik het systeem een tijdje met rust laat, begint het probleem opnieuw.
Ik heb DSM 6.2.4-25556 Update 6
Ik heb al in de task manager of de resource monitor gekeken, maar ik kan niet precies vaststellen welk proces of welke service de schijfactiviteit veroorzaakt.
Het begint me gek te maken. Ik heb 2 jaar geleden 6TB WD60EFAX schijven gekocht. Ik zou gemakkelijk nieuwe schijven kunnen kopen om van het probleem af te komen. Ik weet echter niet of het probleem in de HD zit of dat het een software/OS probleem is. Schijfbeheer zegt dat alle schijven in orde zijn.
Hopelijk kan iemand mij helpen wat het probleem is of hoe ik het verder kan onderzoeken.
Alvast bedankt!
-
Vibratie m.b.t. ventilators ??
Welk NAS model heb je ?
-
Hi, het is zeker geen fan probleem.
DS918+
-
Haal de HD's eruit en start de NAS en hoor of hetzelfde geluid nog hoorbaar is.
Zo ja, dan moet het wel een FAN zijn, zo niet, dan moet het 1 van de HD's zijn.
-
Top dat je even meedenkt trouwens.
Het is geen fan probleem.
-
Het kan ook vibratie in de sledes zijn waar de HD's mee vastgeklikt zijn.
https://www.synology-forum.nl/hardware-vragen/ds1821-resonatie-of-hdd-problemen/
https://www.synology-forum.nl/the-lounge/muispadje/
https://www.synology-forum.nl/hardware-vragen/wd-red-8tb-(wd80efzx-68uw8n0)-gezoem-vibratie/
-
Het is geen vibratie of fan probleem.
Heb je nog een typ hoe ik zou kunnen achterhalen welk proces verantwoordelijk is voor de repeterende schrijfactie op moment dat ik het geluid waarneem?
De task manager in de resource monitor geven me nog geen uitkomst nl
-
Probleem opgelost met behulp van de volgende suggestie:
Turn off the NAS.
Eject the disks from the NAS. Don't forget to mark which disk you had in which bay.
1. HW check
Now step by step, each disc separately:
Connect the disk via SATA/USB adapter to the computer.
Note: If you don't have it yet, buy it. It is a must-have for the NAS owner. Do not forget, you need to buy an adapter with an external power source.
Switch on the adapter.
Listen.
It is convenient to have the disk placed on a pad, which will allow reducing vibrations.
Feel free to change the pad to something hard. e.g. table and listen again.
Repeat with each disk.
2. NAS check
diskless NAS
turn on the NAS
Listen.
You are using 918+, you have two fans there.
If you didn't hear anything like that, turn off the NAS.
Check the dust around the fans. If necessary, dismantle, and clean. Similarly in the NAS case.
3. Insert the disks into the NAS.
Start the NAS and listen.
Open SSH and run:
Bash:
htop
Use F6 (SortBy) and select "IO_Write_Rate"
Listen and check the processes running with the noise + you will see Write IO Rate
Repeat it with "IO_Read_Rate"
Pull or plug the Ethernet cable when the noise is running then check the htop screen + listen.
So, this is my approach for such never observed noise. Without such tests, it's just shooting in the dark.
P.S.
Forget the Syno GUI SMART test and put here a result from:
Bash:
smartctl -x /dev/sd<x>
for each disk
when you don't know syntax use:
Bash:
smartctl --scan-open
post the result here
-
Prima stappenplan, maar lees ik er nu overheen of niet?
Het zijn drie verschillende stappen, maar wat was het nu, wat nu opgelost is?
-
Voor mij was stap 3 doorslaggevend.
Middels HTOP kon ik vaststellen dat het een mechanisch probleem is. (Geen read of write activiteit en toch het geluid)
Aangezien het geluid er niet constant was en ophoudt bij (meer) disc activiteit, leek mij stap 1 niet voor de hand liggend.
Extended SMART test vindt de schijf prima. Toch maakt deze af en toe raar geluid zonder dat er disc activiteit is.
Kortom goed stappenplan.