Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

Unit 2: Overview

Lesson 8 of 32 in the free Design of Unix Operating System notes on Siksha Sarovar, written by Rohit Jangra.

Unit 2: Internal Representation of Files

This unit dives deep into how the UNIX file system is organized internally. We explore the parent-child relationship of files, different file types, file system layout on disk, and the critical data structures (inodes, superblocks) that make the UNIX file system work.

Key Topics:

  1. Parent-Child Relationship of Files — Tree structure and directory hierarchy.
  2. Types of Files — Regular, directory, special, pipes, symbolic links.
  3. File System Layout — How data is organized on disk (boot block, super block, inode list, data blocks).
  4. Data Structures of the File System — In-memory and on-disk structures.
  5. Internal Representation of Files: Inodes — The heart of UNIX file management.
  6. Accessing and Releasing Inodes — How the kernel manages inode operations.
  7. Structure of Regular Files and Directories — Block addressing and directory entries.
  8. Superblocks — Master control structure of the file system.
  9. Inode and Disk Block Assignment — How new files get storage.

Visual Overview

Above is the visual overview of Unit 2. Please refer to this for a structural understanding before proceeding to the detailed modules.