Constant disk noise - anyway to check disk activity?

CPU, memory, fan, process, services status, system log, tempreture
Locked
jack
Posts: 13
Joined: 26 Apr 2020, 14:36

Constant disk noise - anyway to check disk activity?

Post by jack »

Hi,

I have a TNAS F2-210. There has been constant disk noise since I swapped out the WD Reds and installed Seagate Ironwolf 4TB x 2, which wasn't there before with the WD drives. I can see the HDD indicators blinking at times, but not always. I tried to use the common disk activity tools like iotop, iostat, dstat, ioping, atop, etc. but it seems like none of them is supported. I was wondering how can I monitor the disk activity to see what's using the hard drives?

Thanks a lot!

Jack
User avatar
sianderson
Posts: 293
Joined: 02 Aug 2020, 03:42
Great Britain

Re: Constant disk noise - anyway to check disk activity?

Post by sianderson »

in the wisdom terramaster actually install and run the OS from the hard drive so it will always be using some sort of hard drive usage even if no one is accessing it remotely
F2-210

4.2.43
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Constant disk noise - anyway to check disk activity?

Post by TMSupport »

Maybe the hard disk is defective or this is just its characteristic.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
jack
Posts: 13
Joined: 26 Apr 2020, 14:36

Re: Constant disk noise - anyway to check disk activity?

Post by jack »

SMART is good. Seagate Iron Wolf is recommended by TerraMaster as a low noise option.

Also, that's NOT the point. How can you monitor disk activity on TNAS? Considering it's a storage product, that's not too much to ask.
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Constant disk noise - anyway to check disk activity?

Post by TMSupport »

You can SSH access your TNAS as root, and enter the command dmesg to list the disk activity.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
jack
Posts: 13
Joined: 26 Apr 2020, 14:36

Re: Constant disk noise - anyway to check disk activity?

Post by jack »

dmesg doesn't actually show what process is doing IO at what rate. Can you provide more information about how to assess that?
User avatar
JayBlingham
Posts: 98
Joined: 04 Oct 2020, 10:34

Re: Constant disk noise - anyway to check disk activity?

Post by JayBlingham »

This command will show you the top 10 processes using CPU. That will at least give you an idea of what processes are actively doing something.

Code: Select all

ps -aux --sort -pcpu | head
Jay
---------------------------------------
F5-221, 5.0.171-00221
---------------------------------------
jack
Posts: 13
Joined: 26 Apr 2020, 14:36

Re: Constant disk noise - anyway to check disk activity?

Post by jack »

Thanks, Jay!
Locked