1. Current Location: Home >  NAS >  N1 box Feiniu OS system NAS cannot download files locally

N1 box Feiniu OS system NAS cannot download files locally

LAN point-to-point speed drop, 99% of which are caused by "SMB multi-channel/cache/TCP congestion control " or " hard disk/power supply drop". The following is the troubleshooting + repair process.

N1 box Feiniu OS system NAS cannot download files locally

  1. first check whether the "SMB Multichannel" handshake fails
    Win10 SMB Multichannel will be turned on by default on 11/11, and once the negotiation fails, it will drop directly to 0 B/s.
    (1) Temporarily turn off multichannel on the Windows side
    Perform with Administrator PowerShell:
    Set-SmbClientConfiguration -EnableMultiChannel 0 -Force
    (2) Remap the NAS drive letter (\\192.168.x.x\data) and drag the folder to see if the speed is stable.
    if it is normal immediately, it means that it is an SMB Multichannel negotiation bug; If you want to solve it permanently, add a line to /etc/samba/smb.conf of Feiniu OS
    server multi channel support = no
    then smbcontrol the smbd close-share overload configuration.
  2. to eliminate the speed collapse caused by "TCP small cache + congestion control"
    N1 The box 4.x kernel uses the BIC algorithm by default, and large LAN files are prone to instant packet loss → window zeroing.
    Change Algorithm:
    echo bbr > /proc/sys/net/ipv4/tcp_congestion_control
    increase the sending and receiving cache again:
    echo 'net.core.rmem_max = 134217728' >> /etc/sysctl.conf echo 'net.core.wmem_max = 134217728' >> /etc/sysctl.conf sysctl -p
    retest immediately after the correction to see if the gigabit can run full without dropping 0.
  3. see if dmesg has a "USB drop/under-voltage"
    N1 box Many comrades plug the hard drive into the USB port for power supply, and the disk will drop as soon as the peak is high, and the speed will naturally drop to 0.
    (1) dmesg -w Real-time monitoring, copy and view, if it appears
    usb 2-1: reset SuperSpeed Gen 1 USB device number 2
    or
    BTRFS/EXT4: I/O error
    that is insufficient power supply. Replace it with a "USB hard drive enclosure with independent power supply" or Y-cable dual USB power supply.
  4. change the protocol for "A/B comparison"
    if SMB always drops and WebDAV/FTP can run steadily at 110 MB/s, it can be concluded that it is a Samba configuration problem and SMB can be deprecated directly:
    • Windows Explorer → Right-click → Map network drive →
      address http://192.168.x.x:5005/dav (the default WebDAV port of Feiniu OS), the account password and administrator, and the copy folder will no longer slow down.

Quick summary
Priority check for speed loss in the LAN:
  1. Turn off SMB Multichannel (Windows side + NAS side)
  2. change the BBR algorithm and increase the TCP cache
  3. dmesg Check USB Drop/Power Supply
  4. use WebDAV/FTP as a comparison
these four steps are completed, the speed can basically be stabilized at 100~110 MB/s. Good luck with the troubleshooting!
Read More


Copyright Notice Scan to read on mobile
All Rights Reserved: 《SHUNOT》 => 《N1 box Feiniu OS system NAS cannot download files locally
Article URL: https://www.shunot.com/en/nas/698.html
Unless otherwise stated, all articles are original by 《SHUNOT》. Reposting is welcome! Please indicate the original URL when reposting, thank you.

Comment List

Movie buffs
Movie buffsReply
#15
SMB multi-channel problem is really a headache, the speed immediately recovers after shutting down, I haven't been able to find the reason before, and now it's finally solved, thanks for the detailed tutorial!
2 个月前
He smiled lightly
He smiled lightlyReply
#14
The SMB multi-channel problem is really a pitfall, and many users have fallen for it. The speed increases immediately after turning it off, but requires manual configuration modification, which is not very friendly to novices.
3 个月前
Dream back to you...
Dream back to you...Reply
#13
This setup does solve the problem, but it's a bit complicated to operate and requires caution. It is recommended to back up the configuration before attempting to modify it to avoid affecting other functions.
3 个月前
The misty rain is...
The misty rain is...Reply
#12
The SMB multi-channel problem is indeed deceptive, and many users have encountered speed drops. After turning off multi-channel, the speed returns to normal, so it is recommended that you try this method.
3 个月前
The rain fell on ...
The rain fell on ...Reply
#11
This setting is really useful, I used to download the card before, and the speed is much more stable after changing the TCP algorithm.
3 个月前
Enthusiastic neti...
Enthusiastic neti...Reply
#10
This solution is very practical, especially turning off SMB multi-channel and adjusting the TCP algorithm, which can effectively solve the problem of sudden drops in transmission speed, and is recommended for users with the same problems.
3 个月前
Bookworm
BookwormReply
#9
SMB multi-channel problem is really a pit, simple to set up but easy to lead to a sharp drop in transmission speed, try to temporarily close it, if it is effective, quickly change the configuration, otherwise it is really torturous.
3 个月前
Tears flowed
Tears flowedReply
#8
SMB multi-channel problems are too common, many users have encountered them, temporary shutdown can indeed solve the problem, but permanent repair requires modifying the configuration, which is a bit complicated to operate.
3 个月前
Southern girl
Southern girlReply
#7
This fix is quite practical, especially after turning off SMB multi-channel, the speed is significantly improved, which solves my long-standing problem and is highly recommended for users with similar problems.
3 个月前
Who can listen to...
Who can listen to...Reply
#6
SMB multi-channel problems are indeed easy to ignore, and the speed is significantly improved after temporary shutdown, but the configuration needs to be manually modified to completely solve it, and the process is a little troublesome, so it is recommended to troubleshoot in advance.
4 个月前
A famine year
A famine yearReply
#5
This setting is very practical, it solves the problem of NAS download speed, and the operation is not complicated, the key is to find out which setting is the cause.
4 个月前
The moonlight is ...
The moonlight is ...Reply
#4
The SMB multi-channel problem is really a headache, and the speed is immediately restored after turning it off, but it has to be done manually every time, hoping for a more stable solution in the future.
4 个月前
Small bridge flow...
Small bridge flow...Reply
#3
The SMB multichannel problem is really a headache, I couldn't find the cause before, and finally found out that it was caused by this setting. The speed immediately improved after closing, what a hidden pit!
4 个月前
An old dream of t...
An old dream of t...Reply
#2
This setting is really critical, in the past, the download file was always stuck, and the speed was immediately stable after changing the TCP algorithm, which really solved the big problem.
4 个月前
Dream chaser
Dream chaserReply
#1
This setting adjustment is quite practical, solving the problem of NAS download speed, especially SMB multi-channel failure, it does work after manual shutdown, it is recommended that other users try it as well.
4 个月前

Contact Us

Online Consultation: Click here to send me a message

WeChat ID: master_135

Scan to follow