From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [61.155.106.76] (helo=www.mid-fun.com) by bombadil.infradead.org with esmtps (Exim 4.69 #1 (Red Hat Linux)) id 1MLxI7-0007MH-Tq for linux-mtd@lists.infradead.org; Wed, 01 Jul 2009 10:44:01 +0000 Subject: Re: about ubiformat mtdblock From: tommy To: dedekind@infradead.org In-Reply-To: <1246441852.20721.13.camel@localhost.localdomain> References: <1246010592.12367.0.camel@tommy-desktop> <1246013172.9487.66.camel@localhost.localdomain> <1246074583.4250.4.camel@tommy-desktop> <1246102372.9487.80.camel@localhost.localdomain> <1246241677.7834.5.camel@tommy-desktop> <1246373466.20721.12.camel@localhost.localdomain> <1246409674.6221.1.camel@tommy-desktop> <1246441852.20721.13.camel@localhost.localdomain> Content-Type: text/plain; charset=UTF-8 Date: Wed, 01 Jul 2009 18:43:46 +0800 Message-Id: <1246445026.10830.0.camel@tommy-desktop> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , my kernel command line is booting from ubif0_0 (rootfs),can't mount again ,because ubifs0_0 is also in / On δΈ‰, 2009-07-01 at 12:50 +0300, Artem Bityutskiy wrote: > On Wed, 2009-07-01 at 08:54 +0800, tommy wrote: > > No > > root@localhost:/# mount > > rootfs on / type rootfs (rw) > > ubi0:ubifs1 on / type ubifs (rw) > > proc on /proc type proc (rw) > > sysfs on /sys type sysfs (rw) > > ubi0:ubifs1 on /dev/.static/dev type ubifs (rw) > > tmpfs on /dev type tmpfs (rw) > > ubi1:data on /media type ubifs (rw) > > tmpfs on /var type tmpfs (rw) > > root@localhost:/# > > I mean can you mount it if you do it by hand, not via > fstab. I.e., call mount -t ubifs ... >