You are not logged in.

#1 2020-10-11 21:25:56

dahikino
Member
Registered: 2020-10-11
Posts: 9

file transfer SMB or FTP stuttering a lot

I try to transfer file from my pc under arch linux to my NAS and during the transfer , the transfer hang every 15 secondes, continue 10 seconds and again ..;

As SMB or FTP it happens the same.

When i'm under Windows 10, i don't have at all this problem with this same NAS.
If you have any idea.


PS: the Share is mounted like this
sudo mount -t cifs //192.168.1.44/volume_2 /home/david/.share/dlink-gabriel-volume_2 -o username=david,password=***,vers=1.0

PS2 : i have a fiber connection and speed test give me near 1GB/s, the local network speed is normally 1GB/s

Last edited by dahikino (2020-10-11 21:31:49)

Offline

#2 2020-10-12 06:47:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: file transfer SMB or FTP stuttering a lot

What are you using for transfer? If some GUI/file manager do you see the same issue with a  cp or so?

Offline

#3 2020-10-12 19:18:23

dahikino
Member
Registered: 2020-10-11
Posts: 9

Re: file transfer SMB or FTP stuttering a lot

i  did the test with such command : sudo rsync -ah --progress  --force

Result : stuttering again and i suspect that the bandwith speed is not the 1Gb as it would thave to be, but under W10 the NAS respond at around 250-300Mb/s so it is not a problem on the NAS
Time to transfert 6mn30s for 4.7 GB means 12MB/s under ARch Linux, under W10 i'm at 30-35MB/s

Last edited by dahikino (2020-10-12 19:24:27)

Offline

#4 2020-11-16 19:04:00

dahikino
Member
Registered: 2020-10-11
Posts: 9

Re: file transfer SMB or FTP stuttering a lot

Nobody has a idea ?

Offline

#5 2020-11-16 20:37:59

seth
Member
Registered: 2012-09-03
Posts: 50,001

Re: file transfer SMB or FTP stuttering a lot

Don't bump, https://wiki.archlinux.org/index.php/Co … ct#Bumping
Have you done any further investigations?

If this is across protocols (smb + ftp) and not a GUI client trying to preview the transfered files, the cause is most likely the network connection.
=> Check your journal dmesg.

As for common pitfalls, post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

and (because you mentioned windows) see the 3rd link in my signature.

Online

#6 2020-11-17 23:23:13

icouto
Member
Registered: 2020-11-12
Posts: 6

Re: file transfer SMB or FTP stuttering a lot

It may be worthwhile double-checking your firewall settings. I had a similar issue transferring files over SFTP, and realised that my firewall was configured to LIMIT ssh connections - rather than ALLOW them - which was causing 'hiccups' and odd 'hangs' during multi-file and long transfers.

Offline

Board footer

Powered by FluxBB