

ImDisk Virtual Disk Driver
86 likes
ImDisk is a virtual disk driver for Windows NT/2000/XP/Vista/7/8/8.1 or Windows Server 2003/2008/2012. It can create virtual hard disk, RAM Disk, floppy or CD/DVD drives using image files or system memory. The install package installs a console-mode control program called imdisk.
License model
- Free • Open Source
Application types
Country of Origin
Sweden
EU
Platforms
- Windows
- BSD
Discontinued
The latest version (2.1.1) is from December 2022.
Features
ImDisk Virtual Disk Driver News & Activities
Highlights • All activities
Recent News
No news, maybe you know any news worth sharing?
Share a News TipRecent activities
- zilinux rated ImDisk Virtual Disk Driver
- zilinux liked ImDisk Virtual Disk Driver
- RazTK added ImDisk Virtual Disk Driver as alternative to uDiscMounter
- altersoft updated ImDisk Virtual Disk Driver
Comments and Reviews
ImDisk is the best ramdisk I could find for Windows OS.
Lightweight, open source and very functional, ImDisk allow you to create virtual drives (ramdisks) directly on your PC RAM (be careful, all ramdisks data is lost when you shutdown or restart your system).
ImDisk ramdisks are very flexible, able to be extended, saved or deleted after creation.
ImDisk is also able to mount images files like .iso files but this functionality is not the main software job and others programs do it better than ImDisk.
———— My configuration ————
I personally launch a .bat file on the startup of Windows to build a 4Gb B:\ drive (I have 16Gb of RAM).
It allow me to store system temp files (in B:\Cache\Temp), browsers cache (in B:\Cache) and working files contents (directly in B:).
There are many reason to locate cache and temp file on a ramdisk, but if you have a SSD drive and want to grow it lifespan, you should read this page.
How to :
— Change location of TEMP Windows files folder
— Change Firefox Cache location
— Auto-launch a 4Gb B:\ drive at your PC startup :
Create a "ImDisk_Startup.txt" file
Copy/Past this code :
@echo off
set drive=B
set size=4G
if exist %drive%:\ (
echo %drive%: drive can't be created because it already exist.
pause
) else (
timeout 2 NUL
C:\WINDOWS\system32\imdisk.exe -a -s %size% -m %drive%: -o rem -p "/fs:ntfs /v:Ramdisk /q /y"
mkdir %drive%:#\Temp
mkdir %drive%:#\Cache
)
I can't rave about the User Interface. You install it and it disappears. It tells you to go to the applet on Control Panel. I've yet to find this applet. I found it from the Context Menu, but decided RadeonRamdisk sounded better for me.
ramdisk for Windows
Free & Dynamically allocate ram.
Stay away from these and try this one:
WinCDEmu