Skip to content

[stable19] add (hidden) option to always show smb root as writable - #26216

Merged
rullzer merged 1 commit into
stable19from
backport/26145/stable19
Mar 20, 2021
Merged

[stable19] add (hidden) option to always show smb root as writable#26216
rullzer merged 1 commit into
stable19from
backport/26145/stable19

Conversation

@backportbot-nextcloud

Copy link
Copy Markdown

backport of #26145

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: Robin Appelman <robin@icewind.nl>
@backportbot-nextcloudbackportbot-nextcloudBot added the pending documentation This pull request needs an associated documentation update label Mar 19, 2021
@MorrisJobkeMorrisJobke added the 3. to review Waiting for reviews label Mar 19, 2021
@rullzer
rullzer merged commit 9b23da2 into stable19Mar 20, 2021
@rullzer
rullzer deleted the backport/26145/stable19 branch March 20, 2021 09:53
@rullzerrullzer mentioned this pull request Mar 26, 2021
@rullzerrullzer mentioned this pull request Apr 8, 2021
1 task
@nickvergessennickvergessen removed the pending documentation This pull request needs an associated documentation update label Nov 8, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@rullzer@MorrisJobke@nickvergessen@icewind1991