Not logged in : Login

About: Device mapper     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Idea105833840, within Data Space : ods-qa.openlinksw.com:8896 associated with source document(s)

The device mapper is a framework provided by the Linux kernel for mapping physical block devices onto higher-level virtual block devices. It forms the foundation of the logical volume manager (LVM), software RAIDs and dm-crypt disk encryption, and offers additional features such as file system snapshots. This article focuses on the device mapper implementation in the Linux kernel, but the device mapper functionality is also available in both NetBSD and DragonFly BSD.

AttributesValues
type
sameAs
wasDerivedFrom
dbpedia-owl:abstract
  • O mapeador de dispositivos (do inglês device mapper) é um framework fornecido pelo núcleo do Linux para mapear dispositivos de bloco físicos em dispositivos virtuais de bloco de alto nível. Ele forma a base do Logical Volume Manager (LVM), RAIDs de software e criptografia de disco dm-crypt, e oferece recursos adicionais como cópia instantânea de volume do sistema. O mapeador de dispositivos trabalha por meio da passagem de dados de um dispositivo de bloco virtual, que é fornecido pelo mapeador de dispositivos propriamente dito, para outro dispositivo de bloco. Os dados também podem ser modificados em transição, que é realizada, por exemplo, no caso do mapeador de dispositivos fornecer criptografia de disco ou simulação de comportamento de hardware não confiável. Este artigo foca na implementação do mapeador de dispositivos no núcleo do Linux, mas sua funcionalidade também está disponível no NetBSD e no DragonFly BSD.
  • Der Device Mapper ist ein Teil des Linux-Kernels (seit 2.6). Er erlaubt die Erzeugung virtueller blockorientierter Geräte, indem er deren Adressbereich auf andere blockorientierte Geräte oder spezielle Funktionen abbildet. Der Device Mapper wird vor allem für den Logical Volume Manager (LVM) und Geräteverschlüsselung genutzt. Der Device Mapper stellt einige Funktionen zur Verfügung, die LVM benötigt (und die in früheren Linux-Versionen integraler Bestandteil von LVM waren): Erzeugung und Verwaltung der blockorientierten Geräte, Snapshots (inklusive Zurückschreiben der Änderungen ins Ursprungsgerät ("Merge")) sowie diverse RAID-Funktionen (insbesondere Striping (Level 0) und Mirroring (Level 1)). Dank der Herauslösung aus LVM können diese Funktionen nun auch mit anderen blockorientierten Geräten (z. B. Festplatten(partitionen) und loop devices) genutzt werden. LVM und cryptsetup (LUKS) stellen Funktionen einer höheren Ebene zur Verfügung und schirmen den Benutzer so von den Details ab, die für den unmittelbaren Umgang mit dem Device Mapper (dmsetup) erforderlich sind. Geräte des Device Mappers können im laufenden Betrieb (beschreibbar eingehängtes Dateisystem) blockiert und weitgehend umkonfiguriert werden. Seit der Kernelversion 3.2 unterstützt der Device Mapper auch Thin Provisioning. Ähnlich wie LVM setzt auch die Multipath-Funktion auf dem Device Mapper auf.
  • Device mapper (dm) — подсистема (модуль) ядра Linux, позволяющая создавать виртуальные блочные устройства (ВБУ). При обращении к таким устройствам выполняется ряд действий, в число которых обычно входит чтение/запись данных с других блочных устройств (БУ). Подсистема используется для реализации менеджера логических томов LVM, программного RAID, системы шифрования дисков dm-crypt. Одной из возможностей подсистемы является создание снимков файловой системы. Возможности dm также предоставляются одноимённой подсистемой ядра ОС DragonFly BSD. На этой странице описана реализация dm для ядра Linux.
  • Dans le noyau Linux, la carte des périphériques (device-mapper en anglais) sert de framework générique pour créer une projection d'un périphérique bloc ("mapper" le périphérique) sur un autre. Elle est à la base de LVM2 et , des RAIDs logiciels, ou encore du chiffrement de disque par dm-crypt et offre des fonctionnalités supplémentaires telles que l'instantané de système de fichiers (file-system snapshot). La carte des périphériques fonctionne en traitant les données que lui transmet un périphérique bloc virtuel (fourni par elle-même), et en passant les données résultantes à un autre périphérique bloc. * Portail de l’informatique
  • The device mapper is a framework provided by the Linux kernel for mapping physical block devices onto higher-level virtual block devices. It forms the foundation of the logical volume manager (LVM), software RAIDs and dm-crypt disk encryption, and offers additional features such as file system snapshots. Device mapper works by passing data from a virtual block device, which is provided by the device mapper itself, to another block device. Data can be also modified in transition, which is performed, for example, in the case of device mapper providing disk encryption or simulation of unreliable hardware behavior. This article focuses on the device mapper implementation in the Linux kernel, but the device mapper functionality is also available in both NetBSD and DragonFly BSD.
