mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #5374 from Cloudboom/patch-1
Readme: update instructions for cifs mounts
This commit is contained in:
commit
72a15055b9
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,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?
|
### Can I use a CIFS/SMB share as Nextcloud's datadir?
|
||||||
|
|
||||||
Sure. Add this to the `/etc/fstab` file: <br>
|
Sure. Add this to the `/etc/fstab` file on the host system: <br>
|
||||||
`<your-storage-host-and-subpath> <your-mount-dir> cifs rw,mfsymlinks,seal,credentials=<your-credentials-file>,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`<br>
|
`<your-storage-host-and-subpath> <your-mount-dir> cifs rw,mfsymlinks,seal,credentials=<your-credentials-file>,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`<br>
|
||||||
(Of course you need to modify `<your-storage-host-and-subpath>`, `<your-mount-dir>` and `<your-credentials-file>` for your specific case.)
|
(Of course you need to modify `<your-storage-host-and-subpath>`, `<your-mount-dir>` and `<your-credentials-file>` for your specific case.)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue