(03-18-2018, 02:52 AM)pedroz Wrote:(03-17-2018, 05:41 PM)Luke Wrote: What OS are you using on your PC(s) ?I've done this test on two OS: first - Macbook Pro with OS X High Sierra and second - the same hardware with Manjaro Linux live usb. In both cases I'm connected with Gbit eth. On second attempt I'm getting ~50-60 MB/s read-write results for SMB. With FTP I'm still able to get ~100-110 MB/s read and ~90 MB/s write (which is moreover the I/O limit for HDD connected to my Rock64).
I was observing the CPU usage when using SMB and it's ~50% CPU one core, so I guess it's not the CPU performance issue.
Ok, the reason I ask is because I get terrible performance (~10MB/s) mounting the SMB share in Linux Mint's Cinnamon DE.
Mounting the share from cli however yields the sort of performance one would expect (80-90MB/s) from the drive I've got attached and the network.
I ended up adding it to fstab using the values below and it works great:
Code:
//192.168.1.72/Main /media/OMV cifs username=lukasz,password=xxxx,rw,uid=1000,iocharset=utf8,sec=ntlm 0 0