Free Ramdisk for Windows Vista, XP, 2000 and 2003 Server

  1. Parameters registry is

    HKLM\System\CurrentControlSet\Services\RRamdisk\Parameters\

    Why RRamdisk? Because XP SP1 contain a Ramdisk driver for XP Embeded.

  2. Parameter: DiskSizeM, DiskSizeK

    Your desired disk size, the unit is M bytes or K bytes. The DiskSizeK has higher priority.

  3. Parameter: MediaType

    The reported drive type:

    1 — RAM Drive
    2 — Fixed Media (default)
    3 — Removable Media
    4 — Floppy Diskette

  4. Parameter: DriveLetter

    Name say it is, default is R:

  5. Parameter: SectorsPerCluster

    Your desired cluster size, zero for driver pickup:

    <= 2M FAT12, cluster=512
    <= 32M FAT16, cluster=512
    <= 64M FAT16, cluster=1k
    <= 128M FAT16, cluster=2k
    <= 256M FAT16, cluster=4k
    <= 512M FAT32, cluster=2k
    <= 16G FAT32, cluster=4k
    and more...

    You can specify smaller cluster size, force pre-format as FAT32.

  6. Parameter: Image

    Maintained by rdutil utlilty, mainly for preload NTFS image. Eg:

    1. Load ramdisk, don’t write anything.
    2. Format the ramdisk

      FORMAT /FS:NTFS /Q /V:RamDisk /A:512 R:

    3. Adjust logfile to minimum size

      CHKDSK /L:2048 R:

    4. Reset access rights

      CACLS R:\ /G: BUILTIN\Adminstrators:F

    5. Create necessary structure

      MKDIR R:\TEMP

    6. Pack the disk image and save to registry

      rdutil R: registry

    Notes:

    1. You should leave RamDisk as clean as possible before packing, the max packed image size is 64K.
    2. The disk image only valid to same RamDisk size, you should re-create disk image when size changed.
    3. The driver internal formater will disable if this registry present, corrupt/size-mismatch value leave an un-formated disk.

    rdutil Utlility Usage:

    1. Backup registry image

      rdutil save filename

    2. Restore registry image

      rdutil load filename

    3. Report packed image size

      rdutil R:
      rdutil registry
      rdutil unpacked_file

      Second command reading DriveLetter from registry, while the third is packing an unpacked image file.

    4. Packing image & save to registry

      rdutil R: registry

    5. Packing image & save to file

      rdutil R: packed_file

    6. Unpacking image

      rdutil unpack packed_file unpacked_file

    7. Link NTFS junction to Ramdisk

      rdutil link temp \

  7. You can re-format RamDisk except RAMDrive media type. Eg:

    FixedMedia type:
    FORMAT /FS:NTFS /FORCE /Q /V:RamDisk /A:512 R:

    RemovableMedia type:
    ECHO Y | FORMAT /FS:NTFS /FORCE /Q /V:RamDisk /A:512 R:

    You can place your format command to startup script. I don’t recommend re-format to FAT, the pre-formated RamDisk is more efficient than other format utililty.

  8. Pagefile support - You can set pagefile to FixMedia type disk w/ pre-formated system. If you need other MediaType or re-format, use the addswap.exe utility:

    addswap r:\pagefile.sys 16 32

    Create pagefile r:\pagefile.sys with min=16M max=32M.

  9. TEMP directory - You should set TEMP/TMP directory to TEMP sub-directory, don’t use the root directory.
  10. NTFS junction point to RAMDrive - You can’t create NTFS junction point to RAMDrive media type, Fixed & Removable Media type should work.
  11. Connectix VirtualPC compatibility - Someone report problem with VirtualPC+physical volume/disk. Please set MediaType to RAMDrive/Removable.
  12. Mountpoint without DriveLetter

    Clear DriveLetter registry value will not create Drive Letter for Ramdisk.

    Attn. Don’t delete the DriveLetter registry, which fall to default R:. You can setup mountpoint/junction linking to this unnamed Ramdisk. Eg:

    rdutil link C:\ramdisk
    link C:\ramdisk to root of Ramdisk

    rdutil link C:\TEMP TEMP
    link C:\TEMP to \TEMP at Ramdisk

    rmdir C:\ramdisk
    rmdir can remove the link without clear target content

    NoDriveLetter configuration isn’t recommended, because most AntiVirus software cannot realtime scan Volume w/o Drive Letter.

