Skip to content

Instantly share code, notes, and snippets.

@skounis
Created May 13, 2020 14:45
Show Gist options
  • Save skounis/dacb58fff2229a6ff8ce459680186036 to your computer and use it in GitHub Desktop.
Save skounis/dacb58fff2229a6ff8ce459680186036 to your computer and use it in GitHub Desktop.
Create a ram disk in my home
# 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