Free Ramdisk for Windows Vista, XP, 2000 and 2003 Server免费ramdisk适用于Windows Vista , XP中, 2000年和2003年的服务器

  1. Parameters registry is Parameters注册表是

    HKLM\System\CurrentControlSet\Services\RRamdisk\Parameters\将HKLM \ System \ currentcontrolset \服务\ rramdisk \参数\

    Why RRamdisk?为什么rramdisk ? Because XP SP1 contain a Ramdisk driver for XP Embeded.因为XP SP1中包含一个ramdisk驱动程序用于Windows XP嵌入式。

  2. Parameter: DiskSizeM, DiskSizeK参数: disksizem , disksizek

    Your desired disk size, the unit is M bytes or K bytes.您想要的磁盘大小,单位是米字节或K字节。 The DiskSizeK has higher priority.该disksizek具有较高的优先事项。

  3. Parameter: MediaType参数: mediatype

    The reported drive type:据报道机类型:

    1 — RAM Drive 1 -R AM驱动器
    2 — Fixed Media (default) 2 -固定的媒体(默认)
    3 — Removable Media 3 -可移动媒体
    4 — Floppy Diskette 4 -软盘软盘

  4. Parameter: DriveLetter参数:驱动器

    Name say it is, default is R:名称说它是,默认情况下是比R :

  5. Parameter: SectorsPerCluster参数: sectorspercluster

    Your desired cluster size, zero for driver pickup:您想要的簇大小,零司机皮卡:

    <= 2M FAT12, cluster=512 < = 2米fat12 ,集束= 512
    <= 32M FAT16, cluster=512 < = 32米的FAT16 ,集束= 512
    <= 64M FAT16, cluster=1k < = 64米的FAT16 ,集束=千只
    <= 128M FAT16, cluster=2k < =一二八米的FAT16 ,集束=及2k
    <= 256M FAT16, cluster=4k < =二百五十六米的FAT16 ,集束=面积
    <= 512M FAT32, cluster=2k < = 512米FAT32的,集束=及2k
    <= 16G FAT32, cluster=4k < =一十六克FAT32的,集束=面积
    and more...更多...

    You can specify smaller cluster size, force pre-format as FAT32.您可以指定较小的簇大小,武力前的格式为FAT32 。

  6. Parameter: Image参数:图像

    Maintained by rdutil utlilty, mainly for preload NTFS image.保持rdutil utlilty ,主要用于预紧NTFS的形象。 Eg:例如:

    1. Load ramdisk, don’t write anything.负载ramdisk ,不写什么。
    2. Format the ramdisk格式ramdisk

      FORMAT /FS:NTFS /Q /V:RamDisk /A:512 R:格式/财政司司长:为NTFS /的Q /五: ramdisk /一: 512比R :

    3. Adjust logfile to minimum size调整日志文件,以最小尺寸

      CHKDSK /L:2048 R: CHKDSK会/升: 2048年比R :

    4. Reset access rights重置访问权限

      CACLS R:\ /G: BUILTIN\Adminstrators:F cacls比R : \ /克:内建\管理员:女

    5. Create necessary structure创造必要的结构

      MKDIR R:\TEMP mkdir比R :的\ Temp

    6. Pack the disk image and save to registry包磁盘的形象和保存到注册表

      rdutil R: registry rdutil比R :注册表

    Notes:注释:

    1. You should leave RamDisk as clean as possible before packing, the max packed image size is 64K.你应该离开ramdisk作为清洁前,尽可能在包装,包装的最大影像尺寸是64K的。
    2. The disk image only valid to same RamDisk size, you should re-create disk image when size changed.磁盘的形象,唯一有效的,以相同的ramdisk的大小,您应该重新创建磁盘图像时,大小改变。
    3. The driver internal formater will disable if this registry present, corrupt/size-mismatch value leave an un-formated disk.司机内部formater将禁用如果此注册表当前,腐败/尺寸不匹配的价值留下联合国格式的磁盘。

    rdutil Utlility Usage : rdutil utlility用法

    1. Backup registry image备份注册表的形象

      rdutil save filename rdutil保存的文件名

    2. Restore registry image还原注册表的形象

      rdutil load filename rdutil负荷文件名

    3. Report packed image size报告挤得水泄不通影像尺寸

      rdutil R: rdutil比R :
      rdutil registry rdutil登录
      rdutil unpacked_file 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 rdutil比R :注册表

    5. Packing image & save to file包装形象与保存到文件

      rdutil R: packed_file rdutil比R : packed_file

    6. Unpacking image拆包形象

      rdutil unpack packed_file unpacked_file rdutil解压packed_file unpacked_file

    7. Link NTFS junction to Ramdisk链接NTFS的交界处,以ramdisk

      rdutil link temp \ rdutil链接气温\

  7. You can re-format RamDisk except RAMDrive media type.您可以重新格式化ramdisk除ramdrive的媒体类型。 Eg:例如:

    FixedMedia type: fixedmedia类型:
    FORMAT /FS:NTFS /FORCE /Q /V:RamDisk /A:512 R:格式/财政司司长:为NTFS /力/的Q /五: ramdisk /一: 512比R :

    RemovableMedia type: removablemedia类型:
    ECHO Y | FORMAT /FS:NTFS /FORCE /Q /V:RamDisk /A:512 R:回声y |格式/财政司司长:为NTFS /力/的Q /五: ramdisk /一: 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.我不建议重新格式化为FAT ,预格式ramdisk是更有效率比其他格式utililty 。

  8. Pagefile support - You can set pagefile to FixMedia type disk w/ pre-formated system.分页支持-您可以设定分页,以f ixmedia类型的磁盘瓦特/预格式制度。 If you need other MediaType or re-format, use the addswap.exe utility:如果您需要其他mediatype或重新格式化,使用addswap.exe实用工具:

    addswap r:\pagefile.sys 16 32 addswap比R : \的Pagefile.sys 16 32

    Create pagefile r:\pagefile.sys with min=16M max=32M.创建分页比R : \的Pagefile.sys与民= 16米最大= 32米。

  9. TEMP directory - You should set TEMP/TMP directory to TEMP sub-directory, don’t use the root directory. Temp目录-你应该设定t emp/ t mp的目录气温小组目录,不使用根目录。
  10. NTFS junction point to RAMDrive - You can’t create NTFS junction point to RAMDrive media type, Fixed & Removable Media type should work. NTFS的交界点,以ramdrive -您不能创建N TFS的交界点,以r amdrive媒体类型,固定与移动媒体类型应工作。
  11. Connectix VirtualPC compatibility - Someone report problem with VirtualPC+physical volume/disk. connectix virtualpc兼容性-有人报告的问题与v irtualpc+物理卷/磁盘。 Please set MediaType to RAMDrive/Removable.请设置mediatype以ramdrive /卸除。
  12. Mountpoint without DriveLetter mountpoint没有驱动器

    Clear DriveLetter registry value will not create Drive Letter for Ramdisk.明确的驱动器的注册表值将不会创造的磁碟机代号为ramdisk 。

    Attn.经办人。 Don’t delete the DriveLetter registry, which fall to default R:.不要删除驱动器注册表,属于违约比R : 。 You can setup mountpoint/junction linking to this unnamed Ramdisk.您可以安装mountpoint /交界处的链接到本无名ramdisk 。 Eg:例如:

    rdutil link C:\ramdisk rdutil链接为C : \ ramdisk
    link C:\ramdisk to root of Ramdisk链接为C : \ ramdisk ,以根的ramdisk

    rdutil link C:\TEMP TEMP rdutil链接为C : \气温气温
    link C:\TEMP to \TEMP at Ramdisk链接为C : \气温\气温在ramdisk

    rmdir C:\ramdisk rmdir为C : \ ramdisk
    rmdir can remove the link without clear target content rmdir可以删除该链接没有清晰的目标,内容

    NoDriveLetter configuration isn’t recommended, because most AntiVirus software cannot realtime scan Volume w/o Drive Letter. nodriveletter配置不建议这样做,因为大部分的防病毒软件无法实时扫描量W / O型磁碟机代号。

