virtual-file-system
Here are 23 public repositories matching this topic...
Tiny virtual file system library for C++.
-
Updated
Sep 2, 2022 - C++
MotionCam MCRAW to DNG workflow without tedious exporting
-
Updated
Aug 23, 2026 - C++
Virtual File System supporting Different Functions (adding , copying from and to Hard Disk , Deleting Files and Folders)
-
Updated
Jul 13, 2017 - C++
Mount multiple directories (and archive files and more) as one directory.
-
Updated
Dec 30, 2022 - C++
A simple node based virtual file system, written in pure C++ 11.
-
Updated
Sep 29, 2020 - C++
A from-scratch implementation of a Unix-style Virtual File System in C/C++, running entirely in RAM. Built to understand Linux kernel data structures (Inodes, File Tables, UFDT) without relying on OS abstractions.
-
Updated
Apr 20, 2026 - C++
A C++ based, in-memory virtual file system simulating unix-like file operations for learning and research.
-
Updated
May 19, 2025 - C++
A high-performance Virtual File System (VFS) in C++17 featuring an O(1) jump-table command engine and RAII-based memory management.
-
Updated
Aug 18, 2026 - C++
A Virtual File System for Windows which allows Writing / Reading / Appending files w/ Page Table Functionality to allow virtually no size limit. VRam based.
-
Updated
Feb 10, 2021 - C++
API library that operates on virtual disks
-
Updated
Jun 14, 2022 - C++
-
Updated
Aug 14, 2024 - C++
Custom C++ operating system simulator featuring a command interpreter, encrypted virtual file system, and Win32 API process management integrations.
-
Updated
Jun 11, 2026 - C++
Customised Virtual File System (CVFS) is an in-memory C++ file system simulating core OS concepts: linked-list inodes, user file descriptor table (UFDT), file permissions, and a custom shell. Supports Create, Unlink, Stat, LS, Read, Write, Man, Help, and Exit, with up to 5 files, 20 descriptors, and 100-byte files.
-
Updated
Aug 21, 2026 - C++
A multithreaded Virtual File System (VFS) developed in C++17 with a custom memory allocator, LRU-based virtual memory paging, reader-writer synchronization, and background deadlock detection.
-
Updated
Jul 24, 2026 - C++
This is a Virtual File System university project written on C++.
-
Updated
Feb 18, 2025 - C++
Improve this page
Add a description, image, and links to the virtual-file-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-file-system topic, visit your repo's landing page and select "manage topics."