malmers / cdisk

Small program for creating ram disks in OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdisk

A small program for creating ram disks in OS X written in c.

Usage

cdisk X

where X is the size of the ram disk to be created in Gigabytes. To create a ram disk with a size of 2GB, enter:

cdisk 2

Development

Software requirements

  • hdiutil
  • diskutil

Both dependencies are command line utilities that comes preinstalled with OS X.

Build and Install

make
make install

About

Small program for creating ram disks in OS X


Languages

Language:C 92.4%Language:Makefile 7.6%