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
On my rofs-filterd fusefs, stat and ls give one inode number
stat
ls
# stat -c '%n %i' /mnt/backup-view/core /mnt/backup-view/core 14852055
find gives a different inode number
find
# find /mnt/backup-view -maxdepth 1 -name core -printf '%p %i\n' /mnt/backup-view/core 4294967295
Do you have any ideas as to what is going on?
Thanks!
The text was updated successfully, but these errors were encountered:
It looks related either to the FUSE use_ino option or the rofs-filtered callback_readdir implementation.
use_ino
callback_readdir
Sorry, something went wrong.
No branches or pull requests
On my rofs-filterd fusefs,
stat
andls
give one inode numberfind
gives a different inode numberDo you have any ideas as to what is going on?
Thanks!
The text was updated successfully, but these errors were encountered: