Free Ramdisk for Windows Vista, XP, 2000 and 2003 Server無料のramdiskのはWindows Vista 、 XPの場合は、 2000年と2003年サーバー
- Parameters registry isパラメータのレジストリが
HKLM\System\CurrentControlSet\Services\RRamdisk\Parameters\ hklm \システム\ currentcontrolset \サービス\ rramdisk \パラメータ\
Why RRamdisk? rramdiskはなぜですか? Because XP SP1 contain a Ramdisk driver for XP Embeded. XP SP1のためには、 XP用のramdiskドライバを搭載。
- Parameter: DiskSizeM, DiskSizeKパラメータ: disksizem 、 disksizek
Your desired disk size, the unit is M bytes or K bytes.ご希望のディスクサイズの単位はMバイトまたはKバイトです。 The DiskSizeK has higher priority. disksizekの優先度が高いのです。
- 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 -フロッピーディスケット - Parameter: DriveLetterパラメータ:ドライブ
Name say it is, default is R:名を言うことは、デフォルトでは研究:
- Parameter: SectorsPerClusterパラメータ: sectorspercluster
Your desired cluster size, zero for driver pickup:ご希望のクラスタサイズは、ドライバのピックアップのためのゼロ:
<= 2M FAT12, cluster=512 < =二メートルfat12 、クラスタ= 512
<= 32M FAT16, cluster=512 < = 32メートルFAT16のは、クラスタ= 512
<= 64M FAT16, cluster=1k < = 64MをFAT16のは、クラスタ= 1,000個
<= 128M FAT16, cluster=2k < =百二十八メートルFAT16のは、クラスタ= 2000
<= 256M FAT16, cluster=4k < =二百五十六メートルFAT16のは、クラスタ= 4kバイト
<= 512M FAT32, cluster=2k < =五百十二メートルFAT32に、クラスタ= 2000
<= 16G FAT32, cluster=4k < =一六グラムFAT32に、クラスタ= 4kバイト
and more...とほかの...You can specify smaller cluster size, force pre-format as FAT32.クラスタサイズを指定することもできます小さく、力事前にフォーマットとしてFAT32です。
- Parameter: Imageパラメータ:イメージ
Maintained by rdutil utlilty, mainly for preload NTFS image. rdutil utlilty維持され、主にプリロードNTFSのイメージです。 Eg:例:
- Load ramdisk, don’t write anything.負荷のramdiskは、何も書いていない。
- Format the ramdisk RAMディスクをフォーマットして
FORMAT /FS:NTFS /Q /V:RamDisk /A:512 R:フォーマット/ FS : NTFSと/問/含まれるのは:のramdisk / : 512研究:
- Adjust logfile to minimum sizeログファイルの最小サイズを調整する
CHKDSK /L:2048 R:にchkdsk /左: 2048研究:
- Reset access rightsリセットのアクセス権
CACLS R:\ /G: BUILTIN\Adminstrators:F cacls研究: \ /グラム:組み込み\管理者: f
- Create necessary structure作成に必要な構造
MKDIR R:\TEMP mkdir研究: \気温
- Pack the disk image and save to registryパック、ディスクのイメージとレジストリに保存する
rdutil R: registry rdutil研究:レジストリ
Notes:備考:
- You should leave RamDisk as clean as possible before packing, the max packed image size is 64K.清潔度のramdiskにする必要が離れる可能な限り前にパッキン、満員の画像サイズの上限は64です。
- The disk image only valid to same RamDisk size, you should re-create disk image when size changed.このディスクイメージのramdiskにのみ有効と同じサイズのディスクイメージを再作成する必要が時のサイズが変更されました。
- 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利用方法 :
- Backup registry imageレジストリのバックアップイメージ
rdutil save filename rdutil保存するファイル名
- Restore registry imageレジストリのイメージを復元する
rdutil load filename rdutil負荷ファイル名
- Report packed image size報告書満員の画像サイズ
rdutil R: rdutil研究:
rdutil registry rdutilレジストリ
rdutil unpacked_file rdutil unpacked_fileSecond command reading DriveLetter from registry, while the third is packing an unpacked image file.読書ドライブから2番目のコマンドのレジストリ、 3番目のパッキンには、イメージファイルを解凍します。
- Packing image & save to registryパッキンのイメージとレジストリに保存する
rdutil R: registry rdutil研究:レジストリ
- Packing image & save to file &パッキンのイメージファイルに保存する
rdutil R: packed_file rdutil研究: packed_file
- Unpacking image展開のイメージ
rdutil unpack packed_file unpacked_file rdutil解凍packed_file unpacked_file
- Link NTFS junction to RamdiskリンクをNTFS接合のramdisk
rdutil link temp \ rdutilリンク気温\
- You can re-format RamDisk except RAMDrive media type.再フォーマットすることができます。 ramdriveメディアの種類のramdiskを除いています。 Eg:例:
FixedMedia type: fixedmediaタイプ:
FORMAT /FS:NTFS /FORCE /Q /V:RamDisk /A:512 R:フォーマット/ FS : NTFSと/フォース/問/含まれるのは:のramdisk / : 512研究:RemovableMedia type: removablemediaタイプ:
ECHO Y | FORMAT /FS:NTFS /FORCE /Q /V:RamDisk /A:512 R:エコーy |フォーマット/ FS : NTFSと/フォース/問/含まれるのは:のramdisk / : 512研究: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.私の再フォーマットをしないことを推奨脂肪は、事前にフォーマットのramdiskは、他の形式よりもより効率的なutililtyです。
- 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 : \にPagefile.sys 16 32
Create pagefile r:\pagefile.sys with min=16M max=32M.作成ページ研究: \ Pagefile.sysファイルを分=十六メートルマックス=三二メートルです。
- TEMP directory - You should set TEMP/TMP directory to TEMP sub-directory, don’t use the root directory. tempディレクトリ-設定する必要が気温/ t mpディレクトリをt empにサブディレクトリには使用しないでのルートディレクトリにコピーします。
- 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メディアの種類をポイントして、固定&リムーバブルメディアのタイプは、仕事です。
- Connectix VirtualPC compatibility - Someone report problem with VirtualPC+physical volume/disk.コネクティックスのVirtualPCの互換性-報告書に問題があるのV irtualPC+物理ボリューム/ディスクにコピーします。 Please set MediaType to RAMDrive/Removable. mediatypeを設定してくださいramdrive /取り外し可能です。
- Mountpoint without DriveLetterドライブのマウントポイントなし
Clear DriveLetter registry value will not create Drive Letter for Ramdisk.レジストリ値をクリアドライブのドライブ文字をRAMディスクは作成されません。
Attn.宛先です。 Don’t delete the DriveLetter registry, which fall to default R:.レジストリはありませんドライブ文字を削除して、これをデフォルトの研究秋: 。 You can setup mountpoint/junction linking to this unnamed Ramdisk.することができます。セットアップのマウントポイントに/ジャンクションにリンクして、この無名の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 : \ temp気温
link C:\TEMP to \TEMP at Ramdiskリンクにc : \ temp \ Tempに先のramdiskrmdir 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 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Download Microsoft Virtual PC 2004 for FreeマイクロソフトVirtual PCの2004年を無料でダウンロード
- Windows Updates Downloader 2.25 Released for Free Download (WUD) Windowsの更新プログラムをリリース2.25ダウンローダを無料でダウンロードできます( wud )
- Windows Server “Longhorn” Beta 3 Free Download Windowsのサーバー" Longhorn "のベータ3無料でダウンロードできます
- Restore Windows NT Backup (ntbackup) .bkf in Vista and ‘Longhorn’ Server 2008復元Windows NTバックアップ( NTBackupの)です。 bkfでVistaと' Longhornの'サーバー2008
- Best and Worst Microsoft Products最良と最悪のマイクロソフト製品
- Download Free Windows Embedded Server Products with Product Key to Develop Dedicated Server無料ダウンロードのWindowsのプロダクトキーに埋め込まれたサーバー製品を開発する専用サーバー
- Restore Windows XP and 2003 .bkf Backups in Windows Vista and Longhorn Server with NT Backup Restore Utility 2003年、 Windows XPおよび復元します。 bkf 、 Windows VistaおよびLonghorn ServerのバックアップNTバックアップと復元ユーティリティ
- Install Windows Server 2003 Administration Tools Pack (adminpak) on Windows Vista Windows Server 2003をインストール管理ツールパック( adminpak )をWindows Vista
- Windows Home Server Installation DVD Kit with 120-Day Activation Free License WindowsのホームサーバーのインストールDVDキットを120日間の無料ライセンスの活性化
- How to Install KMS Server to Activate Windows Vista Business or Enterprise KMSサーバーをインストールする方法を有効にWindows Vistaのビジネスやエンタープライズ
August 22nd, 2008 16:13 2008年8月22日16:13
not working with Vista x64 here… Vistaでの作業はここ…
August 20th, 2008 16:35 2008年8月20日16:35
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世代の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.できれ8グラムです。
August 20th, 2008 06:47 2008年8月20日06:47
sorry… I am on XP SP3 32bit.申し訳ありません…私は上XP SP3の32ビットです。
August 20th, 2008 05:47 2008年8月20日05:47
I just tried to use the program and it gave me a blue screen of death with a ’stop’ error.私だけを使用してプログラムをしようとすると、ブルースクリーンのことは私の死との' stop 'エラーが発生します。 I selected 256MB and then the computer died.私は、コンピュータを選択256MBほどと入力し、死亡しています。 Can anyone help?ヘルプは誰ですか?
thanks.ありがとう。
August 18th, 2008 18:06 2008年8月18日18:06
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
August 18th, 2008 02:25 2008年8月18日02:25
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.パットのスワップファイルを与えるramdriveは、おそらく速度の改善、愚かなスワップは、 Windowsのカーネル部分のすべてのタイムアウトに関係なく、どのくらいの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を意味します。
August 18th, 2008 02:14 2008年8月18日02:14
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.警告:私の愚かなramdriveしようとした第三世代作るので、私は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です。
August 16th, 2008 10:45 2008年8月16日10:45
[...] Install a Ramdisk Download it here. [...]のramdiskをインストールするダウンロードしてください。 It’s free and has a gui.しかも無料には、 GUIのです。 Set it to about 192-384mb depending how much you plan to use for [...]設定するには約192から384までメガバイトによってどれくらいの使用を計画して[...]
August 13th, 2008 00:00 2008年8月13日00:00
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ダン
August 12th, 2008 21:17 2008年8月12日21:17
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 …と言っているの多くはあなたがスワップファイルをRAMディスクに置いてください論理的ではありませんので、食べるときにお使いのシステムのすべてのRAMを使用してスワップファイル(偽、ハードディスクのメモリ)とのramdiskの場合、スワップファイルは、エラーが発生し… 、エラー、エラーが発生…
July 28th, 2008 21:56 2008年7月28日21:56
UPS, UPSは、
try running the app ‘as administrator’, otherwise it will keep you prompted for reboot and do nothing.試しアプリを実行している'管理者として' 、他のこれがあれば再起動すると何もしないの入力を求めています。
July 24th, 2008 11:14 2008年7月24日11:14
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.それのキーボードで打てる、しかしを入力した場合は、言ってやるが、 " 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.それは幸せに粒状一グラムポイントアップして、しかし、ジャンプスタート]ボタンを入力し、彼らのような鼻持ちならないほど高い二グラムと四グラム、モニュメント等…との間にはありません。 I needed a 1.25GB disk because 1.0 was too small and I needed the extra 256mb to work in… =(私1.25ギガバイトディスクのため、必要に応じて、 1.0は、必要に応じて小さすぎると私の余分な256MBほどで働く… = (
But thanks for the tool anyway!しかし、とにかくツールてくれてありがとう!
July 24th, 2008 09:55 2008年7月24日09: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?).私はgooglingのは、 RAMディスクではなく、メモは、すべて私が見つかりましたツールは、ごみの有料ソフト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ドルには、有料ソフトシェルアウトRAMディスクドライバを私に伝える弊社の仕事さえできませんでしたまでは、私の頭のストレートとgoogled私smacked " RAMディスクフリーウェア" !
Now where can I donate those $8?今すぐどこでそれらの寄付$ 8ですか? This tool is perfect!このツールは完璧!
July 24th, 2008 05:49 2008年7月24日05:49
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! 1つのドイツ語訳は、最悪のこと、私が見た!
July 22nd, 2008 02:18 2008年7月22日02:18
[...] 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/ [...]
July 15th, 2008 04:23 2008年7月15日04:23
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.私は希望を書くのイメージをシャットダウンし、負荷のイメージ(すでに可能)を起動します。
July 12th, 2008 05:10 2008年7月12日05:10
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?何かお考えですか?