From 1cae0980cd660a332d7a8f9e6da9c10ba66f0280 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 31 Mar 2023 09:25:14 +0200 Subject: [PATCH] Correct cifs mount example Signed-off-by: Simon L. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 604cec22..380d099b 100644 --- a/readme.md +++ b/readme.md @@ -465,7 +465,7 @@ Sure. Add this to the `/etc/fstab` file:
(Of course you need to modify ``, `` and `` for your specific case.) One example could look like this:
-`//your-storage-host/subpath /mnt/storagebox cifs rw,credentials=/etc/storage-credentials,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`
+`//your-storage-host/subpath /mnt/storagebox cifs rw,mfsymlinks,seal,credentials=/etc/storage-credentials,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`
and add into `/etc/storage-credentials`: ``` username=