<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=RAM_disk</id>
	<title>RAM disk - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=RAM_disk"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=RAM_disk&amp;action=history"/>
	<updated>2026-06-26T02:52:01Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=RAM_disk&amp;diff=443130&amp;oldid=prev</id>
		<title>imported&gt;AromaTake：​/* 作为Web缓存 */ 調整1紅連至中維現有條目</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=RAM_disk&amp;diff=443130&amp;oldid=prev"/>
		<updated>2024-01-16T06:24:06Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;作为Web缓存：​&lt;/span&gt; 調整1紅連至中維現有條目&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{for|使用RAM的存储硬件设备|固态硬盘#揮發性記憶體}}&lt;br /&gt;
{{Expand language|1=en|time=2020-07-28T08:55:01+00:00}}&lt;br /&gt;
{{NoteTA&lt;br /&gt;
|G1 = IT&lt;br /&gt;
|1  = zh:RAM disk; zh-hans:RAM盘; zh-hant:RAM disk; zh-cn:RAM盘; zh-tw:RAM disk; zh-hk:RAM碟; zh-sg:RAM disk; zh-mo:RAM碟;&lt;br /&gt;
|2  = zh-hans:通过; zh-hant:通過; zh-tw:透過;&lt;br /&gt;
|3  = zh-hant:模擬; zh-hans:模拟;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;RAM disk&amp;#039;&amp;#039;&amp;#039;是将[[隨機存取記憶體|RAM]]模拟為[[硬盘]]的技术。&lt;br /&gt;
&lt;br /&gt;
相对于传统的硬盘文件访问来说，这种技术可以大幅提高文件的访问速度。但是RAM的易失性也意味着关闭电源后数据将会丢失。某些时候这不是问题，比如说对于一个加密文档的明文来说。但是在大多数情况下，传递到RAM disk上的数据都是其他在别处有永久性存贮文件的一个拷贝，当系统重启后可以重新建立。&lt;br /&gt;
&lt;br /&gt;
== 实现 ==&lt;br /&gt;
软件的RAM disk使用一般的RAM的一部分来模拟一个硬盘。通常都可以使用由操作系统[[内核]]支持的机制来实现，但是通过[[使用者空間]]（相对于“[[内核空间]]”）的应用程序进程来进行这种的模拟也是有可能的。&amp;lt;ref&amp;gt;[https://web.archive.org/web/20011108190812/http://homepage.mac.com/mavsftwre/shareware02.html AppDisk for the classic Mac OS]是用户空间的Ramdisk实用工具在目前市场中的一个例子。&amp;lt;/ref&amp;gt; 因为存贮在RAM disk中文件一般都是临时性的，所以也就不需要使用电池备份，或者[[不斷電系統|UPS]]等设备。&lt;br /&gt;
&lt;br /&gt;
某些RAM disk使用压缩的文件系统例如：[[cramfs]]。这是因为一般的RAM disk都容量一般都较小， 且RAM的价格比硬盘要高，所以这样做是很合理的。&lt;br /&gt;
&lt;br /&gt;
== 作为Web缓存 ==&lt;br /&gt;
可以使用RAM disk来做为[[Web缓存]]，这样可以提高加载页面的速度。&amp;lt;ref&amp;gt;{{Cite web |url=http://www.macosxhints.com/article.php?story=20040827132909881 |title=Using a RAM disk for browsing the web on Macs |accessdate=2008-08-30 |archive-date=2007-11-10 |archive-url=https://web.archive.org/web/20071110190556/http://www.macosxhints.com/article.php?story=20040827132909881 |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
由于RAM disk的易失性，还带来了安全性上的好处。（因可以確保資訊不會留下痕跡）&amp;lt;ref&amp;gt;{{Cite web |url=http://www.ghacks.net/2007/12/14/use-a-ramdisk-to-increase-firefox-security/ |title=Using a RAM disk to improve security in firefox |accessdate=2008-08-30 |archive-date=2008-09-14 |archive-url=https://web.archive.org/web/20080914044405/http://www.ghacks.net/2007/12/14/use-a-ramdisk-to-increase-firefox-security/ |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 历史 ==&lt;br /&gt;
&lt;br /&gt;
世界上第一个在微机上商用的的RAM disk软件是1980年代由{{link-en|Microcosm Ltd}}公司开发的{{link-en|Silicon Disk System}}，首先是在[[CP/M]]操作系统上，后来在[[MS-DOS]]上。由于[[康懋达|Commodore]]硬體的内存地址的限制，RAM disk在[[Commodore 64]]和{{link-en|Commodore 128}}操作系统上很流行。[[AmigaOS]]自身就是RAM disk的能力。&lt;br /&gt;
&lt;br /&gt;
[[Microsoft]]于1983年在[[MS-DOS]]（版本2.0）上加入了RAM disk的功能。[[Apple Computer]]于1991年在[[Apple Computer]]上也加入了这个特性。另外，许多的[[Unix]]与[[Unix-like]]系统也提供某种程度上的RAM disk功能。尤其是在[[Linux]]上，在安装於某些高性能，低资源設備的情况下。&lt;br /&gt;
&lt;br /&gt;
== 相關軟體 ==&lt;br /&gt;
*[[Buffalo Ramdisk]]：能設置關機保全數據存回實體硬碟／儲存器；不支持 Windows 8+。&lt;br /&gt;
*[[SoftPerfect RAM Disk]] 3.4.6：足夠完善的功能，效能比 Buffalo Ramdisk 稍高且讀寫表現更穩定；擁有優秀的系統向上支持及全位元(x86/x64) capabilities 性，支持運行於 Windows 8、Windows 8.1、Windows 10／Enterprise Technical Review 2015 中通-{}-過測試。&lt;br /&gt;
&lt;br /&gt;
== 参考 ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
*示例代码去创建Ramdisk[[驱动程序]]在[http://www.codeguru.com/cpp/w-p/system/devicedriverdevelopment/article.php/c5789/ Win32]{{Wayback|url=http://www.codeguru.com/cpp/w-p/system/devicedriverdevelopment/article.php/c5789/ |date=20080913004856 }}和[http://developer.apple.com/samplecode/RAMDisk/ classic macOS]{{Wayback|url=http://developer.apple.com/samplecode/RAMDisk/ |date=20090112123259 }}&lt;br /&gt;
*[https://www.facebook.com/notes/%E9%B0%B0%E9%AE%87%E9%AF%A0/speeddisk/931820436887432  Unix Shell脚本 For macOS]{{Wayback|url=https://www.facebook.com/notes/%E9%B0%B0%E9%AE%87%E9%AF%A0/speeddisk/931820436887432 |date=20190217162327 }}和[http://mac.wikia.com/wiki/RAM_disk#Creating_a_RAM_disk 命令行]{{Wayback|url=http://mac.wikia.com/wiki/RAM_disk#Creating_a_RAM_disk |date=20081021225424 }}去创建一个Ramdisk在[http://zh.apple.wikia.com/wiki/Ram_Disk macOS]{{Wayback|url=http://zh.apple.wikia.com/wiki/Ram_Disk |date=20151122083043 }}上&lt;br /&gt;
&lt;br /&gt;
[[Category:電腦記憶體]]&lt;/div&gt;</summary>
		<author><name>imported&gt;AromaTake</name></author>
	</entry>
</feed>