Skip to content

richgatchalian/Custom-File-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom-File-System

A custom file system built in C and shell scripting on Fedora Linux (VirtualBox). It supports file creation, deletion, editing, and listing using contiguous allocation on a block-based virtual disk, offering a simple CLI to explore OS concepts and real-world file system design.

About

The system simulates core file operations such as creation, deletion, viewing, editing, and listing of files while using contiguous allocation for storage management. Implemented with a block-based virtual disk image, the system demonstrates how real-world file systems like FAT and ext4 handle file allocation and space utilization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors