Skip to content
#

file-allocation-table

Here are 3 public repositories matching this topic...

Language: All
Filter by language

This project is a custom implementation of the FAT (File Allocation Table) file system written in C. It simulates a virtual disk environment. The system manages file metadata, handles cluster allocation, and supports directory navigation similar to a real operating system. Designed for educational & practical exploration of storage and fs mechanics

  • Updated Jul 27, 2025
  • C

Sistema de arquivos desenvolvido em Python para a disciplina de Sistemas Operacionais. Implementa o FURGfs4, baseado em FAT e armazenado em um único arquivo binário, com gerenciamento de blocos de 4 KB. Possui CLI para criação, carregamento e gerenciamento de arquivos, incluindo copy in/out, renomeação, remoção, listagem, estatísticas e proteção.

  • Updated Sep 8, 2026
  • Python

Add this topic to your repo

To associate your repository with the file-allocation-table topic, visit your repo's landing page and select "manage topics."

Learn more