<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Jul 24, 2018 7:45 PM, "Gedare Bloom" <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="quoted-text">On Tue, Jul 24, 2018 at 10:12 AM, Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br>
> On Tue, Jul 24, 2018 at 4:48 AM, Udit agarwal <<a href="mailto:dev.madaari@gmail.com">dev.madaari@gmail.com</a>> wrote:<br>
>> Hi all,<br>
>> I've been trying to use IMFS with a ramdisk on BBB. Here's what i did:<br>
>><br>
>> After creating a ram disk (block size:512, block count:262144), i used<br>
>> mount_and_make_target_path("/<wbr>dev/rda","/mnt",RTEMS_<wbr>FILESYSTEM_TYPE_IMFS,RTEMS_<wbr>FILESYSTEM_READ_WRITE,NULL)<br>
>><br>
>> There is no error during bootup, but when allocating a file(in the /mnt<br>
>> directory) of size 10MB(or even of 1MB) it gives a file too large error.<br>
>> I've used similar config for RFS too and that did worked, so probably<br>
>> there's no issue while setting up the RAM disk.<br>
>><br>
>> I've also tried testsuite/fstests/imfs_support setup, but looks like similar<br>
>> method doesn't work with ram-disks<br>
><br>
> What did you get back from mount_and_make_target_path()? Did it<br>
> succeed? I'm pretty sure this method should not be used for imfs, see<br>
> fstests/imfs_support/fs_<wbr>support.c<br>
><br>
<br>
</div>Oh, I take that back. Sebastian's comment is accurate. You can<br>
probably make your approach work by replacing "/dev/rda" with NULL I<br>
would guess. The IMFS doesn't need a source, since it is backed by the<br>
heap.<br>
<div class="elided-text"></div></blockquote></div></div></div><div dir="auto">Yes, Sebastian's approach worked. I'm able to generate some benchmarking stats on IMFS too.</div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="elided-text"><br>
>> --<br>
>> Regards,<br>
>> Udit kumar agarwal<br>
>> <a href="http://uditagarwal.in/" rel="noreferrer" target="_blank">http://uditagarwal.in/</a><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> users mailing list<br>
>> <a href="mailto:users@rtems.org">users@rtems.org</a><br>
>> <a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/users</a><br>
</div></blockquote></div><br></div></div></div>