Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable20] add (hidden) option to always show smb root as writable #26217

Merged
merged 1 commit into from
Mar 20, 2021

Conversation

backportbot-nextcloud[bot]
Copy link

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-nextcloud backportbot-nextcloud bot added the pending documentation This pull request needs an associated documentation update label Mar 19, 2021
@backportbot-nextcloud backportbot-nextcloud bot added this to the Nextcloud 20.0.10 milestone Mar 19, 2021
@MorrisJobke MorrisJobke added the 3. to review Waiting for reviews label Mar 19, 2021
@rullzer rullzer merged commit 7b294ae into stable20 Mar 20, 2021
@rullzer rullzer deleted the backport/26145/stable20 branch March 20, 2021 09:53
This was referenced Mar 26, 2021
@rullzer rullzer mentioned this pull request Apr 8, 2021
1 task
@nickvergessen nickvergessen removed the pending documentation This pull request needs an associated documentation update label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants