首页 / 词典 / good

inode

  • 网络索引节点;索引节点号;I节点
inodeinode
  1. An inode is created for the new file that references the data , and a new index entry is generated that points to the new inode .

    一个指向新的临时文件的索引节点会被建立,而包含该索引节点的索引条目也被生成。

  2. The metadata server transforms the file name into an inode , file size , and striping data ( layout ) that the Ceph client uses for file I / O.

    元数据服务器将文件名转变为索引节点,文件大小,和Ceph客户端用于文件I/O的分段数据(布局)。

  3. We said that the inode contains information about the file .

    我们已经介绍过,inode包含有关文件的信息。

  4. Is actually the identification number of the inode & hence the term

    实际上是inode的标识编号,因此也称其为

  5. The inode represents an object in the file system with a unique identifier .

    inode表示文件系统中的一个对象,它具有惟一标识符。

  6. Device and inode numbers were not quite enough

    仅有设备和inode号是不够的

  7. Another solution is to create smaller inode extents .

    另一种解决方案是创建较小的inode区段。

  8. Some of the other attributes in an inode are discussed in the next section .

    下一个部分将介绍inode中的其他一些属性。

  9. File : Learn more about the inode . h file from the Combined IBM Systems Information Center .

    h文件:从CombinedIBMSystems信息中心了解有关inode.h文件的更多信息。

  10. Every time you create a file in the file system , an inode is allocated to the file .

    每次在文件系统中创建一个文件时,都会为该文件分配一个inode。

  11. Metadata servers manage the inode space , converting file names to metadata .

    元数据服务器管理inode空间,将文件名转变为元数据。

  12. The original fakeroot design identified files only by their device and inode numbers .

    原来的fakeroot设计只使用文件的设备和inode号来标识文件。

  13. Each of these structures refers to the individual operations that may be performed on the inode .

    这些结构表示可以在这个inode上执行的操作。

  14. It provides a reference to the file 's physical index ( also called an inode ) in the file 's system .

    它引用的是文件在文件系统中的物理索引(也称为inode)。

  15. Usually , about 1 percent of the total file system disk space is allocated to the inode table .

    通常,文件系统磁盘空间中大约百分之一空间分配给了inode表。

  16. The inode number is also known as the file serial number and is unique within a particular filesystem .

    inode编号也被称为文件序列号(fileserialnumber),并且在一个特定文件系统中是唯一的。

  17. The inode table contains a listing of all inode numbers for the respective file system .

    inode表包含一份清单,其中列出了对应文件系统的所有inode编号。

  18. Sometimes , people interchange the terms inode and inumber .

    有时,人们使用了一些不同的术语,如inode和索引编号(inumber)。

  19. Though it works in client / server inode , FTP has unique feature : doubly linked .

    ftp虽然采用客户/服务器工作模式.但有其鲜明的特色:双重连接。

  20. The inode cache is implemented as two lists and a hash table for faster lookup .

    为了实现更快的查找速度,inode缓存被实现为两个列表和一个散列表。

  21. The file object refers to a dentry object , which refers to an inode .

    file对象引用dentry对象,后者引用inode。

  22. Files and directories would be nearly useless in UNIX without the helping hand of the inode .

    如果没有inode,那么UNIX中的文件和目录将根本无法使用。

  23. Linux manages all objects in a file system through an object called an inode ( short for index node ) .

    Linux通过一个称为inode(indexnode的缩写)的对象管理文件系统中的所有对象。

  24. Each file system also includes an inode that lives on disk and provides details about the object specific to the particular file system .

    每个文件系统也包含一个位于磁盘上的inode,并且提供关于特定文件系统的特定对象的细节。

  25. An address space object is an object that manages the various pages for the inode within the page cache .

    地址空间对象是为inode管理页缓存中的各种页的对象。

  26. For one , ext3 's journal is stored in an inode & a file , basically .

    其中之一是,ext3的日志存储在一个索引节点中―基本上是个文件。

  27. Every object that is managed within a file system ( file or directory ) is represented in Linux as an inode .

    文件系统中管理的每个对象(文件或目录)在Linux中表示为一个inode。

  28. If not , it checks both for matches by path and matches by device and inode number .

    如果没有,它将检查针对路径的匹配条目和针对设备和inode号的匹配条目。

  29. A quick way to examine an inode in AIX is by using the istat command .

    在AIX中检查inode的一种快捷的方式是使用istat命令。

  30. The-i option of the ls command will display the inode numbers for you .

    ls命令的-i选项将显示inode号。