I want to mount nandsim as vfat using nftl.<br>For the reason of my board, I should use linux <a href="http://2.6.11.9">2.6.11.9</a>.<br>And in that version, nftl_format utility is not available.<br><br>I compiled MTD, nftl, nandsim and so on.<br>
(nandsim is not tristate in the version of <a href="http://2.6.11.9">2.6.11.9</a> so I couldn&#39;t make it as a module)<br><br>I can see <br>dev:&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; size &nbsp; &nbsp; erasesize&nbsp; name<br>mtd0:&nbsp; 00800000 0020000 &quot;NAND simulator partition&quot;<br>
in /proc/mtd<br><br>and I can see /dev/mtdblock0<br><br>I want to make a situation as follows<br><br>FAT<br>-------<br>NFTL<br>-------<br>MTD<br>-------<br>NANDSIM<br><br><br>I tried<br>mknod /dev/nftla b 93 0<br>mknod /dev/nftla1 b 93 1<br>
fdisk /dev/nftla<br><br>but the kernel says that<br>&quot;Unable to open /dev/nftla&quot;<br><br>I tried insmod nftl.ko on every point I could try.<br>But same error occurs.<br><br>What I should do to achieve my goal?<br>
Or where can I get information?<br><br>regards,<br>Hyojeong.<br>