diff options
Diffstat (limited to 'hosts/soy')
| -rwxr-xr-x | hosts/soy/Scripts/mount-code.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |