Last edited:
Hey everyone,
i just set up a NFS shared folder on my ds218+ (2x8tb ironwolf, RAID 1) to use with my ubuntu 20 workstation. I can read and write files in the mounted folder. Unfortunately i cannot exceed 7mb/s when writing data to the NAS. My worktation has a SSD.
I checked the following:
If my understanding is correct, i achieve high performance when copying big files. However, when transfering e.g. photos the transfer speed does not exceed 7mb/s. I already checked out this link from synology website and searched for a couple of hours for a solutions:
synology website post
Is there a configuration problem on my DS or the way i mounted the shared folder on my workstation? How could I find the bottleneck and achieve higher transfer speed even with multiple smaller files?
I'm happy for all hints and tips as well as code snippets, as I am quite new to this topic.
EDIT: I just did a iperf3 test and got around 900 mbits/s with cable and 80 mbits/s with wifi. So I guess its the wifi connection, that makes it so slow.
any ideas how to improve it?
i just set up a NFS shared folder on my ds218+ (2x8tb ironwolf, RAID 1) to use with my ubuntu 20 workstation. I can read and write files in the mounted folder. Unfortunately i cannot exceed 7mb/s when writing data to the NAS. My worktation has a SSD.
I checked the following:
[QUOTE]
dd if=/dev/zero of=/home/noah/nas_data/testfile bs=16k
[/QUOTE]
[QUOTE]
135640285184 bytes (136 GB, 126 GiB) copied, 271,284 s, 500 MB/s
[/QUOTE]
If my understanding is correct, i achieve high performance when copying big files. However, when transfering e.g. photos the transfer speed does not exceed 7mb/s. I already checked out this link from synology website and searched for a couple of hours for a solutions:
synology website post
Is there a configuration problem on my DS or the way i mounted the shared folder on my workstation? How could I find the bottleneck and achieve higher transfer speed even with multiple smaller files?
I'm happy for all hints and tips as well as code snippets, as I am quite new to this topic.
EDIT: I just did a iperf3 test and got around 900 mbits/s with cable and 80 mbits/s with wifi. So I guess its the wifi connection, that makes it so slow.
any ideas how to improve it?