diff options
| author | 2024-11-13 11:16:51 -0500 | |
|---|---|---|
| committer | 2024-11-13 11:16:51 -0500 | |
| commit | 69657cffd889bc353cbf8e83f12b46bc48f7321b (patch) | |
| tree | 654050797a489bfd4064a72d7c63a0ebd09e731d /hosts/iroha/scripts/mount-nfs | |
| parent | 66ef19bafce2013f8878942e199541c8c994403c (diff) | |
| download | dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.tar.gz dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.tar.bz2 dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.zip | |
Update gentoo hosts
Diffstat (limited to 'hosts/iroha/scripts/mount-nfs')
| -rwxr-xr-x | hosts/iroha/scripts/mount-nfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/iroha/scripts/mount-nfs b/hosts/iroha/scripts/mount-nfs index 8a2d70e..c794ee4 100755 --- a/hosts/iroha/scripts/mount-nfs +++ b/hosts/iroha/scripts/mount-nfs @@ -1,2 +1,2 @@ #! /usr/bin/env sh -sudo mount -t nfs4 -o rw,bg,hard,rsize=32768,wsize=32768,tcp,timeo=600,nfsvers=4.1 moyo:$1 $2 +sudo mount -t nfs4 -o noatime,nodiratime,rw,bg,hard,intr,rsize=16384,wsize=16384,tcp,timeo=600,retrans=2,nfsvers=4.1 moyo:$1 $2 |