I want to make a ramdisk for use a temp dir (Galeon cache or GIMP cache for example). I inherited (friend bought DDR ram instead of SDRAM for his old comp) a bunch of ram and now have 1GB, so I think I have plenty to donate. I've created one by using the commands
Code: Select all
# mk2fs -m 0 /dev/ram0
# mkdir /mnt/ramdisk
# mount /dev/ram0 /mnt/ramdiskCode: Select all
ramdisk_size=10000Code: Select all
Unrecognized token "ramdisk_size" at or above line 36 in file '/etc/lilo.conf'Thanks

