You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a file disk proxy example in Visual Studio 2019 C++. it might be of interest because we can use managed code like Visual C# .NET to build a Proxy Server Application for the backend Virtual Disk through the kernel driver file disk.
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