A virtual disk file system implemented in C with block-based storage, file metadata, and basic file management operations.
- 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
C, File Systems, Block Storage, File Metadata, File I/O, Command-Line Interface