D
Dicread
InicioDiccionarioIinode

Nota: La traducción de esta entrada está actualmente en revisión de calidad, por lo que parte del contenido se muestra temporalmente solo en inglés.

Esta entrada aún no se ha traducido a tu idioma, así que se muestra el original a continuación.

inode

A data structure in a Unix-style file system that describes a file-system object such as a file or a directory, storing metadata including file size, owner, and permissions, but not the file name or the actual data.
Noun
pl: inodes

Meanings

Examples

The system is out of inodes even though there is plenty of disk space left.

The system is out of inodes even though there is plenty of disk space left.

Office

Each file in a Unix filesystem is uniquely identified by its inode number.

Each file in a Unix filesystem is uniquely identified by its inode number.

I need to check the inode usage on this partition.

Office

An inode stores metadata like permissions and timestamps but not the filename.

An inode stores metadata like permissions and timestamps but not the filename.

Wait, did you run out of inodes because of too many small files?

Wait, did you run out of inodes because of too many small files?

Office

The kernel uses the inode to locate the data blocks on the physical disk.

Hard links simply point to the same inode as the original file.

I wonder if increasing the inode density will solve this storage issue.

The file system cannot create new files if no free inodes are available.

Related Words

Última actualización: May 2026Reportar un error