Skip to content

RAM Drive for Mac OS with a simple graphical user interface. Designed to create a disk partition in RAM.

License

Notifications You must be signed in to change notification settings

telenkor/ram-drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAM Drive

RAM Drive for Mac OS with a simple graphical user interface. Designed to create a disk partition in RAM. AppleScript powered.
Get the latest release

About The Project

If you have a sufficient amount of RAM and you rarely use all of it, then with this program you can:

  • Use as a cache storage
  • Use as a temporary folder for anything
  • Work with data if it requires very fast access

Features

  • Very high read/write speed
  • Easy mounting and unmounting

Another feature of using this program is saving SSD resources. For example, if you place temporary Photoshop files or browser cache here.

Modification

You can change the Disk size in megabytes and Volume name directly from the interface. By double clicking on the corresponding field. If you don't like the existing set of values, you can change it in code.

The best way to do this is modifying the application from the Releases. Copy RAM Drive.app from the ram-drive-v2.x.x.dmg to any location. Open RAM Drive.app in AppleScript Editor (/Applications/Utilities/Script Editor.app) or a third-party Script Debugger. All you need to do is write the desired values into this line:

set Table to make new table with data {{"4096", "RAM Disk"}, {"8192", "RAM Disk"}, {"16384", "RAM Disk"}}

You can leave one entry {"xxxx", "name"}, or you can add new ones. For example:

set Table to make new table with data {{"6666", "Photoshop_cache"}}

Important

If you already have one disk mounted and you want to mount another one, then it is not necessary to change its name to a unique one. The application will not allow identical names and will automatically add _1, _2 ... to the name.

⚠️ Do not save important information in a single copy to this disk. It is not intended for long-term storage. A power failure or rebooting your computer will permanently destroy all data!

System Requirements

  • Mac OS Yosemite (10.10) or later
  • Not tested on Apple M-series

About

RAM Drive for Mac OS with a simple graphical user interface. Designed to create a disk partition in RAM.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published