About: Memory Technology Device     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FMemory_Technology_Device

A Memory Technology Device (MTD) is a 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. USB sticks, MMCs, SDs, CompactFlashes and other popular removable devices are not MTDs. Although they contain flash memory, this is hidden behind a block device interface using a Flash Translation Layer.

AttributesValues
rdf:type
rdfs:label
  • Memory Technology Device (cs)
  • Memory Technology Device (de)
  • Memory Technology Device (en)
  • Memory Technology Device (ja)
  • MTD (zh)
rdfs:comment
  • Memory Technology Device (zkratka MTD) je typ vestavěné flash paměti používaný v počítačích. MTD zařízení pracují podobně jako paměť, avšak jsou v počítači používána jako bloková zařízení (pevný disk, CD, DVD, …). Proto používají softwarovou mezivrstvu (Flash Translation Layer), která tyto paměťová zařízení prezentuje jako bloková zařízení, což však přináší výkonové problémy, které se projevují výrazným zaostáváním SSD disků za klasickými pevnými disky. Obsluha MTD zařízení je obtížnější, než u klasických blokových zařízení. (cs)
  • Memory Technology Device(メモリ・テクノロジ・デバイス、MTD)は、フラッシュメモリに作用するLinuxのデバイスファイルである。 MTDサブシステムは、ハードウェア固有のデバイス・ドライバとより高水準アプリケーションの間で抽象化レイヤーを提供する。キャラクタデバイスファイルやブロックデバイスファイルがすでに存在するが、それらのセマンティクスはフラッシュメモリデバイスの動作には対応しない。 USBメモリ、マルチメディアカード、SDメモリーカード、コンパクトフラッシュなどのよく使われるリムーバブルメディアは、MTDとは異なる。これらの物もフラッシュメモリを使用しているが、フラッシュメモリはによってブロックデバイスインターフェースの後に遮蔽される。 MTDを使用するときは、JFFS2やYAFFSのようなMTDに対応したファイルシステムを使用することが推奨される。MTDサブシステムはブロックデバイスをエクスポートし、それによりext4のような一般のファイルシステムを使用可能にする。しかし、これらのファイルシステムは、フラッシュメモリに特有なウェアレベリングへの対応がないため、MTDで使用することは推奨されない。 (ja)
  • 記憶體技術設備(英語:Memory Technology Device,縮寫為 MTD),是Linux系統中设备文件系统的一個類別,主要用於快閃記憶體的應用,是一種快閃記憶體轉換層(Flash Translation Layer,FTL)。創造MTD子系統的主要目的是提供一個介於快閃記憶體硬體驅動程式與高階應用程式之間的抽象層。 因為具備以下特性,所以 MTD 裝置和硬碟相較之下,處理起來要複雜許多: * 具有 eraseblocks 的特微,而不是像硬碟一樣使用叢集。 * eraseblocks (32KiB ~ 128KiB) 跟硬碟的 sector size(512 到 1024 bytes)比起來要大很多。 * 操作上主要分作三個動作: 從 eraseblock 讀取、寫入 eraseblock 、還有就是清除 eraseblock 。 * 壞掉的 eraseblocks 無法隱藏,需要軟體加以處理。 * eraseblocks 的壽命大約會在 104 到 105 的清除動作之後結束。 像USB隨身碟、多媒体记忆卡(MMC)、SD卡、CF卡等其他流行的可移動儲存器要和MTD區分開來,雖然它們也叫“flash”,但它們不是使用MTD技術的儲存器。 (zh)
  • Memory Technology Device (MTD) ist ein Subsystem unter Linux, welches als Abstraktionsschicht für den Zugriff auf den Speicher eines Linux-Systems dient. MTD bietet eine vereinheitlichte Schnittstelle für Speicher-Bausteine, die zwischen den vielfältigen hardwarespezifischen Gerätetreibern und den oberen Schichten eines Systems vermittelt. Zum Einsatz kommt MTD primär für Flash-Speicher. Ein Vorzug von MTD ist, dass die Anwender dieser Abstraktionsschicht keine Kenntnisse über Interna der darunterliegenden Schichten (z. B. welches Dateisystem: FTL, FFS2) besitzen müssen. Des Weiteren kann von diesen oberen Ebenen beim Wechsel des Flash-Speichers dieselbe API weiterverwendet werden. (de)
  • A Memory Technology Device (MTD) is a 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. USB sticks, MMCs, SDs, CompactFlashes and other popular removable devices are not MTDs. Although they contain flash memory, this is hidden behind a block device interface using a Flash Translation Layer. (en)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Macronix_MX29LV320ATTC-70G_20110908.jpg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
