From 69b0911db1fbed116b71d0d7bbecad9706aaf826 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 6 Mar 2023 15:14:04 +0100 Subject: [PATCH] add two options to cifs mount Signed-off-by: Simon L --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 868a97e9..4ca45b59 100644 --- a/readme.md +++ b/readme.md @@ -459,7 +459,7 @@ You can configure the Nextcloud container to use a specific directory on your ho ### Can I use a CIFS/SMB share as Nextcloud's datadir? Sure. Add this to the `/etc/fstab` file:
-` cifs rw,credentials=,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`
+` cifs rw,mfsymlinks,seal,credentials=,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`
(Of course you need to modify ``, `` and `` for your specific case.) One example could look like this: