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
Silver Member
Posts: 417
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-424 TOS 7.0.0765
F2-423 TOS 7.0.0765
F2-210 TOS 4.2.44
D4-320

C/O
F4-424 TOS 6.0.794
User avatar
TMSupport
TM Support
Posts: 2308
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
TM Support
Posts: 2308
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: 100
Joined: 04 Oct 2020, 10:34
Canada

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 NAS
D5 Hybrid DAS
---------------------------------------
jack
Posts: 13
Joined: 26 Apr 2020, 14:36

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

Post by jack »

Thanks, Jay!
Locked

Return to “System Resources”