Skip to content

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

Merged
rullzer merged 1 commit into
stable21from
backport/26145/stable21
Mar 20, 2021
Merged

[stable21] add (hidden) option to always show smb root as writable#26215
rullzer merged 1 commit into
stable21from
backport/26145/stable21

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
@backportbot-nextcloudbackportbot-nextcloudBot added this to the Nextcloud 21.0.1 milestone Mar 19, 2021
@MorrisJobkeMorrisJobke added the 3. to review Waiting for reviews label Mar 19, 2021
@rullzer
rullzer merged commit b3bf640 into stable21Mar 20, 2021
@rullzer
rullzer deleted the backport/26145/stable21 branch March 20, 2021 09:53
@rullzerrullzer mentioned this pull request Mar 26, 2021
2 tasks
@rullzerrullzer mentioned this pull request Apr 8, 2021
3 tasks
@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