Problem with transfers to NAS

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.

Thanks in advance

Please list the exact drive model numbers, both wd blue and Seagate (barracuda) drives can be smr drives which are known for slow transfer speeds

Edit: and 6gb ram is below the minimum requirement which is 8gb.

2 Likes

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).

1 Like

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:

  1. More memory
  2. Check those disks. If the disks are SMR then they are unsuitable.

My discs:

  • ST1000NM0033-9ZM173 (2x)

  • WDC WD10EZEX-00WN4A0 (2x)

    They are all CMR drives.

For now, I want to try to fix this problem with the 6 GB of RAM. If I can’t fix it, I’ll buy an additional 2 GB

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.

What does zpool status -v say.

It says they are no data errors on any of my pools and they are all ONLINE.

  • What kind of files are you copying? (big or small, media or text)

  • How many files are you copying at once?

  • How many files are in the destination folder?

For tests I copy one random app from macOS like GIMP. On destination folder I don’t have any files.

Anybody?

Donno - what version of TrueNAS, wasn’t there some huge SMB bugs that recently got more or less patched out?

I had the same problem with OMV, so it isn’t a problem with the system, but maybe with the configuration.
PS: I have the newest version of TrueNAS.

Any other ideas???