Denemek ALTIN - Özgür
An Introduction to Inodes
Open Source For You
|May 2025
Understanding inodes can be invaluable for troubleshooting disk-space issues, optimising filesystem performance, and recovering deleted files.
-
 
 An inode (short for 'index node') is the link between a file name and its physical location on a storage device. In the UNIX and Linux operating systems, inodes are data structures used to hold metadata about files and directories. A filesystem is how an operating system organises and stores files on a storage device. Each filesystem on the computer has its own separate set of inodes. In short, each filesystem mounted on a computer has its inodes, which are stored in a common table. An inode number can be used more than once but not by the same filesystem. The filesystem ID is paired with the inode number to create a unique identification label.
When a filesystem is created, a fixed number of inodes is created. Typically, approximately 1% of the filesystem disk space is allocated to the inode table. Each file and directory in a filesystem is assigned a unique inode, which is identifiable by an integer known as the inode number. A filesystem is typically separated into inodes and data blocks.
The directory is implemented as a table that maps the filenames to inode numbers. Every file in a directory table is an entry with a filename and inode numbers. All other information about the file is obtained by referencing the inode number in the inode table. When a file is opened, the operating system uses the inode’s pointers to navigate through the disk and retrieve the file content from its physical location. This process is seamless for users but relies heavily on these ‘directions’ stored in the inodes.
File size: This is the size of the file in bytes.
Ownership: The file owner and the group are determined by their user ID (UID) and group ID (GID).
Permissions: Read, write, and execute permissions for the file define access control.
Timestamps: Inodes record timestamps that provide modification (mtime), last access (atime), and inode change times (ctime).
Bu hikaye Open Source For You dergisinin May 2025 baskısından alınmıştır.
Binlerce özenle seçilmiş premium hikayeye ve 9.000'den fazla dergi ve gazeteye erişmek için Magzter GOLD'a abone olun.
Zaten abone misiniz? Oturum aç
Open Source For You'den DAHA FAZLA HİKAYE
 
 Open Source For You
The Fragile Edge: Chaos Engineering for Reliable IoT
Chaos engineering is a great way of detecting possible failures in loT devices. This technology has evolved well for testing cloud failure, but open source communities are still working towards building an efficient chaos engineering toolkit for testing loT devices.
9 mins
November 2025
 
 Open Source For You
What Open Source RAG can do for Modern Enterprises
Follow this guide to leverage your enterprise data with a self-hosted AI assistant, powered by the semantic search capabilities of open source vector databases.
10 mins
November 2025
 
 Open Source For You
ASF elevates Apache DevLake and Grails to top-level status
The Apache Software Foundation (ASF) has announced that Apache DevLake and Apache Grails have graduated to Top-Level Projects (TLPs), signalling maturity, community growth, and operational independence.
1 min
November 2025
Open Source For You
Anthropic releases Claude Agent SDK alongside Claude Sonnet 4.5
Anthropic has unveiled Claude Sonnet 4.5, its most powerful code-focused AI model to date, alongside the launch of the Claude Agent SDK, an open source toolkit that allows developers to build autonomous agents powered by Claude's architecture.
1 min
November 2025
 
 Open Source For You
How AI is Impacting the Internet of Things
AI and IoT are complementing each other to build powerful and secure connected devices.
3 mins
November 2025
 
 Open Source For You
Building Future-ready AI Hardware with Neuromorphic Computing and Sensing
If machines could learn and adapt like us, what doors would that open? Neuromorphic systems are not just mimicking the brain, they are setting the stage for AI that learns, senses, and evolves, just like we do.
3 mins
November 2025
 
 Open Source For You
Open Source MLOps Tools: Ideal for Managing ML Data Workflows
MLOps adds automation, organisation and reliability to the machine learning lifecycle. Open source MLOps tools do a great job of helping build a machine learning model, with each tool tackling a distinct challenge.
6 mins
November 2025
 
 Open Source For You
Google open sources MCP server for analysing ads data
Google has officially open sourced the Google Ads API Model Context Protocol (MCP) server, now available on GitHub.
1 min
November 2025
 
 Open Source For You
Popular Simulation Platforms for the Internet of Vehicles
In these days of traffic congestion and autonomous driving, software that connects pedestrians and vehicles with governing bodies is the need of the hour. Open source simulation platforms for the Internet of Vehicles are enabling just that.
3 mins
November 2025
Open Source For You
Building an IoT Product? Use OpenRemote
OpenRemote, the open source IoT platform, helps businesses and developers innovate while lowering expenses and enabling complete control over their connected products.
5 mins
November 2025
Listen
Translate
Change font size

