<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<DIV><FONT size=2>I can't mount yaffs2ram&nbsp;file system&nbsp;on 
linux-2.6.12-mm2</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I make device like below.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>mknod /dev/mtd0 c 90 0</FONT></DIV>
<DIV><FONT size=2>mknod /dev/mtd1 c 90 2</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>but whent I try to mount a yaffs2ram file system. I get an 
error:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>[root@localhost 2.6.12]# mount -v -t yaffs2ram /dev/mtd0 
/mnt/nand<BR>mount: /dev/mtd0 is not a block device<BR></FONT></DIV>
<DIV><FONT size=2>So I make mtd0 to block device. like this:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>[root@localhost 2.6.12]# mknod /dev/mtd0 b 90 
0<BR></FONT></DIV>
<DIV><FONT size=2>and&nbsp;I try to mount again. But I get an error, 
too:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>[root@localhost 2.6.12]# mount -v -t yaffs2ram /dev/mtd0 
/mnt/nand<BR>mount: /dev/mtd0 is not a valid block device<BR></FONT></DIV>
<DIV><FONT size=2>How can I mount yaffs2ram file system???</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I'm off to debug this, but any pointers as to what to look for 
would be greatly appreciated.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Tae-hoon Lee</DIV></FONT></FONT></DIV></BODY></HTML>