diff options
author | clifforama <clifforama@users.noreply.github.com> | 2021-11-03 16:26:40 -0400 |
---|---|---|
committer | clifforama <clifforama@users.noreply.github.com> | 2021-11-03 16:26:40 -0400 |
commit | 36a1d9a55459f65740f7f39582b753339efc17dc (patch) | |
tree | 6f7eb462cf66a2cbcebb35dedf680a3e09d30d9a /cifs-sample.conf | |
download | multi-mount-36a1d9a55459f65740f7f39582b753339efc17dc.tar.gz |
Initial commit
Diffstat (limited to 'cifs-sample.conf')
-rw-r--r-- | cifs-sample.conf | 5 |
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 |