Web Hosting Talk







View Full Version : Ram Drive


scsi
11-11-2001, 11:03 AM
hi I've found this and would ask if someone have installed it on it's box and if it increase raq performances.


Howto create a RamDrive
Jun 23, 2001
Author: Eric Koh
--------------------------------------------------------------------------------

#su to root

#create a directory to mount your ramdisk
mkdir /tmp/ramdisk

#remove ramdisk module if previously installed
/sbin/rmmod rd

#install ramdisk module, size in MB
/sbin/insmod rd rd_size=64000

#make the file system
/sbin/mke2fs /dev/ram0

#lastly, mount the ramdisk!
mount /dev/ram0 /tmp/ramdisk

#--------------------------------
#to unmount your ramdisk
umount /tmp/ramdisk

#to check your ramdisk stats
df -k /dev/ram0

taked from raqzone
thank you