单词 | inode | ||||||||||
释义 | inode
更多释义 收起释义 例句释义: 索引节点,索引节点对象,索引结点 1. Typically, there is an adequate number of inodes associated with a file system, but running out of inodes is always a possibility. 通常,与一个文件系统相关联的inode的数目足够多,但耗尽inode的可能性始终存在。 www.ibm.com 2. It first looks to see whether it has a database entry matching both the path and device and inode number from the request. 它首先查看是否有一个与来自请求的路径、设备和inode号相匹配的数据库条目。 www.ibm.com 3. The inode number is also known as the file serial number and is unique within a particular filesystem. inode号也称为文件序列号,且在特定文件系统内是惟一的。 www.ibm.com 4. During times like this, you may run into messages that inodes need to be repaired or that an error exists. 此时,您可能会碰到一些需要修复inode或者存在错误的消息。 www.ibm.com 5. When the deletion message comes in, the daemon notices that there's an old entry in the database (B's file) with the same inode number. 在收到删除消息时,daemon发出通知,指出数据库中的一个旧条目(进行B的文件)具有相同的inode号。 www.ibm.com 6. The online defragmenter is a simple tool that copies files into a new ext4 inode that refers to contiguous extents. 在线碎片整理程序是一个简单的工具,它将文件复制到引用相邻区段的新ext4inode。 www.ibm.com 7. Returns the time the file was last changed, or FALSE in case of an error. 返回文件上次inode被修改的时间,如果出错则返回FALSE。 www.phpx.com 8. An address space object is an object that manages the various pages for the inode within the page cache. 地址空间对象是为inode管理页缓存中的各种页的对象。 www.ibm.com 9. Rather than restoring the system or even rebuilding the operating system, you can use fsck to repair file systems or correct damaged inodes. 您可以使用fsck来修复文件系统或者修正受损的inode,而不是还原系统、或者甚至重新构建操作系统。 www.ibm.com 10. As mentioned earlier, when you create a file system in UNIX, about 1 percent of the total disk space is allocated to the inode table. 如前所述,当您在UNIX中创建一个文件系统时,将为inode表分配大约百分之一的总磁盘空间。 www.ibm.com 1. This structure defines the set of functions for managing inodes within the file system. 这个结构定义一组用来管理这个文件系统中的inode的函数。 www.ibm.com 2. Because hard links point to an inode, and inodes are only unique within a particular file system, hard links cannot cross file systems. 由于硬链接指向一个inode,且inode仅在特定文件系统内是惟一的,硬链接不能跨越文件系统。 www.ibm.com 3. The database should have both device and inode numbers (more on this later) and file names in it whenever possible. 数据库应该尽可能同时包含设备、inode号(稍后进一步讨论)和文件名。 www.ibm.com 4. Files and directories would be nearly useless in UNIX without the helping hand of the inode. 如果没有inode,那么UNIX中的文件和目录将根本无法使用。 www.ibm.com 5. When the file system is scanned at mount time, the valid inodes can be quickly identified. 在挂载期间扫描文件系统时,可以快速标识有效的inode。 www.ibm.com 6. Basically, the inode contains all information about a file outside of the actual name of the file and the actual data content of the file. 从根本上讲,inode中包含有关文件的所有信息(除了文件的实际名称以及实际数据内容之外)。 www.ibm.com 7. When users search for or access a file, the UNIX system searches through the inode table for the correct inode number. 当用户搜索或者访问一个文件时,UNIX系统通过inode表查找正确的inode编号。 www.ibm.com 8. The -i option of the ls command will display the inode numbers for you. ls命令的-i选项将显示inode号。 www.ibm.com 9. The inode cache is implemented as two lists and a hash table for faster lookup. 为了实现更快的查找速度,inode缓存被实现为两个列表和一个散列表。 www.ibm.com 10. In UNIX, directories are actually files that have a few additional settings in their inodes. 在UNIX中,目录本身就是文件,只是在它们的inode中使用了一些附加的设置。 www.ibm.com 1. This is due to the way JFS2 is implemented with a write-exclusive inode lock, allowing multiple users to read the same file simultaneously. 这是因为JFS2在实现时使用了写独占(write-exclusive)索引节点锁,允许多个用户同时读取相同的文件。 www.ibm.com 2. The inode represents an object in the file system with a unique identifier. inode表示文件系统中的一个对象,它具有惟一标识符。 www.ibm.com 3. Linux manages all objects in a file system through an object called an inode (short for index node). Linux通过一个称为inode(indexnode的缩写)的对象管理文件系统中的所有对象。 www.ibm.com 4. mke2fs is the utility used to create an ext2 filesystem -- creating the super block, inodes, inode table, and etc -- on any device. mke2fs是用于在任何设备上创建ext2文件系统的实用程序—它创建超级块、索引节点以及索引节点表等等。 www.ibm.com 5. Each file system also includes an inode that lives on disk and provides details about the object specific to the particular file system. 每个文件系统也包含一个位于磁盘上的inode,并且提供关于特定文件系统的特定对象的细节。 www.ibm.com 6. Ext4 marks unused groups of blocks within the inode table to allow the fsck process to skip them entirely to speed the check process. ext4将未使用的块组标记到inode表中,并让fsck进程忽略它们以加快检查速度。 www.ibm.com 7. Only file system inodes are stored permanently, where dentry objects are used to improve performance. 仅永久储存文件系统inode,dentry对象的目的是改善性能。 www.ibm.com 8. Soft links, or symlinks, merely point to another file or directory by name rather than by inode. 软链接或符号链接仅根据名称(而非inode)指向另一个文件或目录。 www.ibm.com 9. In this case, a directory refers to file, which in turn refers to the inode for the particular file. 在这里,目录引用文件,而文件反过来引用特定文件的inode。 www.ibm.com 10. You can use the -i option of the ls command to display inode numbers for file and directory entries. 您可以使用ls命令的-i选项显示文件和目录条目的inode号。 www.ibm.com 1. The original fakeroot design identified files only by their device and inode numbers. 原来的fakeroot设计只使用文件的设备和inode号来标识文件。 www.ibm.com 2. A file from the Linux perspective is assigned an inode number (INO) from the metadata server, which is a unique identifier for the file. Linux透视图中的一个文件会分配到一个来自元数据服务器的inodenumber(INO),对于文件这是一个唯一的标识符。 www.ibm.com 3. This section explores the superblock, the index node (or inode), the directory entry (or dentry), and finally, the file object. 这个小节探索了超块(superblock)、索引节点(或inode)、目录条目(或dentry)和文件对象。 www.ibm.com 4. Files within a file system are represented uniquely as inodes. 文件系统中的文件由inode唯一地表示。 www.ibm.com 5. By using the fsck command, you can narrow the search for damaged inodes, as well. 通过使用fsck命令,您还可以缩小受损inode的搜索范围。 www.ibm.com 6. If you're searching for a specific inode, you can use the -ii-NodeNumber switch with fsck. 如果您正在搜索一个特定的inode,那么可以使用带-ii-NodeNumber开关的fsck命令。 www.ibm.com 7. An inode can refer to a file or a directory or a symbolic link to another object. 一个inode可以引用一个文件、目录或另一个对象的符号链接。 www.ibm.com 8. It provides a reference to the file's physical index (also called an inode) in the file's system. 它引用的是文件在文件系统中的物理索引(也称为inode)。 www.ibm.com 9. The two major objects that are dynamically managed in the VFS include the dentry and inode objects. 在VFS中动态管理的两个主要对象是dentry和inode对象。 www.ibm.com 10. Every object that is managed within a file system (file or directory) is represented in Linux as an inode. 文件系统中管理的每个对象(文件或目录)在Linux中表示为一个inode。 www.ibm.com 1. Note that because files are used to represent other types of objects, such as devices or memory, inodes are used to represent them also. 注意,因为文件用于表示其他类型的对象(比如设备或内存),所以也使用inode来表示它们。 www.ibm.com 2. The inode table contains a listing of all inode numbers for the respective file system. inode表包含一份清单,其中列出了对应文件系统的所有inode编号。 www.ibm.com 3. Exofs maps inodes to the object identifiers (OIDs) in the object system. exofs将inode映射到对象系统中的对象标识符(OID)。 www.ibm.com 4. The file object refers to a dentry object, which refers to an inode. file对象引用dentry对象,后者引用inode。 www.ibm.com 5. You will see inodes again later in this article and also in the article Create and change hard and symbolic links (see the series roadmap). 您将在本文后面以及创建和修改硬链接和符号链接(参见学习Linux,101:LPIC-1路线图)中再次见到有关inode的介绍。 www.ibm.com 6. The name of the object is then defined, which is kept here in the dentry instead of the inode itself. 接着定义对象的名称,在这里名称保存在dentry中而不是inode中。 www.ibm.com 7. Some attributes are changed during the edit session of vi, and when you have finished and typed : wq, the inode is closed and released. 在vi的编辑会话期间,更改了该inode中的某些属性,当您完成操作并键入:wq时,将关闭并释放该inode。 www.ibm.com 8. file: Learn more about the inode. h file from the Combined IBM Systems Information Center. h文件:从CombinedIBMSystems信息中心了解有关inode.h文件的更多信息。 www.ibm.com 9. Hopefully, after reading this article, you understand inodes better, their importance to AIX, and also how to manage them. 希望在阅读完本文之后,您可以更好地了解inode、它们对于AIX系统的重要性,以及如何管理它们。 www.ibm.com 10. Every time you create a file in the file system, an inode is allocated to the file. 每次在文件系统中创建一个文件时,都会为该文件分配一个inode。 www.ibm.com 1. These objects are the superblock, inode, dentry, and file. 这些对象是超级块(superblock)、inode、dentry和文件。 www.ibm.com 2. If not, it checks both for matches by path and matches by device and inode number. 如果没有,它将检查针对路径的匹配条目和针对设备和inode号的匹配条目。 www.ibm.com 3. When a dentry object exists, an inode object will also exist in the inode cache. 如果存在一个dentry对象,那么inode缓存中也将存在一个inode对象。 www.ibm.com 4. From the implementation today, the dentry cache is the master of the inode cache. 在现在的实现中,dentry缓存支配着inode缓存。 www.ibm.com 5. For one, ext3's journal is stored in an inode -- a file, basically. 其中之一是,ext3的日志存储在一个索引节点中―基本上是个文件。 www.ibm.com 6. Lookups are performed on the dentry cache, which result in an object in the inode cache. 查找是在dentry缓存中执行的,这将导致inode缓存中出现一个对象。 www.ibm.com 7. The most-recently used inodes and dentries are kept in the inode and directory cache respectively. inode和目录缓存分别保存最近使用的inode和dentry。 www.ibm.com 8. We can use the -l (or --format=long) option to display some of the information stored in the inode. 我们可以使用-l(或--format=long)选项来显示存储在inode中的某些信息。 www.ibm.com 9. Note that the inode I refer to here is the VFS layer inode (in-memory inode). 我在这里所指的inode是VFS层inode(常驻inode)。 www.ibm.com 10. Two caches exist for file system objects (inodes and dentries), which I'll define shortly. 有两个针对文件系统对象的缓存(inode和dentry)。 www.ibm.com 1. Process A creates a temporary file, with inode number 12345. 进程A创建了一个临时文件,使用的inode号为12345。 www.ibm.com 2. B-tree based file and inode management. 基于B树的文件和inode管理。 www.bing.com 3. IBM AIX 5L now allows for inode extends smaller than the default size of 16KB on enhanced journal file systems. 现在,在增强的日志文件系统(EnhancedJournalFileSystem)中,IBMAIX5L允许inode区段小于16KB的缺省大小。 www.ibm.com 4. This is illustrated in simple form in Figure 4. Other objects exist to support things like inode bitmaps (for inode allocation). 图4简明地阐释了这一点。另外还有一些其他的对象,用于支持inode位图(用于inode分配)等。 www.ibm.com 5. Note that for each inode in the inode cache there is a corresponding dentry in the directory cache. 注意,对于inode缓存中的每个inode,在目录缓存中都有一个对应的dentry。 www.ibm.com 6. After it is removed, Process B creates a new file, which reuses inode number 12345. 在删除该文件后,进程B新建了一个文件,并再次使用inode号12345。 www.ibm.com 7. This is due to the way in which JFS2 is implemented with write-exclusive inode locks. 这是由于在实现JFS2时采用了写独占(write-exclusive)索引节点锁。 www.ibm.com 8. For example, a single ext4 inode has sufficient space to reference four extents (where each extent represents a set of contiguous blocks). 例如,单个ext4inode有足够的空间来引用4个区段(每个区段表示一组相邻的块)。 www.ibm.com 9. For example, inodes can be allocated with alloc_inode or deleted with destroy_inode. 例如,可以用alloc_inode分配inode,用destroy_inode删除inode。 www.ibm.com 10. When the inode number is found, the command in question can access the inode and make the appropriate changes if applicable. 在找到inode编号之后,相关的命令才可以访问该inode,并对其进行适当的更改。 www.ibm.com 1. There is also a reference to inode-specific operations (create, lookup, link, mkdir, and so on). inode还引用特定于inode的操作(create、lookup、link和mkdir等等)。 www.ibm.com 2. A quick way to examine an inode in AIX is by using the istat command. 在AIX中检查inode的一种快捷的方式是使用istat命令。 www.ibm.com 3. Knowing how to work with inodes in UNIX can save a lot of time and frustration. 了解如何在UNIX中使用inode可以节约大量的时间,并提高工作效率。 www.ibm.com 4. Device and inode numbers were not quite enough 仅有设备和inode号是不够的 www.ibm.com 5. Put socket into INODE list 把套接口对象移入 www.hotpim.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。