Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Upgrade to 2.5 GbE over USB worked... but there is a problem...

As an Amazon Associate, we may earn commissions from qualifying purchases. Learn more...

33
1
NAS
DS216j
Operating system
  1. Windows
Mobile operating system
  1. Android
(I also posted this on other forums but -to date- wasn't able to solve my problem)

In short: I purchased a UGREEN USB-to-2.5Gbe converter, followed instructions on the Internet and was able to install drivers and got the NAS (DSM 7.1) to report a 2500mbps Ethernet connection. My cables are Cat7, my switches 2.5 GbE and so is my Windows desktop Ethernet interface. So all seems fine.
When I measure file transfer speed however, I'm still seeing 70-80Mb/s (= 1GbE). An iPerf3 test reported 133Mb/s (which is low for 2.5 GbE but above 1GbE, indicating that there is a 2.5 GbE capable connection, so it seems that 'hardware-wise' things are correct).
Why am I still seeing a 1GbE network speed then??
Any suggestions?
 
I have an RS2423RP+ with 10 gig networking. I have 10 gig from my desktop all the way to my Synology. I should see blazing speeds. My Windows desktop has a couple of drives in it - An NVMe drive for boot and an old 3 TB WD spinning disk for storage. When using the spinning disk I see anything from 70 MB/sec up to about 160. It varies I'm guessing depending on what else the drive is doing. But if I copy that same file to the NVMe and then do the copy from the NVMe I'll see 400+ MB/s. So I've come to the conclusion that my bottleneck is the spinning disk. What type of drive are you copying from?
 
Upvote 0
The drives in my desktop are NVME, those in my NAS 'spinning disks'
 
Upvote 0
Why am I still seeing a 1GbE network speed then??
Are you sure that you are communicating on the IP address for that 2.5G NIC and not on your 1G? Are you connected via IP address or are you using a netbios name? If so, it will default to 1G.

So try and make a connection from your computer to your NAS using an SMB connection targeting the explicit IP address of the 2.5G NIC. Also, you can just disconnect the 1G NIC cable, leaving 2.5G connected and then try and access it using its netbios name, it will have to use 2.5G.

If tests in that case also terminate under 200MB/s then you can say "you have an issue".

What type of drives and array configuration is inside your NAS? What model of NAS is it?
 
Upvote 0
Thanks, Model NAS is in my profile above the posts: DS216J. Connection is ONLY via the USB>2.5GbE converter (I removed the standard connection to the 1GbE bus). I connect via a (fixed) IP-address.
Not sure how to make a connection via SMB... if you can explain (maybe the iPerf3 test does that?)
HD's are WD's, one 3 Gb (WD30EFRX) one 4 Gb (WD40EFZX)
 
Upvote 0
Well the 216 and on top of that J will indicate a possible mirror with those 2x3TB drives. So getting anything more then 200MB/s will be pushing it due to specs of the J model itself. Still, going over 100MB/s should work but don't expect miracles.

if you can explain
If the 2.5G connection is the only one then you do not have to do anything special here considering the NAS is only accessible on that particular interface.

With all said and the fact that even iperf can't go over 133MB/s. I would say there is not much you can do.

Have you tested with a single large file? Are those speeds you are getting from that kind of test?
 
Upvote 0
I'd be happy with 150Mb/s... I tested with a 10Gb file, no differences.
 
Upvote 0
spindle drives will be a bottleneck, especially if they are slower drives.
 
Upvote 0
I know that, but if an iPerf3 test shows 133Mb/s, to me that means that I should be able to achieve that speed also when I do a normal file-transfer. And an rotating HD should be able to achieve that speed.
 
Upvote 0
I know that, but if an iPerf3 test shows 133Mb/s, to me that means that I should be able to achieve that speed also when I do a normal file-transfer. And an rotating HD should be able to achieve that speed

Isn't iPerf a network monitoring tool? You can't compare disk copy speed based purely on the raw network speed. If anything, that is telling you that yes your network is capable of the speeds it indicates. Storage performance has other factors as I tried to convey in my first post in this thread.
 
Upvote 0
OK, I believe that. But what remains is that I had a transfer speed of about 77Mb/s before I made the changes (when I used the original 1 GbE Ethernet connection on my NAS). Now I connect via 2.5 GbE Ethernet and the transfer speed is unchanged.
If the raw network speed is faster now and the overhead is unchanged, shouldn't I expect (much) more than exactly the same 77Mb/s after my upgrade then?
Something is not right but I can't find what it is. I'll try to do some other tests in the coming weeks to eliminate possible root causes. In the meantime however, I continue to appreciate any additional suggestions and tweaks I could make.
 
Upvote 0
Here’s an idea. Try and push multiple copy tasks from different devices. See what the cumulative total speed you can get and just how much you can saturate the network and the drives. Imho, that J should be able to push about 100MB/s but anything more that might be pushing it.

Just an idea.
 
Upvote 0
I would be inclined to connect the 1GbE port direct to Mac/PC and then monitor the activity that's happening when the LAN is connected to the 2.5GbE port. Either using the Resource Monitor or SSH and things like top.

iPerf3 is just a network performance tool, it doesn't test the disk read/write. But 133 MB/s still seems low (I assume you meant MB/s not Mb/s) for a 2.5GbE test. Only when this is is around 300 MB/s should you look at the data transfer speeds of file sharing.

You don't have any traffic control configured? And the 2.5GbE port is assigned as the default/primary is Service Order?
 
Upvote 0
Here’s an idea. Try and push multiple copy tasks from different devices. See what the cumulative total speed you can get and just how much you can saturate the network and the drives. Imho, that J should be able to push about 100MB/s but anything more that might be pushing it.

Just an idea.
Thanks, I can do that but at this moment in time I don't have another device available regretfully. Hope that will change in a couple of weeks

I would be inclined to connect the 1GbE port direct to Mac/PC and then monitor the activity that's happening when the LAN is connected to the 2.5GbE port. Either using the Resource Monitor or SSH and things like top.

iPerf3 is just a network performance tool, it doesn't test the disk read/write. But 133 MB/s still seems low (I assume you meant MB/s not Mb/s) for a 2.5GbE test. Only when this is is around 300 MB/s should you look at the data transfer speeds of file sharing.

You don't have any traffic control configured? And the 2.5GbE port is assigned as the default/primary is Service Order?
Thanks, let's start with the last line. ;-)
Traffic control: Not AFAIK, what can I do to check that?
2.5 GbE port assignment: Can you explain? Do you mean on the NAS side or the PC side? How can I check that?
 
Upvote 0
Traffic control: Not AFAIK, what can I do to check that?
1727860312498.webp


2.5 GbE port assignment: Can you explain? Do you mean on the NAS side or the PC side? How can I check that?
Use Service Order to access a pop-up window to order the priority of your interfaces: top of the list is highest priority. I have Bond 1 as highest and then LAN 4. The displayed list order in Network Interfaces doesn't necessarily reflect the service order.
1727860598050.webp


Also in your 2.5GbE Network Interface settings, under IPv4 have you:, and not for the 1 GbE port
1727860455706.webp



If you have SMB multi-channel enabled under SMB advanced settings, switch it off ... at least for now.
 
Upvote 0
Thanks: nothing in traffic control
Service order: as I have only one active connection (plus the inactive 1GbE connection) I can't change the order
Default gateway: In my router I defined fixed IP addresses for the 1GbE and 2.5 GbE connections. In the NAS under IPv4 the settings I see "Get network configuration automatically (DCP)" enabled and therefore I can't select anything else
 
Upvote 0
Update: I read some more info on the Internet and enabled SMB3. That increase my file transfer speed from 77 MB/s to 100 MB/s. Still too low (and maybe I would have seen the same on the 1GbE connection) but a significant improvement
 
Upvote 0
Any more suggestion on why I'm not getting the 2.5 GbE speed?
Well considering it will take you some time to test the setup with another client, maybe you could try a direct pc to nas connection without the network switch. Maybe that’s the problem.

Connect the pc and nas directly and run some tests.
 
Upvote 0
Placing the NAS next to my desktop connected via one switch now gives me 80 MB/sec (iPErf3) and 95 MB/s when copying a large file.
I can connect the NAS via Ethernet directly to my PC but not sure if that would work... Would that be the next test I could do then?
 
Upvote 0

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Thanks, maybe I didnt express myself properly, sorry, English is not my main language. when I say "hot"...
Replies
6
Views
191
  • Question Question
The reason to use the desktop Hyper Backup Explorer would to access/recover your data files from a...
Replies
7
Views
1,671
Could always use a dual drive USB enclosure. That way you get two drives, but only use one usb port.
Replies
4
Views
1,429
Everytime I log into DSM my NAS-connected USB-drives wake up from sleep, even if I'm not in filestation...
Replies
0
Views
1,043

Thread Tags

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending content in this forum

Back
Top