Pages: 1 2

Share and contribute or get technical support and help at My Digital Life Forums.



69 Responses to “Free Ramdisk for Windows Vista, XP, 2000 and 2003 Server”

Pages: [3] 2 1 » Show All

  1. So, anyone have a BMI I can borrow? - Overclock.net - Overclocking.net
    September 28th, 2008 05:16
    69

    [...] Posted by Lukeatluke How? RamDisk __________________ [...]

  2. ZuruZuru » Blog Archive » Eee PC 901 Review
    September 20th, 2008 04:28
    68

    [...] 2GB RAM and set 512MB for Ramdisk using Gavotte’s ramdisk app to shunt temporary internet files onto, instead of my SSD Bookmark [...]

  3. gh
    August 22nd, 2008 16:13
    67

    not working with Vista x64 here…

  4. Philippe Heeren
    August 20th, 2008 16:35
    66

    Hi there again. As posted earlier I have a very good working Vista 64 with 8G of RAM with paging file disabled, Quad Extreme 3Ghz. All of the paging is disabled on all of my disks… My machine keeps running very good. I can multitask between games and reget and music library and pokertracker…. and so on.

    Still as pointed out in a lot of articles my system does not get beyond 3G of RAM usage when I check the logs…. So I have like about, more or less, 3G of ram which I would like to assign to a “removable” drive and put readyboost on it…

    Problem:
    1. I cannot install the ramdrive, it just says failed. I tried with the admin privilige.
    2. It seems that the ramdrive cannot be set to act like “removable” media like USB stick.

    To speed up my system i’m looking for some High Perf USB memory. Preferably 8G.

  5. Peter
    August 20th, 2008 06:47
    65

    sorry… I am on XP SP3 32bit.

  6. peter
    August 20th, 2008 05:47
    64

    I just tried to use the program and it gave me a blue screen of death with a ’stop’ error. I selected 256MB and then the computer died. Can anyone help?

    thanks.

  7. Dan Dar3
    August 18th, 2008 18:06
    63

    Phil,

    You may be referring to “executive paging” - you can control whether the kernel mode drivers and code has to be swapped. See here:

    Disable paging the executive to improve performance
    http://www.metron.co.uk/reference/performance_tips/windows/win_tip23.html

  8. Phil Goetz
    August 18th, 2008 02:25
    62

    Putting the swapfile on RAMdrive will probably give a speed improvement, because Windows stupidly swaps parts of the kernel out ALL THE TIME, regardless of how much RAM you have available.

    However, as Dan pointed out, it’s better to disable the swap partition. Putting it on the RAMdrive could crash your system if you use up your RAM.

  9. Phil Goetz
    August 18th, 2008 02:14
    61

    Warning: I stupidly tried to make a ramdrive of 3G, since I have 6G RAM, forgetting that Windows makes only a max of 3G available to processes.

    Instead of giving a warning, it shut the computer off, and it wouldn’t boot again until I said to boot with last usable configuration.

    If you haven’t put /3gb in your boot.ini, this would presumably happen if you tried to make a 2G ramdrive.

  10. Netbooks and how to maximize preformance with Windows | www.motoms.info
    August 16th, 2008 10:45
    60

    [...] Install a Ramdisk Download it here. It’s free and has a gui. Set it to about 192-384mb depending how much you plan to use for [...]

  11. Dan D.
    August 13th, 2008 00:00
    59

    Yojimbo,

    except for the author of the post and a user that says he wants to put the swap in the ramdrive, nobody else recommend it. Putting swap file on ramdrive will be actually counter productive as CPU usage is going to increase. If you have plenty of RAM, rather than put the swap file in a ramdrive better disable virtual memory altogether.

    Dan

  12. Yojimbo
    August 12th, 2008 21:17
    58

    I don’t understand???
    Many of you are saying that you put your swapfile on ramdisk which is not logical, because when your system eats all the ram then it use swapfile(fake, hard disk memory) and if the swapfile is on ramdisk then … error, error, error …

  13. Jose A
    July 28th, 2008 21:56
    57

    UPS,
    try running the app ‘as administrator’, otherwise it will keep you prompted for reboot and do nothing.

  14. Falcon4
    July 24th, 2008 11:14
    56

    Hmm. A small note.

    DON’T USE A DISK SIZE OTHER THAN THE ONES IN THE LIST! It’s typeable, but if you enter, say, “1.25G”, it’ll promptly take your whole computer down with a blue screen.

    Worse, if you aren’t lucky, your computer won’t even start back up - I’m guessing because those settings were saved and it tries again when you try booting! Ouch. Ouch ouch.

    Other than that, well, it works fine - I just wish I could write in my own RAM disk size. It’s happily granular up to the 1G point, but then they start jumping obscenely high like 2G and 4G, etc… and there’s no in between. I needed a 1.25GB disk because 1.0 was too small and I needed the extra 256mb to work in… =(

    But thanks for the tool anyway!

  15. Falcon4
    July 24th, 2008 09:55
    55

    OH MY GOD!

    This is the best tool I’ve added to my collection in a long time!

    I was Googling for a ram disk, but as noted, all I found was garbage payware RAM disk tools (whatever happened to a RAM disk that came with MS-DOS, Microsoft?). I was about to shell out $8 for a payware RAM disk driver that I couldn’t even tell worked, until I smacked my head straight and googled for “ram disk freeware”!

    Now where can I donate those $8? This tool is perfect!

  16. muh
    July 24th, 2008 05:49
    54

    Oh my god, whatever you use for your translations. Throw it away! The german translation is one of the worst that I’ve ever seen!

  17. Running your build/source code from a ram disk. - Eric Hexter
    July 22nd, 2008 02:18
    53

    [...] I am running this from an XP virtual machine with the ram disk that is available for free from here:  http://www.mydigitallife.info/2007/05/27/free-ramdisk-for-windows-vista-xp-2000-and-2003-server/ [...]

  18. webstar
    July 15th, 2008 04:23
    52

    someone asked it before, but did not get an answer i think: is there any way to load the image to the ram disk without using the GUI provided? i would like to write the image at shutdown and load the image (already possible) at startup.

  19. ups
    July 12th, 2008 05:10
    51

    How can I uninstall it under Vista?
    I tried uninstall, it says reboot needed. before reboot rams disk seems deleted but after reboot it is back again.
    Any ideas?

Pages: [3] 2 1 » Show All

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting


Custom Search

New Articles

Incoming Search Terms for the Article

RamDisk - ramdisk vista - vista ramdisk - gavotte ramdisk - ramdisk for vista - ramdrive vista - vista ramdrive - free ramdisk - rramdisk - ram disk vista - vista ram disk - windows vista ramdisk - gavotte ramdisk download - all - ramdisk Gavotte - ramdisk windows - Ramdisk - ramdisk xp - ramdisk free - windows ramdisk - gavotte ramdisk - ramdisk.sys download - RamDisk Vista 64 - free ramdisk vista - ram disk for vista - rramdisk.sys - ramdisk windows vista - superspeed ramdisk vista - gavotte ram disk - ramdrive for vista - RamDisk on VISTA - ramdisk in vista - XP Ramdisk - free ramdrive - Ramdisk für Vista - qsoft ramdisk - ramdrive in vista - gavotte ramdisk x64 - ramdisk.sys - download ramdisk.sys - vista 64 ramdisk - Gavotte ramdrive - ramdrive windows vista - ramdisk vista x64 - gavotte ram - ramdisk voor vista - Free VISTA ramdisk - ramdisk vista free - free ram disk - vista x64 ramdisk - ramdiskve - vista ramdisk - RamDisk For Windows - free ramdisk software - windows vista ramdrive - ramdisk vista - rdutil - ramdisk+vista - vista ram drive - Gavotte Ramdisk with GUI - free ramdisk for vista - download gavotte ramdisk - ramdisk.exe - mydigitallife ramdisk - Ramdrive free - FREE RAMDISK DRIVER - free ramdisk xp - ramdisk vista download - ramdisk software gavotte - RamDisk Plus vista - ramdisk vista64 - microsoft ramdisk vista - ramdisk - Gavotte Ramdisk vista - gavotte ramdisk software -