Skip to content

find returns wrong inode number? #25

@yunesj

Description

@yunesj

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions