virtual-disk

There are 13 repositories under virtual-disk topic.

  • zhangyoujia/hd_write_verify

    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/...;

    Language:Shell661421
  • 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

    Language:C++654152
  • mjebrahimi/RamDisk

    RamDisk is a library for create virtual disk drive on system memory

    Language:C#63523
  • 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.

    Language:C#12204
  • haha44444/convertVirtualDisks

    Virtual disk type batch conversion tool | 虚拟磁盘类型批量转换工具

    Language:Python8200
  • tusharjain1082/filedisk-proxy

    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.

    Language:C4103
  • Intenzo21/simplified-FAT

    A simple file system that allows managing files and directories in a virtual in-memory disk.

    Language:C3201
  • qasd137/disco_virtual

    script to mount ramdisk in linux Fedora quickly !

    Language:Shell2100
  • LYingSiMon/dokany

    User mode file system library for windows with FUSE Wrapper

    Language:C1000
  • Neyrian/wsl_disk_opti

    Optimize all wsl disk image

    Language:PowerShell0100
  • adithya-menon-r/RFID-Attendance-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.

    Language:C++
  • maryamShahid/simple-file-system

    A simple file system implementation with indexed allocation which stores files in a virtual disk

    Language:C101