Skip to content

Latest commit

 

History

History
49 lines (45 loc) · 2.48 KB

README.RamDisk.md

File metadata and controls

49 lines (45 loc) · 2.48 KB

RamDisk

A Tool To Create RamDisk/RamDrive in RAM/Physical-Memory Of Mac Computer. Currently it is a bash/sh CLI script. Currently tested on macOSX.
GUI tool coming soon. Later, We will add support for other platform in this script or add more tools.

License(s):

RamDisk.sh - RamDisk - A Tool For Creating HFS+ Drive/Disk In RAM-Memory, On macOSX.
Copyright © 2020 Erik T Ashfolk (<atErïk@ÖυťĹöōķ·ċōm;atErïk@AśhFölķ·ćōm>, Do Not Copy
  Eml-Adrs, Type in English/basic-latin char, No Soliciting Permitted). All rights reserved.
Released with below Licenses+Restrictions+Permissions:
 (*) Do Not Use My/Our Contribution(s) To Kill/Harm/Violate(or Steal-from)(Any) Human/Community,Earth,etc.
 (*) GNU General Public License v3 (GPL v3) https://www.GNU.org/licenses/gpl-3.0.en.html

 (Written initially on 2020-06-24 by Erik T Ashfolk).

 (All other trademarks, etc cited here are the property of their respective owners.)
 (All other copyright items cited here are the copyright of their respective author/creator.)

Info:

Currently the "RamDisk.sh" is a bash-shell based script, & currently its for macOS/macOSX/macOSX64.

Tested-on/Supported Platform(s):

Script was tested, it Worked.
It needs "ShowMemory" (get the "ShowMemory.sh").

Tested on:
Mac:~ atErik$ uname -a
Darwin Mac.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
Mac:~ atErik$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19)
Copyright (C) 2007 Free Software Foundation, Inc.
Mac:~ atErik$ sh --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19)
Copyright (C) 2007 Free Software Foundation, Inc.
Mac:~ atErik$ zsh --version
zsh 5.7.1 (x86_64-apple-darwin19.0)

How to Use/Run:

To execute a file, it needs the "Execute" attribute bit set, & if thats not done already:
execute below command in CLI "Terminal"/shell:
chmod  +x  RamDisk.sh
chmod  +x  ShowMemory.sh
./RamDisk.sh
(above command will show How To Use it, follow that syntax/usage)