inode信息详情

inode发音

意思翻译

n.(Inode)人名;(日)射出(姓)

索引节点

相似词语短语

insectivora species───食虫纲

ghost riders in the sky───天空中的幽灵骑士

corroboration define───确证定义

glide into───渐变为

cinematics definition───电影定义

karsts of China───中国岩溶

waittinthe well───小心点

cove molding───油画外框的一种(边呈凹圆状)

cannonading of the french fleet───法国舰队的炮声

cross training───交叉培训; 交叉锻炼;交叉训练

双语使用场景

The index node (inode).───索引节点(inode)。

If you know the inode number, then.───如果知道inode号,那么。

Ncheck generates path names from inode Numbers.───ncheck根据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

英语使用场景

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.

IBM AIX 5L now allows for inode extends smaller than the default size of 16KB on enhanced journal file systems.

The first layer of defense is that queries to the database always include the file type and mode bits from the real file on disk, not just the device and inode.

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

B-tree based file and inode management.

To find which files are hard links to a particular inode, you can use the find command and the -samefile option with a filename or the -inum option with an inode number, as shown in Listing 11.

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

A directory entry contains a name for a file or directory and a pointer to the inode where the information about the file or directory is stored.

If a file has multiple hard links, the file is deleted only when the last link pointing to the inode is deleted and the link count goes to 0.