public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Creating an ext3 partition on an mtd device
@ 2009-08-26 19:44 Mark Ryden
  2009-08-26 21:26 ` Justin Waters
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Ryden @ 2009-08-26 19:44 UTC (permalink / raw)
  To: linux-mtd

Hello,

I want to create an ext2 partition on an mtd device.

The is the output of cat /proc/mtd
dev:    size   erasesize  name

 mtd0: 00100000 00040000 "UBoot"
 mtd1: 00400000 00040000 "UImage"
 mtd2: 7fb00000 00040000 "Root"
 mtd3: 00800000 00010000 "spi0.0"


 I tried to create a partition with fdisk /dev/mtdblock2
 The device is /dev/mtdblock2p1
 but: mkfs.ext3 /dev/mtdblock2p1  fails

 What should I do ? Is it right in this case to use fdisk at all ?

Regards,
Mark Ryden

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-27  8:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 19:44 Creating an ext3 partition on an mtd device Mark Ryden
2009-08-26 21:26 ` Justin Waters
2009-08-27  5:59   ` Mark Ryden
2009-08-27  6:29     ` Artem Bityutskiy
2009-08-27  8:24       ` Jamie Lokier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox