Content deleted Content added
No edit summary Tags: Visual edit Mobile edit Mobile web edit |
exhortation ==> statement of fact |
||
Line 4:
A '''Memory Technology Device''' (MTD) is a type of [[Device file system|device file]] in [[Linux]] for interacting with [[flash memory]]. The MTD subsystem was created to provide an [[abstraction layer]] between the hardware-specific device drivers and higher-level applications. Although character and block device files already existed, their semantics don't map well to the way that flash memory devices operate.
[[USB stick]]s, [[MultiMediaCard|MMC]]s, [[Secure Digital|SD]]s, [[CompactFlash]]es and other popular removable devices
When using an MTD, the use of an MTD aware file system such as [[JFFS2]] or [[YAFFS]] is recommended. The MTD subsystem exports block devices as well, which allows the use of common filesystem like ext4. However, using an MTD this way is not recommended since there is neither detection of bad blocks nor any kind of wear leveling.
|