Device Mapper Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:


{{Internal|Linux Logical Volume Management Concepts|Logical Volume Management Concepts}}
{{Internal|Linux Logical Volume Management Concepts|Logical Volume Management Concepts}}
==/dev/mapper==
The entries in /dev/mapper are LVM [[Linux_Logical_Volume_Management_Concepts#Logical_Volume_.28LV.29|logical volumes]].


=RAID=
=RAID=


{{Internal|RAID Concepts|RAID Concepts}}
{{Internal|RAID Concepts|RAID Concepts}}
=/dev/mapper=
The entries in /dev/mapper are LVM [[Linux_Logical_Volume_Management_Concepts#Logical_Volume_.28LV.29|logical volumes]].


=Device Mapper Operations=
=Device Mapper Operations=


{{Internal|Device Mapper Operations|Device Mapper Operations}}
{{Internal|Device Mapper Operations|Device Mapper Operations}}

Revision as of 08:47, 24 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

Encryption

dm-crypt

Logical Volume Management

Logical Volume Management Concepts

/dev/mapper

The entries in /dev/mapper are LVM logical volumes.

RAID

RAID Concepts

Device Mapper Operations

Device Mapper Operations