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

    Language:Java12100
  • SourajitaDewasi/OperatingSystem

    Algorithms Studied During Operating System Course

    Language:C++2100
  • zeynepCankara/simple-file-system

    A simple file system implementation with indexed allocation

    Language:C1201
  • ishan-gupt/Operating-System-Lab

    Dump for all Operating System Lab Codes

    Language:C10
  • 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.

    Language:Java102