青年中文青年中文

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.