-
Notifications
You must be signed in to change notification settings - Fork 14
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
Access to HDD shows fine, but access to rootfs (on SDcard / ramdisk) shows open_by_handle_at: Too many levels of symbolic links #21
Comments
No, because this is exactly the first step in determining the file path. At this point fatrace has not the slightest idea what the changed fd refers to. That error message corresponds to
and
I already have a symlink check in the tests. I played around with some I added a commit which uses O_PATH. Can you please try latest master and see if that fixes this? If not, I'm happy to reopen. |
I'm at maximum a scripter, tinkerer. But no developer.
|
See #20 (comment) for a current master binary. |
✅ Also works now when running my build of af3ebbd with no manual changes (just ran make) As ME I did this:
A lot going on within just a fraction of a second
|
Needing to A use case where it would be nice to be able to stay were you are and call |
Environment
Reproduction
open_by_handle_at: Too many levels of symbolic links
Investigation / Thoughts
→
so e.g.R→
to indicate this is not the final destination but the symbolic link which was attempted to be accessedThe text was updated successfully, but these errors were encountered: