Memory Technology Device

This is an old revision of this page, as edited by Palosirkka (talk | contribs) at 18:22, 3 October 2010 (to underline the fact your usb flash sticky isn't a mtd). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Memory technology devices (MTD) are a new type of 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.

Not a MTD but a block device

Do not be confused by USB sticks, MMCs, SDs, CompactFlashes and other popular removable devices. Although they are also called "flash", they are not MTD devices.[1]

References