-
Notifications
You must be signed in to change notification settings - Fork 255
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
Unimplemented opcode OPCODE-52 (STATX) #819
Comments
Huh, what Linux version is this ( |
my linux version is |
Purely coincidentally, while looking for something else earlier, I came across this issue. Now, I've noticed that I have it too. Just to be fully transparent, I'm not running the latest gocryptfs; I'm on v2.3.2. I observed the issue while running fsck on a backup (haven't checked on mount). I'm not particularly concerned about it, but I thought I'd chime in.
|
I assume it's statx from here: https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/fuse.h#L621 Implemented in fuse somewhat recently and falls back to old behaviour if not implemented so nothing to worry about. |
When mouting a encrypted directory i am getting Unimplemented opcode OPCODE-52
do i must get worry of my data?
The text was updated successfully, but these errors were encountered: