Monday, February 11, 2013

ubuntu linux: create a ramdisk

$ sudo -s
# free -m    # (optional) to check how much memory left on system
# mkdir /tmp/ramdisk; chmod 777 /tmp/ramdisk
# mount -t tmpfs -o size=256M tmpfs /tmp/ramdisk/
# exit

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home