trapexit
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
4 deletions
mkdocs/docs/config/rename_and_link.md
mkdocs/docs/faq/why_isnt_it_working.md
@ -55,6 +55,6 @@ returned but it will still be possible.
## Additional Reading
* [Do hardlinks work? ](../faq/technical_behavior_and_limitations.md#do-hardlinks-work )
* [Do hardlinks work? ](../faq/technical_behavior_and_limitations.md#do-hard- links-work )
* [How does mergerfs handle moving and copying of files? ](../faq/technical_behavior_and_limitations.md#how-does-mergerfs-handle-moving-and-copying-of-files )
* [Why are file moves and renames failing? ](../faq/why_isnt_it_working.md#why-are-file-moves-renames-linkshardlinks-failing )
* [Why are file moves and renames failing? ](../faq/why_isnt_it_working.md#why-are-file-moves-renames-linkshard- links-failing )
@ -134,7 +134,7 @@ the use of mergerfs from [container platforms such as
Docker.](compatibility_and_integration.md)
## Why are file moves, renames, links/hardlinks failing?
## Why are file moves, renames, links/hard links failing?
mergerfs fully supports rename and link functions to the degree that
is possible in a union filesystem. Problems related to rename and link
@ -225,7 +225,7 @@ the software's author and request proper handling of `EXDEV` errors.
### Additional Reading
* [rename and link ](../config/rename_and_link.md )
* [Do hardlinks work? ](technical_behavior_and_limitations.md#do-hardlinks-work )
* [Do hard links work? ](technical_behavior_and_limitations.md#do-hard- links-work )
* [How does mergerfs handle moving and copying of files? ](technical_behavior_and_limitations.md#how-does-mergerfs-handle-moving-and-copying-of-files )
* [Moving files and directories fails with Samba ](../known_issues_bugs.md#moving-files-and-directories-fails-with-samba )