Pages: 页数: 1 2

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明 :这是一个机器翻译网页是“按原样”提供的担保。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原版的文章 whenever possible.只要有可能。

Share and contribute or get technical support and help at分享和贡献,或取得技术的支持和帮助,在 My Digital Life Forums 我的数字生活论坛 .



67 Responses to “Free Ramdisk for Windows Vista, XP, 2000 and 2003 Server” 67回应“免费ramdisk适用于Windows Vista , XP中, 2000年和2003年服务器”

Pages: [3]页数: [ 3 ] 2 1 » Show All显示所有

  1. gh生长激素
    August 22nd, 2008 16:13 2008年8月22日16时13分
    67

    not working with Vista x64 here…不与Vista的x64在这里…

  2. Philippe Heeren菲利普heeren
    August 20th, 2008 16:35 2008年8月20日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.作为张贴刚才我有一个非常好的工作Vista的64与8克的RAM与分页文件的残疾人士,四极端的3 GHz 。 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….我可以多之间的游戏及reget和音乐图书馆和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….仍然指出的那样,有很多文章,我的系统不超3 G的RAM的使用,当我检查记录… … 。 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…所以我想,更多或更少,第三代的RAM ,我想指派给一个“移动”驱动器和ReadyBoost )提出的关于它…

    Problem:问题:
    1. 1 。 I cannot install the ramdrive, it just says failed.我不能安装ramdrive ,它只是说,失败了。 I tried with the admin privilige.我试图与政府当局privilige 。
    2. 2 。 It seems that the ramdrive cannot be set to act like “removable” media like USB stick.似乎是ramdrive不能设置为法像“移动”媒体一样, USB记忆棒。

    To speed up my system i’m looking for some High Perf USB memory.加快我的系统我要寻找一些高性能USB记忆体。 Preferably 8G.最好八克。

  3. Peter黄匡源
    August 20th, 2008 06:47 2008年8月20日6时47分
    65

    sorry… I am on XP SP3 32bit.对不起…我对XP SP3的32位。

  4. peter黄匡源
    August 20th, 2008 05:47 2008年8月20日5时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. i选定256MB的然后计算机死亡。 Can anyone help?任何人都可以帮忙吗?

    thanks.谢谢。

  5. Dan Dar3丹dar3
    August 18th, 2008 18:06 2008年8月18日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

  6. Phil Goetz菲尔goetz
    August 18th, 2008 02:25 2008年8月18日2时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.把swapfile对ramdrive可能会提供一个改善的速度,因为Windows stupidly掉期交易的部分内核的所有时间,无论多少RAM您有可用的。

    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.把它放在ramdrive能崩溃您的系统如果您使用了您的RAM 。

  7. Phil Goetz菲尔goetz
    August 18th, 2008 02:14 2008年8月18日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.警告:我stupidly试图使一ramdrive 3 G的,因为我已经6克的RAM ,忘了在Windows使得只有最大的第三代流动服务提供过程。

    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.如果您还没有付诸表决,使用/ 3GB在您的Boot.ini ,这将是假定发生,您是否曾尝试作出二克ramdrive 。

  8. Netbooks and how to maximize preformance with Windows | www.motoms.info netbooks和如何最大限度地preformance与Windows | www.motoms.info
    August 16th, 2008 10:45 2008年8月16日10时45分
    60

    [...] Install a Ramdisk Download it here. [ … … ]安装ramdisk这里下载。 It’s free and has a gui.它是免费的,并已鬼。 Set it to about 192-384mb depending how much you plan to use for [...]将它设置为约192 - 384mb视乎多少您打算使用为[ … … ]

  9. Dan D.丹四
    August 13th, 2008 00:00 2008年8月13日00:00
    59

    Yojimbo, 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.除作者,邮政和用户说,他希望把掉期,在ramdrive ,没有其他人推荐。 Putting swap file on ramdrive will be actually counter productive as CPU usage is going to increase.把交换文件就ramdrive会,其实反作用,因为CPU使用率持续增加。 If you have plenty of RAM, rather than put the swap file in a ramdrive better disable virtual memory altogether.如果您有足够的RAM ,而不是把交换文件在一个ramdrive更好地禁用虚拟内存共有。

    Dan王丹

  10. Yojimbo yojimbo
    August 12th, 2008 21:17 2008年8月12日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 …许多你是说你把你的swapfile对ramdisk ,这是不符合逻辑,因为当您的系统吃掉所有RAM ,然后它使用swapfile (假的,硬碟记忆体) ,如果swapfile是对ramdisk ,然后…错误,错误,错误…

  11. Jose A圣何塞1
    July 28th, 2008 21:56 2008年7月28日21时56分
    57

    UPS,的UPS ,
    try running the app ‘as administrator’, otherwise it will keep you prompted for reboot and do nothing.尝试运行应用程序'管理员' ,否则将随时向你提示重新启动和做任何事。

  12. Falcon4 falcon4
    July 24th, 2008 11:14 2008年7月24日11时14分
    56

    Hmm. 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.它的typeable ,但如果您输入,说: “ 1.25克” ,它会迅速采取您的整个计算机打倒在蓝色屏幕。

    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.以外,那么,它的优良工程-我只想可以写,我在我自己的R AM磁盘的大小。 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.它的颗粒愉快地向一克点,但随后他们开始跳obscenely高一样, 2G和4克等… ,并没有在两者之间。 I needed a 1.25GB disk because 1.0 was too small and I needed the extra 256mb to work in… =(我需要1.25gb磁盘,因为1.0是太小,我需要额外的256 MB到工作中… = (

    But thanks for the tool anyway!但由于该工具无论如何!

  13. Falcon4 falcon4
    July 24th, 2008 09:55 2008年7月24日9时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?).我是使用Google为RAM磁盘,但如前所述,所有我发现是垃圾payware RAM磁盘工具(无论发生在RAM磁盘附带的MS - DOS ,微软? ) 。 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”!我是即将壳出8元,为一payware RAM磁盘驱动程序,我不能,甚至告诉工作,直到我smacked我的头直和googled “ RAM磁盘免费” !

    Now where can I donate those $8?现在我可以在哪里捐那些8元? This tool is perfect!这个工具是十全十美的!

  14. muh洪牧
    July 24th, 2008 05:49 2008年7月24日5时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!该德语翻译,是最严重的国家之一,我所见过的!

  15. Running your build/source code from a ram disk.运行您的建立/源代码从RAM磁盘。 - Eric Hexter -李家祥赫克斯特
    July 22nd, 2008 02:18 2008年7月22日2时18分
    53

    [...] I am running this from an XP virtual machine with the ram disk that is available for free from here: [ … … ]我的计算机运行的,这从一个XP的虚拟机与RAM磁盘是供免费从这里: http://www.mydigitallife.info/2007/05/27/free-ramdisk-for-windows-vista-xp-2000-and-2003-server/ [...] [ … … ]

  16. webstar
    July 15th, 2008 04:23 2008年7月15日4时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?有人问它之前,但没有获得答案,我想:是否有以任何方式负荷的形象,向RAM磁盘,而不使用的GUI提供的呢? i would like to write the image at shutdown and load the image (already possible) at startup.我想写的形象,在关机和负载的形象(已在可能的情况下)在启动。

  17. ups起伏
    July 12th, 2008 05:10 2008年7月12日5时10分
    51

    How can I uninstall it under Vista?我怎样才能卸载它根据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]页数: [ 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> 您可以使用这些标签:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> <删除日期时间= “ ” >的<em>的<i> <q cite=""> <strike>的<strong>

Subscribe without commenting订阅无评论


Custom Search

New Articles新的条款,

Incoming Search Terms for the Article传入的搜索条件文章

RamDisk ramdisk - - ramdisk vista ramdisk Vista的 - - vista ramdisk Vista的ramdisk - - gavotte ramdisk gavotte ramdisk - - ramdisk for vista ramdisk为Vista的 - - ramdrive vista ramdrive Vista的 - - vista ramdrive Vista的ramdrive - - free ramdisk 免费ramdisk - - rramdisk rramdisk - - ram disk vista RAM磁盘Vista的 - - vista ram disk Vista的RAM磁盘 - - windows vista ramdisk Windows Vista的ramdisk - - gavotte ramdisk download gavotte ramdisk下载 - - all 全部 - - ramdisk Gavotte ramdisk gavotte - - ramdisk windows ramdisk的Windows - - Ramdisk ramdisk - - ramdisk xp ramdisk XP中 - - ramdisk free ramdisk免费 - - windows ramdisk 在Windows ramdisk - - gavotte ramdisk gavotte ramdisk - - ramdisk.sys download ramdisk.sys下载 - - RamDisk Vista 64 ramdisk Vista的64 - - free ramdisk vista 免费ramdisk Vista的 - - ram disk for vista RAM磁盘对Vista - - rramdisk.sys rramdisk.sys - - ramdisk windows vista ramdisk的Windows Vista - - superspeed ramdisk vista 超ramdisk Vista的 - - gavotte ram disk gavotte RAM磁盘 - - ramdrive for vista ramdrive对Vista - - RamDisk on VISTA ramdisk在Vista - - ramdisk in vista ramdisk在Vista - - XP Ramdisk XP的ramdisk - - free ramdrive 免费ramdrive - - Ramdisk für Vista ramdisk f黵Vista的 - - qsoft ramdisk qsoft ramdisk - - ramdrive in vista ramdrive在Vista - - gavotte ramdisk x64 gavotte ramdisk x64 - - ramdisk.sys ramdisk.sys - - download ramdisk.sys 下载ramdisk.sys - - vista 64 ramdisk Vista的64 ramdisk - - Gavotte ramdrive gavotte ramdrive - - ramdrive windows vista ramdrive的Windows Vista - - ramdisk vista x64 ramdisk Vista的x64 - - gavotte ram gavotte的RAM - - ramdisk voor vista ramdisk荷兰荷兰Vista的 - - Free VISTA ramdisk 免费Vista的ramdisk - - ramdisk vista free ramdisk Vista的免费 - - free ram disk 免费RAM磁盘 - - vista x64 ramdisk Vista的x64 ramdisk - - ramdiskve ramdiskve - - vista ramdisk Vista的ramdisk - - RamDisk For Windows ramdisk适用于Windows - - free ramdisk software 免费ramdisk软件 - - windows vista ramdrive Windows Vista的ramdrive - - ramdisk vista ramdisk Vista的 - - rdutil rdutil - - ramdisk+vista ramdisk + Vista的 - - vista ram drive Vista的RAM驱动器 - - Gavotte Ramdisk with GUI gavotte ramdisk与贵 - - free ramdisk for vista 免费为Vista的ramdisk - - download gavotte ramdisk 下载gavotte ramdisk - - ramdisk.exe ramdisk.exe - - mydigitallife ramdisk mydigitallife ramdisk - - Ramdrive free ramdrive免费 - - FREE RAMDISK DRIVER 免费ramdisk驱动程序 - - free ramdisk xp 免费ramdisk XP中 - - ramdisk vista download ramdisk Vista的下载 - - ramdisk software gavotte ramdisk软件gavotte - - RamDisk Plus vista 加上Vista的ramdisk - - ramdisk vista64 ramdisk vista64 - - microsoft ramdisk vista 微软Vista的ramdisk - - ramdisk ramdisk - - Gavotte Ramdisk vista gavotte ramdisk Vista的 - - gavotte ramdisk software gavotte ramdisk软件 - -