Monday, April 20, 2009

HOWTO mount tmp to ramdisk


Recommended if installing Linux to USB /Flash to avoid wearing down the disk.



sudo gedit /etc/fstab

##RAMDISK##
none /tmp tmpfs defaults,size=424m 0 0

##RAMDISK##
none /tmp tmpfs defaults 0 0


Then reboot

1 comment: