virtual-disk
Here are 19 public repositories matching this topic...
A simple file system implementation with indexed allocation which stores files in a virtual disk
-
Updated
Jun 5, 2021 - C
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…
-
Updated
Feb 27, 2022 - C#
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.
-
Updated
Jul 19, 2022 - C
A simple file system that allows managing files and directories in a virtual in-memory disk.
-
Updated
Oct 23, 2022 - C
RamDisk is a library for create virtual disk drive on system memory
-
Updated
Mar 2, 2023 - C#
script to mount ramdisk in linux Fedora quickly !
-
Updated
May 24, 2023 - Shell
Virtual disk type batch conversion tool | 虚拟磁盘类型批量转换工具
-
Updated
Feb 22, 2024 - Python
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++
-
Updated
Nov 8, 2024 - C++
Optimize all wsl disk image
-
Updated
Feb 13, 2025 - PowerShell
Simple virtual disk-file for long forgotten Minix operating system
-
Updated
Apr 7, 2025 - C
Virtual Disk is a simple virtual storage system written in Javascript. It simulates a virtual hard drive by allowing you to create, store, and retrieve files inside a single large file, mimicking how real-world virtual storage systems (like VMs and cloud disks) work.
-
Updated
May 16, 2025 - JavaScript
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
-
Updated
Jul 27, 2025 - C
-
Updated
Aug 15, 2025 - PowerShell
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.
-
Updated
Aug 24, 2025 - Python
miniOS-with-FAT-Block-Based-Storage is a file system simulation implemented in Python, providing functionalities for file creation, deletion, renaming, compression, scheduling, and directory management. It simulates a FAT-based file system with block-based storage, including disk formatting and metadata management.
-
Updated
Aug 24, 2025 - Python
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/...;
-
Updated
Dec 17, 2025 - Shell
Improve this page
Add a description, image, and links to the virtual-disk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-disk topic, visit your repo's landing page and select "manage topics."