how to mount ramdisk at boot?

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Eric
Data:  
Asunto: how to mount ramdisk at boot?
Hi,

I made a ramdisk thus,
mkdir /tmp/ramdisk0
mke2fs /dev/ram0
mount /dev/ram0 /tmp/ramdisk0

What syntax should I use in fstab to remount it at boot? Anything else I
should do?

thx,

Eric