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

推荐订阅源

罗磊的独立博客
U
Unit 42
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
小众软件
小众软件
V
Visual Studio Blog
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
博客园 - 叶小钗
GbyAI
GbyAI
爱范儿
爱范儿
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
D
DataBreaches.Net
博客园_首页
D
Docker
A
About on SuperTechFans
G
Google Developers Blog
I
InfoQ
T
The Blog of Author Tim Ferriss
V
V2EX
博客园 - Franky

博客园 - 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.