Device Mapper Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux Storage Concepts =Overview= Device Mapper is a kernel-based framework for volume management. It maps Linux 7...")
 
Line 6: Line 6:


Device Mapper is a kernel-based framework for volume management. It maps [[Linux 7 Storage Concepts#Block_Devices|physical block devices]] onto higher level '''virtual block devices'''. Device mapper also offers file system snapshots and thin provisioning.  
Device Mapper is a kernel-based framework for volume management. It maps [[Linux 7 Storage Concepts#Block_Devices|physical block devices]] onto higher level '''virtual block devices'''. Device mapper also offers file system snapshots and thin provisioning.  
The device mapper framework is the foundation of logical volume manager (LVM), software RAIDs, dm-crypt disk encryption and [[Docker device-mapper Storage Backend#Overview|Docker device-mapper storage backend]]
The device mapper framework is the foundation of [[Linux_Logical_Volume_Management_Concepts|logical volume manager (LVM)]], software RAIDs, dm-crypt disk encryption and [[Docker device-mapper Storage Backend#Overview|Docker device-mapper storage backend]]

Revision as of 18:51, 15 December 2018

Internal

Overview

Device Mapper is a kernel-based framework for volume management. It maps physical block devices onto higher level virtual block devices. Device mapper also offers file system snapshots and thin provisioning. The device mapper framework is the foundation of logical volume manager (LVM), software RAIDs, dm-crypt disk encryption and Docker device-mapper storage backend