dbpedia-owl:thumbnail
dbpedia-owl:wikiPageExternalLink
dbpedia-owl:wikiPageID
dbpedia-owl:wikiPageRevisionID
comment
  • The device mapper is a framework provided by the Linux kernel for mapping physical block devices onto higher-level virtual block devices. It forms the foundation of the logical volume manager (LVM), software RAIDs and dm-crypt disk encryption, and offers additional features such as file system snapshots. This article focuses on the device mapper implementation in the Linux kernel, but the device mapper functionality is also available in both NetBSD and DragonFly BSD.
  • Dans le noyau Linux, la carte des périphériques (device-mapper en anglais) sert de framework générique pour créer une projection d'un périphérique bloc ("mapper" le périphérique) sur un autre. Elle est à la base de LVM2 et , des RAIDs logiciels, ou encore du chiffrement de disque par dm-crypt et offre des fonctionnalités supplémentaires telles que l'instantané de système de fichiers (file-system snapshot). * Portail de l’informatique
  • O mapeador de dispositivos (do inglês device mapper) é um framework fornecido pelo núcleo do Linux para mapear dispositivos de bloco físicos em dispositivos virtuais de bloco de alto nível. Ele forma a base do Logical Volume Manager (LVM), RAIDs de software e criptografia de disco dm-crypt, e oferece recursos adicionais como cópia instantânea de volume do sistema. Este artigo foca na implementação do mapeador de dispositivos no núcleo do Linux, mas sua funcionalidade também está disponível no NetBSD e no DragonFly BSD.
  • Der Device Mapper ist ein Teil des Linux-Kernels (seit 2.6). Er erlaubt die Erzeugung virtueller blockorientierter Geräte, indem er deren Adressbereich auf andere blockorientierte Geräte oder spezielle Funktionen abbildet. Der Device Mapper wird vor allem für den Logical Volume Manager (LVM) und Geräteverschlüsselung genutzt. Der Device Mapper stellt einige Funktionen zur Verfügung, die LVM benötigt (und die in früheren Linux-Versionen integraler Bestandteil von LVM waren): Erzeugung und Verwaltung der blockorientierten Geräte, Snapshots (inklusive Zurückschreiben der Änderungen ins Ursprungsgerät ("Merge")) sowie diverse RAID-Funktionen (insbesondere Striping (Level 0) und Mirroring (Level 1)). Dank der Herauslösung aus LVM können diese Funktionen nun auch mit anderen blockorientierten Ge
  • Device mapper (dm) — подсистема (модуль) ядра Linux, позволяющая создавать виртуальные блочные устройства (ВБУ). При обращении к таким устройствам выполняется ряд действий, в число которых обычно входит чтение/запись данных с других блочных устройств (БУ). Подсистема используется для реализации менеджера логических томов LVM, программного RAID, системы шифрования дисков dm-crypt. Одной из возможностей подсистемы является создание снимков файловой системы. Возможности dm также предоставляются одноимённой подсистемой ядра ОС DragonFly BSD. На этой странице описана реализация dm для ядра Linux.
label
  • Carte des périphériques
  • Device Mapper
  • Device mapper
  • Device mapper
  • Mapeador de dispositivos
dbpprop:wikiPageUsesTemplate
described by
topic
depiction
  • External Image
http://purl.org/li...ics/gold/hypernym
Subject
is primary topic of
dbpedia-owl:wikiPageLength
dbpedia-owl:wikiPageWikiLink
Faceted Search & Find service v1.17_git55 as of Mar 01 2021


Alternative Linked Data Documents: ODE     Content Formats:       RDF       ODATA       Microdata      About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3322 as of Mar 14 2022, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (7 GB total memory)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software