aboutsummaryrefslogtreecommitdiffstats
path: root/cifs-sample.conf
diff options
context:
space:
mode:
authorclifforama <clifforama@users.noreply.github.com>2021-11-03 16:26:40 -0400
committerclifforama <clifforama@users.noreply.github.com>2021-11-03 16:26:40 -0400
commit36a1d9a55459f65740f7f39582b753339efc17dc (patch)
tree6f7eb462cf66a2cbcebb35dedf680a3e09d30d9a /cifs-sample.conf
downloadmulti-mount-36a1d9a55459f65740f7f39582b753339efc17dc.tar.gz
Initial commit
Diffstat (limited to 'cifs-sample.conf')
-rw-r--r--cifs-sample.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/cifs-sample.conf b/cifs-sample.conf
new file mode 100644
index 0000000..86a42be
--- /dev/null
+++ b/cifs-sample.conf
@@ -0,0 +1,5 @@
+mount_options="-t cifs -o vers=2.0,username=user,password=pass"
+mount_source="//host/share"
+mount_target="/mnt/cifs-share"
+mount_max_retries=20
+mount_retry_interval=15s