LINUX FILESYSTEMS, PART 2 – REMINDER ABOUT INODE, DATA, METADATA, HARDLINK AND SYMLINK
This article aims to give a clear representation of the relation between filenames and inodes, to explain what is an inode and which differences exist between a hard link and a symbolic link. 2.1 Filename as Hardlink to Inode On ext3 and ext4 (and some other filesystems) a file is stored internally as an inode […]