Skip to content

adiHande/OS-Disk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OS Disk (C)

A virtual disk file system implemented in C with block-based storage, file metadata, and basic file management operations.

Features

  • Create and format a virtual disk file
  • Block-based storage using fixed-size 256-byte blocks
  • Superblock, bitmap, and file metadata management
  • Open and save virtual disk files
  • List files stored on the virtual disk
  • Copy files into and out of the virtual disk
  • Rename, remove, and link files
  • Track file ownership and basic metadata

Stack & Concepts

C, File Systems, Block Storage, File Metadata, File I/O, Command-Line Interface

About

Virtual disk file system in C with block-based storage, metadata management, and file operations.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages