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

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

Merged
merged 1 commit into from
Mar 20, 2021

Commits on Mar 19, 2021

  1. 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: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ec0ca19 View commit details
    Browse the repository at this point in the history