Device Mapper Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Device Mapper Concepts")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


* [[Device_Mapper_Concepts#Device_Mapper_Operations|Device Mapper Concepts]]
* [[Device_Mapper_Concepts#Device_Mapper_Operations|Device Mapper Concepts]]
=dmsetup=
==ls==
<tt>dmsetup ls</tt> displays all the device mapper devices and their major and minor numbers. The minor numbers determine the name of the dm device. For example, a minor number of 3 corresponds to the multipathed device /dev/dm-3.
dmsetup ls

Latest revision as of 08:44, 24 December 2018

Internal

dmsetup

ls

dmsetup ls displays all the device mapper devices and their major and minor numbers. The minor numbers determine the name of the dm device. For example, a minor number of 3 corresponds to the multipathed device /dev/dm-3.

dmsetup ls