Displaying 3 results from an estimated 3 matches for "0b6uhr3gqekqwbfhoy0lccefjzku".
2017 Oct 06
2
Linux vs. Windows SMB buffering
...locally. Seems strange
> behaviour from the Windows redirector here.
>
I have uploaded the Linux packet capture here (14MB):
https://drive.google.com/open?id=0B6UHr3GQEkQwWXJ1NjVwMkJXOEU
Also, here is the corresponding Windows packet capture as well (375MB):
https://drive.google.com/open?id=0B6UHr3GQEkQwbFhOY0lCcEFjZkU
> Or alternatively, just use the Linux SMB client and don't port the
software to Windows :-).
You have no idea how much I wish that was possible :D I'm trying to slowly
convert my colleagues to Linux :)
Thanks for the quick reply!
Will
2017 Oct 09
2
Linux vs. Windows SMB buffering
...; >
> >
> > I have uploaded the Linux packet capture here (14MB):
> https://drive.google.com/
> > open?id=0B6UHr3GQEkQwWXJ1NjVwMkJXOEU
> >
> > Also, here is the corresponding Windows packet capture as well
> (375MB): https:/
> > /drive.google.com/open?id=0B6UHr3GQEkQwbFhOY0lCcEFjZkU
> > to Windows :-).
>
> The Linux client is asking for SMB1 and using 1MB write sizes.
>
> The Windows client is using SMB2 and *NOT ASKING FOR LEASES*.
>
> This is why the performance is terrible. Because the file
> as no lease, the Windows redirector must pass every sin...
2017 Oct 06
5
Linux vs. Windows SMB buffering
Hi all,
In our office we use a program that makes many small writes to a file. We
have been trying to use this program with our NAS, which hosts a Samba
share on the network. However, the performance of the program is
staggeringly slow on Window 7, 8.1, and 10.
To make the problem easily repeatable, I created a small C++ program to
just write 1 million lines to a file: