|
Developer interview: Eric Sandeen on ext4 implementationDeveloper interview: Eric Sandeen on ext4 implementationPosted Mar 9, 2008 13:01 UTC (Sun) by danieldk (subscriber, #27876)In reply to: Developer interview: Eric Sandeen on ext4 implementation by tzafrir Parent article: Developer interview: Eric Sandeen on ext4 implementation
In some cases there are only inodes and no files. This is called a hard link. Normally, a hard link is a directory entry (dirents point to inodes), and increases the link count in the inode that is being referred to. Adding hard links creates an additional directory entry for the directory where the hard link is being made. Maybe you were referring to symbolic links?
(Log in to post comments)
Developer interview: Eric Sandeen on ext4 implementation Posted Mar 9, 2008 13:04 UTC (Sun) by tzafrir (subscriber, #11501) [Link] Hmm.... so I counted wrong. The extra directories take the excessive inodes.
Developer interview: Eric Sandeen on ext4 implementation Posted Mar 9, 2008 14:22 UTC (Sun) by ArbitraryConstant (guest, #42725) [Link] You are correct. I use rsnapshot, which appears to use the same hardlinking technique to generate its backups. In this case, the directories on disk use up inodes, and for the purposes of inode consumption they act very much like small files.
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.