Skip to content
Unverified Commit 5ffaa94f authored by Robin Appelman's avatar Robin Appelman
Browse files

add (hidden) option to always show smb root as writable



some smb servers are very insistent in reporting that the root of the share is readonly, even if it isn't.

This works around the problem by adding a hidden option to overwrite the permissions of the root of the share.

This can be enabled using

```bash
occ files_external:config <mount id> root_force_writable true
```

where you can find your mount id using

```bash
occ files_external:list
```

Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent 7a09b7d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment