<div dir="ltr"><div><div>Hi all,<br></div>I need to change the default block size of FAT to, say 1024. By default, the block size of FAT(on a ramdisk) is 512 as stated here: <a href="https://devel.rtems.org/wiki/TBR/UserManual/Using_the_RTEMS_DOS_File_System#RAMDisk">https://devel.rtems.org/wiki/TBR/UserManual/Using_the_RTEMS_DOS_File_System#RAMDisk</a> and that's what 'blkstats /dev/rda' showed.<br><br></div><div><div><div><div>I couldn't find any relevant parameter in <a href="https://github.com/RTEMS/rtems/blob/master/cpukit/libmisc/shell/main_msdosfmt.c#L25"><span class="gmail-pl-en">msdos_format</span></a> or in <a href="https://docs.rtems.org/doxygen/branches/master/structmsdos__format__request__param__t.html"><span class="gmail-pl-c1">msdos_format_request_param_t</span></a> with which i can change the block size. Initially i was a bit suspicious about the effect of sectors_per_cluster field so i tried changing it, but that didn't had any subsequent change in block size.<br><br></div><div>BTW, my ramdisk configuration has block_size=512, block_count=262144 and platform is BBB.<br></div><div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Regards,<br></div>Udit kumar agarwal<br><a href="http://uditagarwal.in/" target="_blank">http://uditagarwal.in/</a><br></div></div>
</div></div></div></div></div>