mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Correct cifs mount example
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
ba2b5a4638
commit
1cae0980cd
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ Sure. Add this to the `/etc/fstab` file: <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.)
|
||||||
|
|
||||||
One example could look like this:<br>
|
One example could look like this:<br>
|
||||||
`//your-storage-host/subpath /mnt/storagebox cifs rw,credentials=/etc/storage-credentials,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0`<br>
|
`//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`<br>
|
||||||
and add into `/etc/storage-credentials`:
|
and add into `/etc/storage-credentials`:
|
||||||
```
|
```
|
||||||
username=<smb/cifs username>
|
username=<smb/cifs username>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue