I have a server with an Openstack deployment on top. I've created an instance with a 10 Gb volume and an ubuntu image.
I would like to copy the volume manually using dd
in order to analyze it. The volumes are supposed to be located in /dev
with the names dm-x
, where x is a number and the ID for each volume can be identified to the instance it belongs to from the Openstack dashboard and looking into the symlink in /dev/stack-volumes-lvmdriver1-id
.
Well, once I've dd'd the desired dm-x
into a folder in my home directory, I obtain a DOS/MBR file but, shouldn't it be a logical volume?
Thanks in advance.