惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
GbyAI
GbyAI
S
SegmentFault 最新的问题
量子位
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
IT之家
IT之家
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
雷峰网
雷峰网

博客园 - aroundall

挪窝了 Upgrade Zoomr to Pro 最近越来越喜欢玩游戏了 正在看《经济学原理》和《代码大全》 老了 哎,人都怎么了 还有一个月就要回去了 下午就要走了,出差,发一首齐豫的《菊叹》 纽曼的东西和服务都太次了,可以说是垃圾! Ms-Dos7.10安装盘 星期四就要走了 [转]IT开发工程师的悲哀 学点什么好呢? 移动硬盘坏了 今天去办护照了 我很无奈 要学习COBOL了 Where are we go? 关于Form KeyDown事件的处理代码执行两次的问题
What is RAM Disk?
aroundall · 2006-01-23 · via 博客园 - aroundall

Refers to RAM that has been configured to simulate a disk drive. You can access files on a RAM disk as you would access files on a real disk. RAM disks, however, are approximately a thousand times faster than hard disk drives. They are particularly useful, therefore, for applications that require frequent disk accesses.
Because they are made of normal RAM, RAM disks lose their contents once the computer is turned off. To use a RAM disk, therefore, you need to copy files from a real hard disk at the beginning of the session and then copy the files back to the hard disk before you turn the computer off. Note that if there is a power failure, you will lose whatever data is on the RAM disk. (Some RAM disks come with a battery backup to make them more stable.)

A RAM disk is also called a virtual disk or a RAM drive.