We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use (or try to, not entirely set-up yet) catfs together with mergerfs. My directory structure is:
When setting things up for another application I mistakenly created a link to a directory inside that same directory. For example:
ln -s /mnt/storage/Documents /mnt/storage/Documents/Documents
When trying to ls /mnt/storage/Documents then, it hangs completely.
ls /mnt/storage/Documents
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use (or try to, not entirely set-up yet) catfs together with mergerfs. My directory structure is:
When setting things up for another application I mistakenly created a link to a directory inside that same directory. For example:
When trying to
ls /mnt/storage/Documents
then, it hangs completely.The text was updated successfully, but these errors were encountered: