kahing / catfs

Cache AnyThing filesystem written in Rust
Apache License 2.0
842 stars 54 forks source link

Hang when encountering link to own directory #54

Open ror3d opened 3 years ago

ror3d commented 3 years ago

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.