Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Rozwiązane Niski transfer na połączeniu win 10 -> linux mint 20.2
#2
0
Po pierwsze podaj specyfikację sprzętowo programową zgodnie z zasadami forum.
Potem upewnij się, że fizyczny link pozwala osiągnąć "gigabitowe" prędkości:
Kod:
ethtool nazwa_interfejsu_sieciowego
gdzie: nazwa_interfejsu_sieciowego = to co wyskoczy w wynikach specyfikacji sprzętowo programowej.

W moim wyniku pogrubiłem istotne informacje wskazujące na link 1 Gbps (w wyniku podano w innych jednostkach 1000Mb/s).
Cytat:ethtool eth1
Settings for eth1:
Supported ports: [ TP ]
Supported link modes:  10baseT/Half 10baseT/Full
                        100baseT/Half 100baseT/Full
                        1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes:  10baseT/Half 10baseT/Full
                        100baseT/Half 100baseT/Full
                        1000baseT/Half 1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
netlink error: Operation not permitted
        Current message level: 0x00000037 (55)
                              drv probe link ifdown ifup
Link detected: yes

Jak z linkiem fizycznym jest w porządku to spróbuj podpowiedzi z linka: https://askubuntu.com/questions/1275392/...fer-speeds
Cytat:Try these samba tweaks to see if you can improve your transfer speed, I used them and I can transfer from my Windows PC to my Linux Server a file about 1GB in size in a bout 1 min or less over WiFi.
#Backup original settings
Kod:
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.orig
#Open file to apply samba speed tweaks
Kod:
sudo nano /etc/samba/smb.conf
#Locate and change the following lines in smb.conf
Kod:
read raw = Yes
write raw = Yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
min receivefile size = 16384
use sendfile = true
aio read size = 16384
aio write size = 16384
Don't forget to save and close the file after you edit the above section.
For the socket option, you can also try these settings to compare which works best for you:
Kod:
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072


Wiadomości w tym wątku
RE: Niski transfer na połączeniu win 10 -> linux mint 20.2 - przez dedito - 01-01-2022, 11:38

Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości