Showing posts with label tmpfs. Show all posts
Showing posts with label tmpfs. Show all posts

Sunday, November 14, 2010

Ram diska creation

Ram diska creation. It is very usefull if you like wardriving:)

# mkdir /tmp/ramdisk; chmod 777 /tmp/ramdisk

# mount -t tmpfs -o size=256M tmpfs /tmp/ramdisk/
or
# mount -t tmpfs tmpfs /tmp/ramdisk -o size=1G,nr_inodes=200k,mode=01777