inode

inode

 英

  • 网络索引节点;索引节点对象;索引结点

例句

Typically, there is an adequate number of inodes associated with a file system, but running out of inodes is always a possibility.

通常一个文件系统相关联inode数目足够耗尽inode可能性始终存在

It first looks to see whether it has a database entry matching both the path and device and inode number from the request.

首先查看是否一个来自请求路径设备inode匹配数据库条目

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

inode称为文件序列号特定文件系统惟一

During times like this, you may run into messages that inodes need to be repaired or that an error exists.

此时可能碰到一些需要修复inode或者存在错误消息

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

The online defragmenter is a simple tool that copies files into a new ext4 inode that refers to contiguous extents.

在线碎片整理程序一个简单工具文件复制引用相邻区段ext4inode。

Returns the time the file was last changed, or FALSE in case of an error.

返回文件上次inode修改时间如果出错返回FALSE

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

地址空间对象inode管理缓存各种对象

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不是还原系统或者甚至重新构建操作系统

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分配大约百分之一磁盘空间

This structure defines the set of functions for managing inodes within the file system.

这个结构定义用来管理这个文件系统inode函数

Because hard links point to an inode, and inodes are only unique within a particular file system, hard links cannot cross file systems.

由于链接指向一个inodeinode特定文件系统惟一链接不能跨越文件系统

The database should have both device and inode numbers (more on this later) and file names in it whenever possible.

数据库应该尽可能同时包含设备inode稍后进一步讨论文件

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

如果没有inode那么UNIX文件目录根本无法使用

When the file system is scanned at mount time, the valid inodes can be quickly identified.

期间扫描文件系统可以快速标识有效inode

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包含有关文件所有信息除了文件实际名称以及实际数据内容之外)。

When users search for or access a file, the UNIX system searches through the inode table for the correct inode number.

用户搜索或者访问一个文件UNIX系统通过inode查找正确inode编号

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

ls命令-i选项显示inode

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

为了实现更快查找速度inode缓存实现两个列表一个列表

In UNIX, directories are actually files that have a few additional settings in their inodes.

UNIX目录本身就是文件只是它们inode使用一些附加设置

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)索引节点允许多个用户同时读取相同文件

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

inode表示文件系统一个对象具有惟一标识

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

Linux通过一个称为inodeindexnode缩写对象管理文件系统所有对象

mke2fs is the utility used to create an ext2 filesystem -- creating the super block, inodes, inode table, and etc -- on any device.

mke2fs用于任何设备创建ext2文件系统实用程序创建超级索引节点以及索引节点等等

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

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

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使用标记inodefsck进程忽略它们加快检查速度

Only file system inodes are stored permanently, where dentry objects are used to improve performance.

永久储存文件系统inode,dentry对象目的改善性能

Soft links, or symlinks, merely point to another file or directory by name rather than by inode.

链接符号链接根据名称inode指向另一个文件目录

In this case, a directory refers to file, which in turn refers to the inode for the particular file.

这里目录引用文件文件反过来引用特定文件inode

You can use the -i option of the ls command to display inode numbers for file and directory entries.

可以使用ls命令-i选项显示文件目录条目inode

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

原来fakeroot设计使用文件设备inode标识文件

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透视一个文件分配一个来自元数据服务器inodenumberINO),对于文件一个唯一标识

This section explores the superblock, the index node (or inode), the directory entry (or dentry), and finally, the file object.

这个小节探索superblock)、索引节点inode)、目录条目dentry文件对象

Files within a file system are represented uniquely as inodes.

文件系统文件inode唯一地表示

By using the fsck command, you can narrow the search for damaged inodes, as well.

通过使用fsck命令可以缩小受损inode搜索范围

If you're searching for a specific inode, you can use the -ii-NodeNumber switch with fsck.

如果正在搜索一个特定inode那么可以使用-ii-NodeNumber开关fsck命令

An inode can refer to a file or a directory or a symbolic link to another object.

一个inode可以引用一个文件目录另一个对象符号链接

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

引用文件文件系统物理索引称为inode)。

The two major objects that are dynamically managed in the VFS include the dentry and inode objects.

VFS动态管理两个主要对象dentryinode对象

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

文件系统管理每个对象文件目录Linux表示一个inode