tzarskyz / tmpdisk

Ram Disk Management App for OSX

Home Page:http://inkscribbles.com/app/tmpdisk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TmpDisk

TmpDisk is an Open Source simple RamDisk management tool. RamDisks are disks that use your memory (RAM) to create virtual hard disks on your Mac. RamDisks can be any size, limited only by your total memory and lightning fast. They are also temporary. Any files stored on a RamDisk will be permanently deleted when the disk is ejected. No need to worry about deleting, trash or cleaning up temporary files anymore. Warning A TmpDisk will not survive a restart or ejecting. Any files or information on the disk will be PERMANENTLY deleted once the computer is shutdown or the disk ejected. TmpDisks are perfect for

  • Saving large files such as photos while editing
  • Downloading and extracting zip files
  • Storing of temporary logs and files
  • Easily cleaning up tmp files

Installing

TmpDisk is built for OSX Lion but does not use any Lion only libraries. It should compile for older systems as well, but this has not been tested.

Either install the dmg at http://inkscribbles.com/app/tmpdisk or clone the repository and build the application yourself. All required files are included.

Usage

TmpDisk installs as a Status Bar application. You can use the menu to create new tmpdisks, eject existing tmpdisks and click on a disk to open it in finder.

As of 1.0.4 you can also run the app from the command line and pass in arguments to create a TmpDisk on startup.

open -a /Applications/TmpDisk.app --args -name=TestDisk -size=64

Will create a TmpDisk name TestDisk with 64MB space.

About

Ram Disk Management App for OSX

http://inkscribbles.com/app/tmpdisk