of inodes
The value of that pointer is the inode number .What are inodes in Linux? Another benefit lies in the dynamic allocation of inodes . Inodes usage represent the number of files and folders you have on your account.所以symbolic的inodenumber跟原始档案的inode number是不一样的。 Soft link has a different inode number than the original file.
但是,它仍然不支持独立存取,inode 修改和时间戳修改。 But it still had problems: there was no support for separate access, inode modification and data modification timestamps. 苹果文件系统使用64位inode 号码,并允许使用更安全的存储。 It uses 64-bit inode numbers, and allows for more secure storage. 动态inode 分配(不需要在文件系统建立时设定文件数上限). Dynamic inode allocation(no maximum number of files set at file system creation time). JFS按需为磁盘inode 动态地分配空间,释放不再需要的空间。 JFS dynamically allocates space for disk inodes as necessary. 对于小文件,文件数据和“stat_data”(inode )信息经常被储存在相邻的位置。 For small files, file data and“stat_data”(inode ) information are often stored next to each other. 这个结构定义一组用来管理这个文件系统中的inode 的函数。 This structure defines the set of functions for managing inodes within the file system. 每个柱面组都有自己的inode 位图,该位图用于确定使用哪些inode,以及该组中哪些是空闲的。 Each cylinder group has its own iNode bitmap that is used to determine which iNodes are used and which are free within that group. Fsck操作非常耗时,特别是fsck的第一步:检查文件系统中的所有inode 。 Fsck is a very slow operation, especially the first step: checking all the inodes in the file system. 每个文件系统提供自己的inode 方法,这些方法实现操作并向VFS层提供通用的抽象。 Each file system provides its own inode methods, which implement the operations and provide the common abstraction to the VFS layer. Minix文件系统的inode 支持9个数据块,包括7个直接数据块和2个间接数据块。 The Minix filesystem iNodes supported 9 data blocks, seven direct and two indirect. 对上述了两种位图类型来说,一个位表示一个指定的数据区或者一个指定的inode 。 For both types of bitmaps, one bit represents one specific data zone or one specific iNode . 在各种各样的错误中,「inode 」作为「eyenode」返回,但是输出仍然被看作是对各种涂鸦的明显改进。 Among various errors,“inode ” came back as“eye node,” but the output was still viewed as a decided improvement over their assorted scribbles. 这使得此文件系统比传统的文件系统(例如Ext2)更灵活,而传统文件系统中的inode 密度必须在创建文件系统时指定。 This keeps the file system more flexible than traditional file systems, like Ext2, where the inode density must be specified at file system creation time. 每一个柱面组都有自己的inode 位图,用于判定该柱面组中的哪些inode是使用中的而哪些又是未被使用的。 Each cylinder group has its own iNode bitmap that is used to determine which iNodes are used and which are free within that group. A link count telling how many hard links point to the inode .
Display more examples
Results: 67 ,
Time: 0.0178