On a CentOS 5 server:
fdisk -l 2>/dev/null
shows many /dev-dm-XX disks.
/proc/mdstatis empty, so they are not software RAIDsps -ef | grep -i multipath | grep -v grepandmultipath -llshows NOTHING! So they are not disks from multipath.- all have an old "last modification timestamp: 1 year ago
strings $(/dev/dm-16 | head)for example, shows that there are/were (?) data on them!mount | grep dmgives nothingpvs | grep dmgives nothing
Question: what are these dm- disks?
The LVM Volume Group for the OS uses a local disk, that's ok, we are searching that what are these "dm-*" disks :)
dmsetup table- if you're using LVM then it's your logical volumes. – frostschutz Mar 14 '17 at 09:07