普段パソコンを使っていて、「同じファイルが別の場所にもあるように見える」状況に出会ったことはありませんか? Unix の世界では、こうした仕組みを “リンク” と呼びます。そしてこのリンクを理解する鍵が inode(アイノード) と呼ばれる概念なん ...
この処理は通常非常に高速に完了するが、その理由とOS内部でのファイル管理構造を整理しておく。 ファイル管理構造 Unix系ファイルシステムでは以下の構造でファイルが管理される。 ディレクトリ ↓ ファイル名 → inode番号 ↓ inode ↓ データブロック ...
If you use a Unix like system is probably that you ask about the Hard link and Symbolic links and how and when are them necessary. In this article, I will try to solve both questions. For talk about ...
The FastFile file system uses an inode array to organize the files on disk. Each inode consists of a user id (2 bytes), three time stamps (4 bytes each), protection bits (2 bytes), a reference count ...
A lot of information is available about individual files on a Unix system. For example, the ls -l command will display the permissions matrix and ls -i will display a file’s inode. But, if we want to ...
:synopsis: Class that provides creeation time information for a file on Unix platform on ext4 filesystem using application debugfs. .. moduleauthor:: František Brožka Class that provides creeation ...
Sometimes in UNIX, strange file names can be created mistakenly. For example, you may find that a file name contains spaces, control characters or maybe symbols such as or * This can become ...
It doesn’t take very much time working on a Unix system before your attention is drawn to the mysteries of the inode, especially these days with the concept of metadata getting so much public ...