Created
May 13, 2020 14:45
-
-
Save skounis/dacb58fff2229a6ff8ce459680186036 to your computer and use it in GitHub Desktop.
Create a ram disk in my home
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://linuxhint.com/ramdisk_ubuntu_1804/ | |
mkdir ~/ramdisk | |
mount -t tmpfs -o rw,size=2G tmpfs ~/ramdisk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment