From dd8314c5818ba46ad33cef50d64e29280253fac9 Mon Sep 17 00:00:00 2001 From: Thibodeau Bruno Date: Thu, 16 Jun 2022 14:20:30 -0400 Subject: [PATCH] Ajout de mount.sh --- mount.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mount.sh diff --git a/mount.sh b/mount.sh new file mode 100644 index 0000000..e79e614 --- /dev/null +++ b/mount.sh @@ -0,0 +1,9 @@ +#!/bin/bash + + +#Installation client +dnf in -y nfs-utils + +#debian apt install -y nfs-common + +mount -t nfs 1.1.1.1:/export/dir /mnt/local