Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCreating RAM disk image
I need an ext2 fs and tried to create a ramdisk image on a linux machine. I followed the commands given in the microtronix manual but get the an after typing the following commands: # dd if=/dev/...
Altera_Forum
Honored Contributor
21 years agoCan you just do
mke2fs -b 1024 /dev/ram0 1024 ?