PDA

View Full Version : How i resolved the problem of ramdisk



ckassab
02-05-2004, 06:08 PM
Hi:

Knoppix was creating ramdisk after hardisk install.

solution:

umount /initrd
umount /dev/shm

i created a script and copied it to /etc/rc5.d as S95misc


Now i have more memory free

pitabu
02-06-2004, 10:31 PM
What was the script? I see all my memory gobbled. Sorry if it's obvious question.......

c123
02-07-2004, 03:47 PM
I think the script was
umount /initrd
umount /dev/shm

how do I check if a ramdisk is being used? (in /dev/ or /mnt/?) And if after a HDD install, are the above commands the *right* ones to use?