diff options
| author | 2025-01-13 22:43:02 -0500 | |
|---|---|---|
| committer | 2025-01-13 22:43:02 -0500 | |
| commit | dce9ab07ae0b0496e432f213466fd6f442944fa7 (patch) | |
| tree | 74ea43a6771d244e04c1f8a33a61750cda0bdac1 /hosts/soy | |
| parent | 2d35d8e272b4d5725c686be5d2b4436a55fe8141 (diff) | |
| download | dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.gz dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.bz2 dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.zip | |
Improve NFS options, misc stuff
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 9648342..928c65e 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=65536,wsize=65536,tcp,timeo=600,vers=4.1 192.168.1.206:/home/andrew/c /home/andrew/c +sudo mount -t nfs4 -o rw,bg,hard,fsc,proto=tcp,timeo=600,retrans=2,nfsvers=4,minorversion=2 192.168.1.206:/srv/nfs/c /home/andrew/c |