Sunday 22 July 2007

Set up a ramdrive


$ sudo mount -t tmpfs tmpfs /mnt/temp -o size=100M

If you want to mount it every time, put this in /etc/fstab (all on one line):

tmpfs /mnt/temp tmpfs defaults,users,noauto,exec,size=100M 0 0

No comments: