Re: Help debugging slow nfs (40kB/s); linux client

2020-04-18 Thread Nathan Clement
Wow! Lowering rsize helped a lot! I can get about 4-5MB/s now. I had tried increasing rsize before, but I didn't imagine lowering it would help. Thank you! I'll mess around with some of the other parameters now to optimize: * rsize set in client mount command * nconnect set in client mount

Re: Help debugging slow nfs (40kB/s); linux client

2020-04-18 Thread Alessandro De Laurenzis
Hello Nathan, On 17/04/2020 - 19:31, Nathan Clement wrote: [...] I am mounting this from my laptop which runs on arch linux at the moment. On the linux client machine, this is the relevant line from mount: 192.168.1.4:/home/nathan/shared on /home/nathan/mnt type nfs

Re: Help debugging slow nfs (40kB/s); linux client

2020-04-18 Thread Родин Максим
Hello, Try these options: sudo mount.nfs -o wsize=8192,rsize=8192 IPADDRESS:/shara /home/myuser/shara/ Play with wsize and rsize to achieve better speed. These are mines. 18.04.2020 02:31, Nathan Clement пишет: Hello, I am trying to get an Intel atom mini itx board running as an OpenBSD 6.6

Help debugging slow nfs (40kB/s); linux client

2020-04-17 Thread Nathan Clement
Hello, I am trying to get an Intel atom mini itx board running as an OpenBSD 6.6 NAS. I've got the necessary daemons running on the mini itx board: > doas rcctl ls started cron httpd mountd nfsd ntpd pflogd portmap slaacd smtpd sndiod sshd syslogd and exports is set up: > cat /etc/exports