From 074a3eda14a4cf2032c114e061b45166a17fcfbb Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sun, 17 Nov 2024 21:27:35 -0500 Subject: Increase NFS r/wsize, enable libvirtd --- hosts/soy/Scripts/mount-code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/soy/Scripts') diff --git a/hosts/soy/Scripts/mount-code.sh b/hosts/soy/Scripts/mount-code.sh index 20a6788..9648342 100755 --- a/hosts/soy/Scripts/mount-code.sh +++ b/hosts/soy/Scripts/mount-code.sh @@ -1,2 +1,2 @@ #! /usr/bin/env sh -sudo mount -t nfs4 -o rw,bg,hard,rsize=32768,wsize=32768,tcp,timeo=600,vers=4.1 192.168.1.206:/home/andrew/c /home/andrew/c +sudo mount -t nfs4 -o rw,bg,hard,rsize=65536,wsize=65536,tcp,timeo=600,vers=4.1 192.168.1.206:/home/andrew/c /home/andrew/c -- cgit v1.2.3-101-g0448