tmpfs for Windows / Fully dynamic RAM disk by extending WinFsp's memfs to be variable size and maximally resource efficient without compromising performance
-
Updated
Oct 16, 2024 - C++
tmpfs for Windows / Fully dynamic RAM disk by extending WinFsp's memfs to be variable size and maximally resource efficient without compromising performance
RamDisk is a library for create virtual disk drive on system memory
LBA tools(hd_write_verify & hd_write_verify_dump) are very useful for testing Storage stability and verifying DATA consistency, there are much better than FIO & vdbench's verifying functions. for example: physical disk: ide/sata/scsi/ssd/iscsi/fc/raid/...; virtual disk: loop/nbd/lvm/soft raid/...; VM disk: ide/sata/scsi/virtio-blk/virtio-scsi/...;
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 ru…
Virtual disk type batch conversion tool | 虚拟磁盘类型批量转换工具
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.
A simple file system that allows managing files and directories in a virtual in-memory disk.
script to mount ramdisk in linux Fedora quickly !
Simple virtual disk-file for long forgotten Minix operating system
Arduino-based RFID attendance system that reads RFID tags and tracks student attendance with feedback via LCD and LEDs. It also exports attendance data to a text file for efficient record-keeping.
Mini OS is a Python-based simulation of a FAT-style file system, offering virtual disk management, file operations, directory handling, compression, scheduling, and command logging. It supports features like file creation, deletion, renaming, execution, and disk storage management, making it a useful tool for understanding file system operations.
Optimize all wsl disk image
A simple file system implementation with indexed allocation which stores files in a virtual disk
Add a description, image, and links to the virtual-disk topic page so that developers can more easily learn about it.
To associate your repository with the virtual-disk topic, visit your repo's landing page and select "manage topics."