Hello everyone, I need some help with my NAS server. I have an HP PowerEdge T110 II computer with 4 HDDs (2x WD Blue, 2x Seagate for Servers) plus one SSD for the system. I have one RAID and one non RAID POOL. When I set everything up on TrueNAS(before I had OMV), it looked fine, but when I tried copying files from my MacOS 26 computer to the server, the transfer started at about 60 MB/s and then dropped down to almost 0 — and this repeated roughly every minute. I searched for a reason but couldn’t find anything. I have 6 GB of RAM (ECC) and 4 is always free somehow.
What can I do now? The server is connected to a router via an Ethernet CAT5e cable, and I don’t see anything that could be causing the problem. Could it be macOS? It’s similar on Windows, so probably not. I should mention that when I use the Blackmagic RAW speed test, it consistently shows around 50 MB/s, so it’s not that bad.
Check your exact types of the HDDs. Especially the WD Blues. Dont know what you mean with “Seagate for servers”. Again, they have an exact model name and number. If some of them are SMR discs, you have the main reason for the slow writes. For ZFS you want CMR discs only.
Also, the minimum RAM for Truenas is 8 GB (16Gb is strongly recommendet).
Also the MAC may be using sync writes (or may not). On the dataset rather than have sync standard use Disabled instead - see if that makes a difference.
However as others have said:
More memory
Check those disks. If the disks are SMR then they are unsuitable.
When I was testing the transfers, the memory usage was only about half, so I think the amount of RAM is sufficient; but if everything still doesn’t work, I will buy an additional 2 GB.
If you are using ZFS, I don’t see any way that the system can be using only 2GB memory… The system may be using 2GB for services but there would also be memory allocated to ZFS cache. At any rate, you’ve already been coached by experienced TrueNAS people regarding memory.
Since you face the same issue with both OMV and TrueNAS, I’d suggest it may be a hardware issue. There are three things I’ve encountered over the years that made me go crazy with untraceable problems:
Network cable gone bad. Yes, I once had a network cable fail. This is an easy one to check - just try another cable.
Ethernet switch malfunction
Computer power supply malfunctioning but did not die completely. This has happened to me twice and can be very frustrating to chase down.
Good luck,
System:
TrueNAS 25.04.2.6 | Supermicro X9SCM-F | Xeon E3-1240V2
32GB ECC RAM | PNY 120GB SSD for boot
3 WD Red 4TB + 1 HGST Deskstar NAS 4TB in RaidZ2
Toshiba 128GB M.2 SSD
After many responses from users, it seemed appropriate to close this thread. Some time after writing this post, I bought another RAM stick, so I finally have 8 GB of RAM. I returned to OMV and I have to say that now I’m very satisfied. The transfer speeds are satisfactory and the performance of applications running in Docker is great. I connected my Mac computer via an Ethernet cable and now I have a stable connection to my folders on the NAS. Thank you to everyone who wanted to help, and I hope that when I gain more experience in this area, I’ll be able to help others as well