Letux 400 Kernel 2.6.24.3

Issue 125: boot from jffs2 minifs on F3

Reported by Nikolaus Schaller, Aug 27, 2010

/dev/mtd3 should be a jffs2 formatted file system (since it is quite 
small for yaffs2).

Unfortunately, the automounter for the root-file-system can't 
distinguish between yaff2 and jffs2. So it falls back to yaffs2 and 
destroys the jffs2 file system.

Solution:

I think just add fs_names_setup("jffs2") to F3 key mount. 
(arch/mips/jz4730/board-minipc.c)

Created: 1 year 8 months ago by Nikolaus Schaller

Status: New

Owner: Nikolaus Schaller

Labels:
Type:Defect
Priority:Medium