Hi,<br><br>Looking in the fileio sample it looks pretty simple to register a IMFS device, but could i have some guidance on how best to setup an IMFS root, IMFS store on SRAM and a RFS store on NOR Flash.<br><br>Is it possible/sensible to use an IMFS filesystem as both a root filesystem and also as storage filesystem as you would on linux ?<br>
<br>e.g IMFS would provide<br><br>/etc<br>/sram <- which is a 256k block<br>/flash <- which is a mounted RFS 4M block of NOR<br><br>Registering the IMFS device driver looks simple enough, but when it comes to mounting and formating both IMFS and RFS i am slightly confused. <br>
<br>The RFS wiki entry shows using rtems_rtfs_format() and the standard mount() call with a rtems_filesystem_mount_table_entry structure. But the fileio sample shows using rtems_fsmount() passing in an fstab_t structure.<br>
<br>Also is RFS support a configure time option that i need to have enable previously ?<br><br><div><br>regards</div><div>---</div><div>Matthew J Fletcher</div><br>