From 7c128e197b605ca95b5b72d3b3c613f2103d83ff Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 3 Mar 2025 13:07:17 -0500 Subject: Big neovim changes, container tests --- scripts/mount-nfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mount-nfs') diff --git a/scripts/mount-nfs b/scripts/mount-nfs index 7e3b276..a07f4cf 100755 --- a/scripts/mount-nfs +++ b/scripts/mount-nfs @@ -1,2 +1,2 @@ #! /usr/bin/env sh -sudo mount -t nfs4 -o noatime,nodiratime,rw,bg,hard,intr,rsize=65536,wsize=65536,tcp,timeo=600,retrans=2,nfsvers=4.1 moyo:$1 $2 +sudo mount -t nfs4 -o noatime,nodiratime,rw,hard,fsc,proto=tcp,timeo=600,retrans=2,nfsvers=4,minorversion=2 moyo:$1 $2 -- cgit v1.2.3-101-g0448