Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Use devf-ram and efs file build with min_size: (1 Item)
   
Use devf-ram and efs file build with min_size  
Hi,

I can't figure out how to test my build with deaf-ram. Here is the build file :

[block_size=128k spare_blocks=1 min_size=18432k]
dummy.dat = {
This is a dummy data file.
}

mkefs build my_efs
slay devf-ram
cp my_efs /dev/shmem/fs0
devf-ram -s0,18432k,,,128k

I can't find the auto mounted folder.

If I don't set the min_size value, it works like a charm. Maybe I'm missing something...

Thanks for the help