mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
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> |
||
|---|---|---|
| .. | ||
| Auth | ||
| Backend | ||
| Config | ||
| Notify | ||
| Storage | ||
| DefinitionParameter.php | ||
| DependencyTrait.php | ||
| FrontendDefinitionTrait.php | ||
| IdentifierTrait.php | ||
| InsufficientDataForMeaningfulAnswerException.php | ||
| LegacyDependencyCheckPolyfill.php | ||
| MissingDependency.php | ||
| PersonalMount.php | ||
| PriorityTrait.php | ||
| SessionStorageWrapper.php | ||
| StorageConfig.php | ||
| StorageModifierTrait.php | ||
| VisibilityTrait.php | ||