Other Help Topics :: RAM disk size change on the fly?
Simple Q: Is it possible? If yes, how?C'mon guys. You can help me. I know. ;) I know that it goes something like this:
Code Sample
mount -t tmpfs tmpfs -o remount,rw,size=512M /ramdisk
But I want to be sure before I perform any actions...why do you need to resize it on the fly?
Brian AwPhuchBecause it's too small for my temp files sometimes... Anyway look here. I figured it out by myself. I was close to the right tracks. ;)
original here.