indexed-allocation
There are 5 repositories under indexed-allocation topic.
KhaledAshrafH/Virtual-File-System
It's a Java project that simulates the allocation and de-allocation of files and folders in a virtual file system using different allocation techniques. It provides a command-line interface for users to interact with the virtual file system and perform various operations such as creating files and folders, deleting files and folde
SourajitaDewasi/OperatingSystem
Algorithms Studied During Operating System Course
zeynepCankara/simple-file-system
A simple file system implementation with indexed allocation
ishan-gupt/Operating-System-Lab
Dump for all Operating System Lab Codes
MarwanGalal746/Virtual-file-system
This project is simulation of the allocation and de-allocation of files and folders using different allocation techniques like Contiguous Allocation (Using Worst Fit allocation), Indexed Allocation and Linked Allocation.