From 53a0a5473f45d37027af9663638adbf56667e4ca Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 12 Nov 2024 22:26:02 -0500 Subject: Hopefully no leaks --- hosts/iroha/scripts/mount-nfs | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 hosts/iroha/scripts/mount-nfs (limited to 'hosts/iroha/scripts/mount-nfs') diff --git a/hosts/iroha/scripts/mount-nfs b/hosts/iroha/scripts/mount-nfs new file mode 100755 index 0000000..8a2d70e --- /dev/null +++ b/hosts/iroha/scripts/mount-nfs @@ -0,0 +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 -- cgit v1.2.3-101-g0448