virtual-drive
There are 13 repositories under virtual-drive topic.
ITHit/UserFileSystemSamples
IT Hit User File System Engine samples in .NET/C#. Samples implement Virtual File System for Windows and Mac with synchronization support, on-demand loading, offline files, and Windows File Manager integration.
cdemu/cdemu
CDEmu code
Ceiridge/WinFsp-MemFs-Extended
tmpfs for Windows / Fully dynamic RAM disk by extending WinFsp's memfs to be variable size and maximally resource efficient without compromising performance
mjebrahimi/RamDisk
RamDisk is a library for create virtual disk drive on system memory
MDKPredator/degoo_drive
Mount a virtual drive with Degoo content
Swyter/android-usb-mass-storage-enable
Tiny shell script to mount disk images and ISO files on rooted Android, on supported Linux kernels. Emulates a flash/optical drive and can make the host computer boot via PXE. I'm working on simultaneous RNDIS USB tethering to also boot iPXE/netboot.xyz without needing Ethernet cards.
tusharjain1082/FilediskProxy.Net
file based virtual disk drive written in C++, C#, and .Net framework. A basic virtual disk kernel driver for learning. We have a user interface combined Server-Client Application written in C# .Net which binds with the driver to build a file backed Virtual Disk Drive. The C# .Net Application is the Core Proxy Server, and it uses the Driver to run a Virtual Disk Drive through it. Almost all necessary code is completed, so you can download and run it. All the code including the kernel driver is included in this repository.
flexxxxer/RamDrive.OsfMount
RamDrive.OsfMount is a library for in-memory disk management
hooyao/ZipDrive
This project mounts one/multiple achieve files, etc. zip file as a virtual drive.
JinbaIttai/phonestick
Better and open source replacement for DriveDroid
ihiiro/VFS
VFS stands for Virtual File System, it creates a file system on top of an existing one.