Displaying 3 results from an estimated 3 matches for "0b6uhr3gqekqwwxj1njvwmkjxoeu".
2017 Oct 06
2
Linux vs. Windows SMB buffering
...nt asking for and
> getting a RWH lease under SMB2 ? If so, then there's no reason
> it can't be caching the entire file 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...
2017 Oct 09
2
Linux vs. Windows SMB buffering
...so, then there's no reason
> > it can't be caching the entire file 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
> > to Windows :-).
>
> The Linux client is asking for SMB1 and using 1MB write sizes.
>
> The Windows client i...
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: