[OT?] File system recommendation for SD cards

David Woodhouse dwmw2 at infradead.org
Thu May 18 07:49:04 EDT 2006


On Thu, 2006-05-18 at 11:46 +0200, Albrecht Dreß wrote:
> Would using JFFS2 on the SD card improve the lifetime of the device?

Possibly, yes.

> Does anyone have experiences about the achievable lifetime in my
> scenario, for both vfat or jffs2?
> How would I practically set up a jffs2 fs on the sd card?

The SD card won't present itself as a normal flash device. It has flash
_internally_ but you can't get at it directly -- you can only treat it
like a hard drive with 512-byte sectors. So you need to use the
'block2mtd' driver so that you can use it as an MTD device and use JFFS2
on it.

-- 
dwmw2





More information about the linux-mtd mailing list