Skip to content
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

find returns wrong inode number? #25

Open
yunesj opened this issue May 16, 2018 · 1 comment
Open

find returns wrong inode number? #25

yunesj opened this issue May 16, 2018 · 1 comment

Comments

@yunesj
Copy link
Contributor

yunesj commented May 16, 2018

On my rofs-filterd fusefs, stat and ls give one inode number

# stat -c '%n %i' /mnt/backup-view/core
/mnt/backup-view/core 14852055

find gives a different inode number

# 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!

@yunesj
Copy link
Contributor Author

yunesj commented May 16, 2018

It looks related either to the FUSE use_ino option or the rofs-filtered callback_readdir implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant