I'm trying to create disk image files all the drives of a remote linux machine that hosts our share drive using dd. When I run df -h --total it shows several partitions. I've got a couple questions:
- Are the blue files below additional partitions?
- What does the [file] -> [file] syntax mean?
- Is it possible to create a single disk image for all the partitions using
dd? If so, how?
Here are the details about the dm-[] files:
Context:
I'm trying to convert this CentOS machine to a hyper-v vm. I've successfully converted a single partition linux machine by converting the .img file created with the dd command to a .vmdk (using VBoxManage.exe) then to a .vhd (using VBoxManage.exe again). It booted up in Hyper-V no problem. Any insight on how to P2V linux machines to Hyper-V would also be appreciated.

