Skip to primary content

Bucktown Bell

Cut to the chase.

Bucktown Bell

Main menu

  • Home
  • Baseball Analytics
  • Contact Me

Post navigation

← Previous Next →

Creating a ram disk on Linux

Posted on December 9, 2018 by mea

The best way to create a ram disk on linux is tmpfs. It’s a filesystem living in ram, so there is no need for ext2. You can create a tmpfs of 16Gb size with:

mount -o size=16G -t tmpfs none /mnt/tmpfs

Source: ramdisk – Creating a ram disk on Linux – Unix & Linux Stack Exchange

This entry was posted in Operating Systems and tagged dram, linux command by mea. Bookmark the permalink.
Proudly powered by WordPress