From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rproxy.gmail.com ([64.233.170.205]) by canuck.infradead.org with esmtp (Exim 4.42 #1 (Red Hat Linux)) id 1CePiV-00083P-3D for linux-mtd@lists.infradead.org; Tue, 14 Dec 2004 22:20:44 -0500 Received: by rproxy.gmail.com with SMTP id j1so834878rnf for ; Tue, 14 Dec 2004 19:20:41 -0800 (PST) Message-ID: Date: Tue, 14 Dec 2004 19:20:40 -0800 From: Shawn Jin To: linuxmtd Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 2.6.x cannot mount the root fs on a jffs2 image? Reply-To: Shawn Jin List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, Can 2.6.x mount the root fs on a jffs2 image? After a while of research by googling, I found that do_mounts.c was re-written quite a lot compared with 2.4.x. In 2.4.x there is root_dev_names specifying all devices can be mounted as the root fs. But there isn't such a struct any more. Probably root_device_name is the sibling? How to add jffs2 support in do_mounts.c? Thanks, -Shawn.