From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: /proc/mtd and flash information From: David Woodhouse To: Ricard Wanderlof In-Reply-To: References: Content-Type: text/plain Date: Fri, 27 Oct 2006 16:23:16 +0300 Message-Id: <1161955396.7638.57.camel@shinybook.infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: Linux mtd List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2006-10-27 at 14:44 +0200, Ricard Wanderlof wrote: > It seems to me that /proc/mtd is a little short on information. > > It would be nice to see the type of media (NOR, NAND etc), write and oob > size (for NAND), perhaps a couple of other things for NAND such as the > number of bad blocks within a partition. Sensible idea, but do it with class_devices in sysfs. -- dwmw2