Free Ramdisk for Windows Vista, XP, 2000 and 2003 Server Ramdisk libre para sa Windows Vista, XP, 2000 at 2003 Server
- Parameters registry is Parameter ng pagpapatala ay
HKLM\System\CurrentControlSet\Services\RRamdisk\Parameters\ HKLM \ System \ CurrentControlSet \ Services \ RRamdisk \ Parameters \
Why RRamdisk? Bakit RRamdisk? Because XP SP1 contain a Ramdisk driver for XP Embeded. Dahil XP SP1 naglalaman ng isang Ramdisk driver para sa XP Embeded.
- Parameter: DiskSizeM, DiskSizeK Parameter: DiskSizeM, DiskSizeK
Your desired disk size, the unit is M bytes or K bytes. Ang iyong nais na disk laki, ang mga produkto ay bytes M o K bytes. The DiskSizeK has higher priority. Ang DiskSizeK ay may mas mataas na prioridad.
- Parameter: MediaType Parameter: MediaType
The reported drive type: Ang iniulat na drive type:
1 — RAM Drive 1 - RAM Drive
2 — Fixed Media (default) 2 - Nakatakdang Media (default)
3 — Removable Media 3 - Matatanggal Media
4 — Floppy Diskette 4 - Floppy Diskette - Parameter: DriveLetter Parameter: DriveLetter
Name say it is, default is R: Pangalan ng sabihin nito ay, ang default ay R:
- Parameter: SectorsPerCluster Parameter: SectorsPerCluster
Your desired cluster size, zero for driver pickup: Ang iyong nais na kumpol ng sukat, zero para sa mga driver ng pickup:
<= 2M FAT12, cluster=512 <= 2m FAT12, kumpol = 512
<= 32M FAT16, cluster=512 <= 32M FAT16, kumpol = 512
<= 64M FAT16, cluster=1k <= 64M FAT16, kumpol = 1K
<= 128M FAT16, cluster=2k <= 128M FAT16, kumpol = 2k
<= 256M FAT16, cluster=4k <= 256M FAT16, kumpol = 4k
<= 512M FAT32, cluster=2k <= 512M FAT32, kumpol = 2k
<= 16G FAT32, cluster=4k <= 16G FAT32, kumpol = 4k
and more... at marami pa ...You can specify smaller cluster size, force pre-format as FAT32. Maaari mong tukuyin ang mga mas maliliit na kumpol ng sukat, lakas pre-format bilang FAT32.
- Parameter: Image Parameter: Image
Maintained by rdutil utlilty, mainly for preload NTFS image. Pinananatili ng rdutil utlilty, pangunahin para sa preload NTFS imahe. Eg: Hal:
- Load ramdisk, don’t write anything. Load ramdisk, hindi sumulat ng anumang bagay.
- Format the ramdisk Format ng ramdisk
FORMAT /FS:NTFS /Q /V:RamDisk /A:512 R: Format / FS: NTFS / Q / V: RamDisk / A: 512 R:
- Adjust logfile to minimum size Ayusin logfile sa pinakamaliit na sukat
CHKDSK /L:2048 R: CHKDSK / L: 2048 R:
- Reset access rights I-reset ang access ng mga karapatan
CACLS R:\ /G: BUILTIN\Adminstrators:F CACLS R: \ / G: BUILTIN \ Adminstrators: F
- Create necessary structure Gumawa ng mga kinakailangang istraktura
MKDIR R:\TEMP MKDIR R: \ temp
- Pack the disk image and save to registry Pack ang disk imahen at i-save sa pagpapatala
rdutil R: registry rdutil R: pagpapatala
Notes:
- You should leave RamDisk as clean as possible before packing, the max packed image size is 64K. Ikaw ay dapat umalis RamDisk bilang malinis na panahon bago packing, ang max nakaimpake na sukat ng imahe ay 64K.
- The disk image only valid to same RamDisk size, you should re-create disk image when size changed. Ang disk imahen na lamang may-bisa sa parehong RamDisk laki, ikaw ay dapat gumawa ng muling-disk imahen na kapag ang laki ay nagbago.
- The driver internal formater will disable if this registry present, corrupt/size-mismatch value leave an un-formated disk. Ang driver ng panloob na formater ay hindi paganahin kung ito pagpapatala kasalukuyan, corrupt / laki-mismatch halaga umalis sa isang di-formated disk.
rdutil Utlility Usage : rdutil Utlility Usage:
- Backup registry image Backup na pagtatala ng imahe
rdutil save filename rdutil i-save ang filename
- Restore registry image Ibalik ang pagpapatala ng imahe
rdutil load filename rdutil load filename
- Report packed image size Report nakaimpake na sukat ng imahe
rdutil R: rdutil R:
rdutil registry rdutil pagpapatala
rdutil unpacked_file rdutil unpacked_fileSecond command reading DriveLetter from registry, while the third is packing an unpacked image file. Ikalawang utos sa pagbabasa DriveLetter mula sa pagpapatala, habang ang third ay isang packing unpacked file na imahe.
- Packing image & save to registry Packing imahe at i-save sa pagpapatala
rdutil R: registry rdutil R: pagpapatala
- Packing image & save to file Packing imahe at i-save ang file
rdutil R: packed_file rdutil R: packed_file
- Unpacking image Unpacking imahen
rdutil unpack packed_file unpacked_file rdutil alisan ng laman packed_file unpacked_file
- Link NTFS junction to Ramdisk Link NTFS kantong sa Ramdisk
rdutil link temp \ rdutil link temp \
- You can re-format RamDisk except RAMDrive media type. Maaari mong muling-format RamDisk maliban RAMDrive uri ng media. Eg: Hal:
FixedMedia type: FixedMedia uri:
FORMAT /FS:NTFS /FORCE /Q /V:RamDisk /A:512 R: Format / FS: NTFS / force / Q / V: RamDisk / A: 512 R:RemovableMedia type: RemovableMedia uri:
ECHO Y | FORMAT /FS:NTFS /FORCE /Q /V:RamDisk /A:512 R: Echo Y | format / FS: NTFS / force / Q / V: RamDisk / A: 512 R:You can place your format command to startup script. Maaari mong ilagay ang iyong format command sa startup script. I don’t recommend re-format to FAT, the pre-formated RamDisk is more efficient than other format utililty. Hindi ko inirerekumenda re-format na taba, ang pre-formated RamDisk ay mas mahusay kaysa sa iba pang mga format utililty.
- Pagefile support - You can set pagefile to FixMedia type disk w/ pre-formated system. Pagefile support - Maaari mong i-set pagefile sa FixMedia uri ng disk w / pre-formated sistema. If you need other MediaType or re-format, use the addswap.exe utility: Kung kailangan mo ng ibang MediaType o re-format, gamitin ang addswap.exe utility:
addswap r:\pagefile.sys 16 32 addswap r: \ pagefile.sys 16 32
Create pagefile r:\pagefile.sys with min=16M max=32M. Lumikha ng pagefile r: \ pagefile.sys sa min = 16M max = 32M.
- TEMP directory - You should set TEMP/TMP directory to TEMP sub-directory, don’t use the root directory. Temp directory - Ikaw ay dapat itakda temp / tmp directory sa temp sub-directory, huwag gamitin ang root directory.
- NTFS junction point to RAMDrive - You can’t create NTFS junction point to RAMDrive media type, Fixed & Removable Media type should work. NTFS kantong point sa RAMDrive - Kayo ay hindi maaaring gumawa ng NTFS kantong point sa RAMDrive uri ng media, Fixed & Matatanggal Media uri ng trabaho ay dapat na.
- Connectix VirtualPC compatibility - Someone report problem with VirtualPC+physical volume/disk. Connectix VirtualPC compatibility - ulat sa Someone problema sa VirtualPC + pisikal na lakas ng tunog / disk. Please set MediaType to RAMDrive/Removable. Mangyaring i-set MediaType sa RAMDrive / Matatanggal na.
- Mountpoint without DriveLetter Mountpoint walang DriveLetter
Clear DriveLetter registry value will not create Drive Letter for Ramdisk. Clear DriveLetter pagpapatala halaga ay hindi gumawa ng Letter para sa drive Ramdisk.
Attn. Don’t delete the DriveLetter registry, which fall to default R:. Huwag tanggalin ang DriveLetter pagpapatala, na mag-default R:. You can setup mountpoint/junction linking to this unnamed Ramdisk. Maaari mong setup mountpoint / kantong-uugnay sa mga ito hindi nasabi Ramdisk. Eg: Hal:
rdutil link C:\ramdisk rdutil link C: \ ramdisk
link C:\ramdisk to root of Ramdisk link C: \ ramdisk sa root ng Ramdiskrdutil link C:\TEMP TEMP rdutil link C: \ temp temp
link C:\TEMP to \TEMP at Ramdisk link C: \ temp sa \ temp sa Ramdiskrmdir C:\ramdisk rmdir C: \ ramdisk
rmdir can remove the link without clear target content rmdir ay maaaring tanggalin ang link nang walang malinaw na target sa nilalamanNoDriveLetter configuration isn’t recommended, because most AntiVirus software cannot realtime scan Volume w/o Drive Letter. NoDriveLetter configuration na ito ay hindi inirerekomenda, dahil ang pinaka-AntiVirus software ay maaaring hindi realtime scan Volume w / o Drive Letter.
Pages: Pages: 1 2
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. MAHALAGA: Ito ay isang makina isinalin pahina na kung saan ay ibinigay "bilang ganito" walang warranty. Machine translation may be difficult to understand. Makina ng pagsasalin ay maaaring mahirap maintindihan. Please refer to Mangyaring sumangguni sa original English article orihinal na Ingles article whenever possible. hangga't maaari.
Share and contribute or get technical support and help at Share at kontribusyon o makakuha ng teknikal na suporta at tulong sa My Digital Life Forums Aking Digital buhay Forums .
Related Articles Mga Kaugnay na Akda
- Download Free Windows Embedded Server Products with Product Key to Develop Dedicated Server I-download ang Libreng Windows Server-embed na mga produkto na may produkto susi upang bumuo ng alay server
- Free ExamForce CramMasters for Windows Server 2008, Vista, SharePoint 3.0 (MCTS), MCSE/MCSA to MCITP Transition (70-649) Plus CCNA (640-802) & CompTIA Security+ Libreng ExamForce CramMasters para sa Windows Server 2008, Vista, SharePoint 3.0 (MCTS), mcse / MCSA sa MCITP Transition (70-649) Plus ccna (640-802) + & CompTIA Security
- Windows Half-Open Limit Fix (Patch) Free Download to Remove XP, Vista and Server 2003 (32 and 64-bit) TCP 4226 Connection Attempts Limit Windows Half-Open Limit Fix (patch) Libreng Download sa Tanggalin ang XP, Vista at Server 2003 (32 at 64-bit) TCP 4226 Connection pagtatangka Limit
- SHA1 Hash for Windows Vista SP1 and Windows Server 2008 Downloads from MSDN SHA1 Hash para sa Windows Vista SP1 at Windows Server 2008 Maida-download mula sa MSDN
- Windows Vista SP2 and Windows Server 2008 SP2 Beta Information Page at KB948465 Windows Vista SP2 at Windows Server 2008 SP2 beta pahina ng impormasyon sa KB948465
- Install Windows Server 2003 Administration Tools Pack (adminpak) on Windows Vista I-install ng Windows Server 2003 Administration Tools Pack (adminpak) sa Windows Vista
- Windows Server 2008 SP2 and Vista SP2 Beta 6002.16497 (v.113) Released in Microsoft Connect and Windows Update Windows Server 2008 SP2 at Vista SP2 Beta 6002.16497 (v.113) pinakawalan sa Microsoft Windows Ikonekta at I-update
- Notable Changes in Service Pack Two (SP2) Beta for Windows Vista and Windows Server 2008 (Setup Prerequisites and Size Details) Litaw ang mga Pagbabago sa Service Pack Dalawang (SP2) para sa Beta ng Windows Vista at Windows Server 2008 (Setup kinakailangan at Sukat ng produkto Details)
- Windows Vista SP1 RC and Windows Server 2008 RC1 Released Windows Vista SP1 RC at Windows Server 2008 RC1 pakawalan
- Windows Vista and Longhorn Server Genuine Windows Product Activation and Validation Tough to Crack with Software Protection Platform Windows Vista at Longhorn Server Windows Genuine Product Activation at pagpapatunay sa matigas na magpahaginit sa software na proteksyon Platform


























November 25th, 2008 13:20 November 25th, 2008 13:20
I WANT TO KNOW ABOUT SAMSUNG OMNIA Gusto kong malaman tungkol sa samsung OMNIA
November 25th, 2008 10:42 November 25th, 2008 10:42
GREATE!
November 24th, 2008 01:11 November 24th, 2008 01:11
One link (http://www.box.net/shared/htpmm1zm8e) to the ramdisk says the user has exceeded his bandwidth and the other (http://depositfiles.com/files/916161) says I am already downloading a file from them when clearly I am not. Isang link (http://www.box.net/shared/htpmm1zm8e) sa ramdisk nagsasabing ang mga user ay lumampas sa bandwidth at ang kanyang iba pang (http://depositfiles.com/files/916161) nagsasabing ako na ang pag-download ng isang file mula sa mga ito kapag ako ay hindi malinaw.
Can someone suggest a real place that we can download from? Maaari isang tao magmungkahi ng isang tunay na lugar na maaari naming i-download mula sa?
November 18th, 2008 07:16 November 18th, 2008 07:16
[...] questi 8GB, uno l’ho destinato alla creazione di un RAMDisk che viene visto come una unità disco rigido contrassegnata dalla lettera B:. [...] Questi 8GB, uno l'ho destinato download creazione di un RAMDisk che viene Visto dumating una unità disko rigido contrassegnata dalla lettera B:. Su questa unità RAM [...] Su questa unità RAM [...]
November 13th, 2008 01:50 November 13th, 2008 01:50
BTW,
The GUI for Gavotte Ramdisk works with 64-bit Vista … I just had to enable the “Run as Administrator.” :/ Ang GUI para sa gavot Ramdisk gumagana sa 64-bit Vista ... I just had upang paganahin ang "Run as Administrator.": /
November 10th, 2008 12:45 November 10th, 2008 12:45
Hi gh, Hi gh,
I tried the superspeed 64-bit version. Ako tried sa superspeed 64-bit na bersyon. During installation it pops up a window that says it will only install on “clienet” OS’es such as XP-64 or Vista-64. Sa panahon ng pag-install ito pops up ng isang window na nagsasabing ito ay lamang i-install sa "clienet" OS'es tulad ng XP-64 o Vista-64. I could not find a Superspeed ramddisk for the 2003 Server 64. Ako ay hindi mahanap ng isang Superspeed ramddisk ang 2003 para sa Server 64.
November 10th, 2008 10:19 November 10th, 2008 10:19
Simple (noGUI) setup: Simple (noGUI) setup:
devcon.exe install RRamDisk.sys ramdisk
November 8th, 2008 08:39 Nobyembre 8th, 2008 08:39
Dori,
I’ trialling Superspeed and it is faultless so far. Ko 'trialling Superspeed at ito ay walang kamali-mali sa ngayon.
I’ll pay the money for the right, stable product! Ko na bayaran ang pera para sa mga karapatan, kwadra ng produkto!
November 8th, 2008 06:54 Nobyembre 8th, 2008 06:54
I found another solution by Qsoft that works for Windows 2003 Server x64 running on an i64 platform. Nahanap ko ng isa pang solusyon sa pamamagitan ng Qsoft na gumagana para sa Windows 2003 Server x64 na tumatakbo sa isang i64 platform. Not sure if it works for Vista x64, XP x64, or Win 2003 a64. Hindi sigurado kung gumagana ito para sa Vista x64, x64 XP, o Umakit 2003 a64. Do a search for “Qsoft Ramdisk”. Mayroon ng isang paghahanap para sa "Qsoft Ramdisk".
This is “free” except they are asking for a $25 “donation.” The free version is full featured and no expiration, but will generate fatal message “please donate …” at the lower right hand icon tray. Ito ay ang "free" maliban kung sila ay humihingi ng $ 25 para sa "regalo." Ang libreng bersyon na ito ay buong mga tampok at walang-bisa, ngunit ito ay bumuo ng mortal na mensahe "paki-abuloy ..." sa mas mababang kanang kamay icon tray. If you donate $25 they will send you a “nonag” version to install in your machine. Kung-abuloy $ 25 sila ay magpapadala sa iyo ng isang "nonag" bersyon upang i-install sa inyong makina.
November 8th, 2008 06:40 Nobyembre 8th, 2008 06:40
There may be hope! Maaaring may pag-asa!
When I rebooted the machine I got a Stop Error: 0xc0000428. Kapag ako rebooted ang makina ako ng isang Stop Error: 0xc0000428. This was caused by Forced Driver Signature Signing under Windows Vista (x86 and x64). Ito ay sanhi ng sapilitang Driver Signature sign sa ilalim ng Windows Vista (x86 at x64). Googling a few hours later and I find this web site: Googling ng ilang oras at mamaya ko mahahanap ang web site na ito:
http://forum.notebookreview.com/showthread.php?t=250657It’s actually copied from here: Ito ay tunay na kinopya mula dito: http://www.tipandtrick.net/2008/permanently-turn-off-and-disable-64-bit-x64-windows-vista-forced-driver-signature-signing-with-readydriver-plus/
… which lists a utility that disables this signature check. ... Na ang isang listahan ng utility na ito disables signature check.
The download URL of the utility is: Ang pag-download ng utility na URL ay:
http://www.ziddu.com/download.php?uid=ZrCflpqlY6yimJunr6yZlJyiYa%2BWlZmn1 http://www.ziddu.com/download.php?uid=ZrCflpqlY6yimJunr6yZlJyiYa% 2BWlZmn1
Make sure you have your firewall and anti-virus updated for this site! Siguraduhin na kapag ang iyong firewall at anti-virus na na-update para sa site na ito! Anyway, I installed this ReadyDriver Plus on the Vista x64 SP1 box and it worked!. Anyway, ako italaga ito ReadyDriver Plus sa Vista x64 SP1 kahon at ito manggagawa!. The only downside is I have to edit the registry to modify anything in Gavotte Ramdrive because the GUI doesn’t work. Ang tanging downside ay ko bang i-edit ang pagpapatala upang baguhin ang kahit ano sa gavot Ramdrive dahil ang GUI ay hindi gumagana.
Good Luck! Good luck!
November 8th, 2008 02:18 Nobyembre 8th, 2008 02:18
Tried installing Gavotte Ramdisk to Vista x64 (Business Ed) SP1 by manually adding the driver and I get this error message: Sinubukan ang pag-install ng gavot Ramdisk sa Vista x64 (Business Ed) SP1 mano-mano sa pamamagitan ng pagdaragdag ng driver at ako makakakuha ng error message na ito:
Windows cannot load the device driver for this hardware. Windows ay maaaring hindi load ang mga aparato para sa mga driver ng hardware na ito. The driver may be corrupted or missing. Ang mga driver ay maaaring maging masama o nawawala. (Code 39) (Code 39)
C:\Program Files (x86)\Gavotte Ramdisk\rramdisk64.sys C: \ Program Files (x86) \ gavot Ramdisk \ rramdisk64.sys
Any ideas? Anumang mga ideya?
November 4th, 2008 18:10 Nobyembre 4th, 2008 18:10
Yes I see it … Abandon all hope back in August. Yes ko makita ang mga ito ... Iwan ang lahat ng pag-asa bumalik sa Agosto. This is a real bummer. Ito ay isang real bummer. Because Cenatek RAMDiskSE has a FAT16 and FAT32 options and both of them bomb on the WinServer 2003 x64 :(. Superspeed has an x64 but will only install on XP64 and Vista64 but not on the server OSes. Dahil Cenatek RAMDiskSE ay may FAT16 at FAT32 mga opsyon at pareho ang mga ito ng bomba sa WinServer 2003 x64: (. Superspeed ay isang x64 ngunit ito ay lamang i-install sa XP64 at Vista64 ngunit hindi sa server OSes.