Number of Reversed Inode
0x0 what is inode From https://en.wikipedia.org/wiki/Inode The inode (index node) is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory. Each inode stores the attributes and disk block locations of the object’s data From https://www.redhat.com/sysadmin/inodes-linux-filesystem By definition, an inode is an index node. It serves as a unique identifier for a specific piece of metadata on a given filesystem. Each piece of metadata describes what we think of as a file....