NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Crash_HI
Nov 19, 2021Guide
Moves on new NAS much slower than old NAS
Greetings,
I recently had a power supply failure on my old OS4 ReadyNAS Pro Pioneer RNDP600E and migrated my data to a ReadyNAS 626X RN626X00. It is connected to my Windows 10 computer via 10GbE as a SMB share. My maximum data transfer rate from the NAS to PC is about 240MB/s, which is much faster than the old NAS.
What I am noticing is that file or directory moves that used to be almost instantaneous are taking many times longer.
It does not seem to matter how I connect to the NAS, as I have tried the following:
\\IP_ADDRESS_OF_NAS\share
\\NAS_NETWORK_NAME\share
\\IP_ADDRESS_OF_NAS\c
\\NAS_NETWORK_NAME\c
\\IP_ADDRESS_OF_NAS\c mapped to drive letter
\\NAS_NETWORK_NAME\c mapped to drive letter
In some of these, it is doing a copy/delete, while in others it is moving the files, but at a rate of a few items a second rather than how it was previously capable of moving entire directories in a second or two.
This problem occurs even if files or directory is moved within the same share such as Music.
Am I connecting to the NAS incorrectly, or is there a setting that I may have missed?
Thanks for your consideration
9 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced User
If you are moving between shares, OS-6 will do a copy-delete (due to the fact that the two shares are different BTRFS subvolumes). You can get faster speeds when mapping the entire data volume, and not just a share. Then it will usually do a true move, even across shares.
You can also get faster speeds by disabling "strict sync" in the advanced SMB settings for the share. Though some applications might misbehave when you do that.
- SandsharkSensei
I assume you were still on OS4.2.x on the Ultra. What you are experiencing, as StephenB explained, is one of the differences caused by the BTRFS file system OS6 uses. This one can seem to be a negative, but there are also lots of positives. Shares are BTRFS sub-volumes, not just directories. You may want to re-think your share structure because of it. Unless you really need separate access control, make what was separate shares into directories within a share. Moving between directories within a share is still just as fast as with the EXT4 file system of OS4. From SSH, you can also use the cp command with the --reflink option to just copy the pointer to the file to a new share/directory, then delete the original, which is also much faster than copying the whole file. You probably won't want to do that all the time, but it can be useful when doing the initial housekeeping after moving to an OS6 system.
- Crash_HIGuide
Hi,
"You can get faster speeds when mapping the entire data volume, and not just a share. Then it will usually do a true move, even across shares."
As you have suggested, I tried mapping the entire volume, in my case this is called c, for example:
\\NAS_NETWORK_NAME\c
When moving files or folders between subdirectory shares under c, a copy/delete still occurs.
For example, if moving the contents of:
\\NAS_NETWORK_NAME\c\Music\
to:
\\NAS_NETWORK_NAME\c\Videos\
It seems that I am still misunderstanding something. Am I mapping the entire data volume incorrectly by mapping \\NAS_NETWORK_NAME\VOLUME_NAME ?
Thanks for your help!
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!