thumbnail
has abstract
  • Memory Technology Device (zkratka MTD) je typ vestavěné flash paměti používaný v počítačích. MTD zařízení pracují podobně jako paměť, avšak jsou v počítači používána jako bloková zařízení (pevný disk, CD, DVD, …). Proto používají softwarovou mezivrstvu (Flash Translation Layer), která tyto paměťová zařízení prezentuje jako bloková zařízení, což však přináší výkonové problémy, které se projevují výrazným zaostáváním SSD disků za klasickými pevnými disky. Obsluha MTD zařízení je obtížnější, než u klasických blokových zařízení. (cs)
  • Memory Technology Device (MTD) ist ein Subsystem unter Linux, welches als Abstraktionsschicht für den Zugriff auf den Speicher eines Linux-Systems dient. MTD bietet eine vereinheitlichte Schnittstelle für Speicher-Bausteine, die zwischen den vielfältigen hardwarespezifischen Gerätetreibern und den oberen Schichten eines Systems vermittelt. Zum Einsatz kommt MTD primär für Flash-Speicher. Ein Vorzug von MTD ist, dass die Anwender dieser Abstraktionsschicht keine Kenntnisse über Interna der darunterliegenden Schichten (z. B. welches Dateisystem: FTL, FFS2) besitzen müssen. Des Weiteren kann von diesen oberen Ebenen beim Wechsel des Flash-Speichers dieselbe API weiterverwendet werden. MTD grenzt sich von den Gerätetreibern für USB, MMC oder SD-Karten ab. Für letztere werden Block Devices verwendet, die den physischen Datenzugriff intern regeln, während MTD für Rohformate von Flash-Speichern vorgesehen ist. Als Unix-Gerät taucht ein derartig vom Linux-Kernel angesprochener Speicher meist als /dev/mtdblock¿ auf wobei ¿ hier für eine mit 0 beginnende Nummer steht, 0 ist das erste so angesprochene Gerät, folgende werden entsprechend der Verfügbarkeit automatisch durchnummeriert. Bei älteren Systemen ist vorher mit mknode ein entsprechender Knoten mit id 31/¿ anzulegen, wobei ¿ wiederum der entsprechenden Nummer ebenso 0determint dient. Die mtdblock-Schnittstelle wird auch für sich im Hauptspeicher befindliche images z. B. beim Starten eines Live-Systems mit Hilfe von memdisk verwendet. (de)
  • A Memory Technology Device (MTD) is a 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. USB sticks, MMCs, SDs, CompactFlashes and other popular removable devices are not MTDs. Although they contain flash memory, this is hidden behind a block device interface using a Flash Translation Layer. 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. (en)
  • Memory Technology Device(メモリ・テクノロジ・デバイス、MTD)は、フラッシュメモリに作用するLinuxのデバイスファイルである。 MTDサブシステムは、ハードウェア固有のデバイス・ドライバとより高水準アプリケーションの間で抽象化レイヤーを提供する。キャラクタデバイスファイルやブロックデバイスファイルがすでに存在するが、それらのセマンティクスはフラッシュメモリデバイスの動作には対応しない。 USBメモリ、マルチメディアカード、SDメモリーカード、コンパクトフラッシュなどのよく使われるリムーバブルメディアは、MTDとは異なる。これらの物もフラッシュメモリを使用しているが、フラッシュメモリはによってブロックデバイスインターフェースの後に遮蔽される。 MTDを使用するときは、JFFS2やYAFFSのようなMTDに対応したファイルシステムを使用することが推奨される。MTDサブシステムはブロックデバイスをエクスポートし、それによりext4のような一般のファイルシステムを使用可能にする。しかし、これらのファイルシステムは、フラッシュメモリに特有なウェアレベリングへの対応がないため、MTDで使用することは推奨されない。 (ja)
  • 記憶體技術設備(英語:Memory Technology Device,縮寫為 MTD),是Linux系統中设备文件系统的一個類別,主要用於快閃記憶體的應用,是一種快閃記憶體轉換層(Flash Translation Layer,FTL)。創造MTD子系統的主要目的是提供一個介於快閃記憶體硬體驅動程式與高階應用程式之間的抽象層。 因為具備以下特性,所以 MTD 裝置和硬碟相較之下,處理起來要複雜許多: * 具有 eraseblocks 的特微,而不是像硬碟一樣使用叢集。 * eraseblocks (32KiB ~ 128KiB) 跟硬碟的 sector size(512 到 1024 bytes)比起來要大很多。 * 操作上主要分作三個動作: 從 eraseblock 讀取、寫入 eraseblock 、還有就是清除 eraseblock 。 * 壞掉的 eraseblocks 無法隱藏,需要軟體加以處理。 * eraseblocks 的壽命大約會在 104 到 105 的清除動作之後結束。 像USB隨身碟、多媒体记忆卡(MMC)、SD卡、CF卡等其他流行的可移動儲存器要和MTD區分開來,雖然它們也叫“flash”,但它們不是使用MTD技術的儲存器。 (zh)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 49 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software