VM image converter (VMDK, VHD, VHDX, IMG, RAW, QCOW and QCOW2), P2V migrator
-
pkirill@veanea.org
- Posts: 1
- Joined: Mon Oct 06, 2025 5:01 pm
Mon Oct 06, 2025 6:42 pm
Hello - I'm brand new to V2V and working on migrating a VMware Workstation VM to MS Hyper-V. I have successfully connected and created a VM on the Hyper-V server, but it is just the Ubuntu 22.04 OS without any of the files, apps, etc. I guess I don't know if this is expected behavior or some went squirrelly. Any assistance would be much appreciated! Thanks!
-
yaroslav (staff)
- Staff
- Posts: 4309
- Joined: Mon Nov 18, 2019 11:11 am
Mon Oct 06, 2025 9:26 pm
Welcome to StarWind Forum! V2V does alter the data while converting: it just takes the disk and remaps it in a new format. In other words, the source and destination VM have the same data.
Please double-check the source VM.
-
nrowland
- Posts: 4
- Joined: Tue Oct 07, 2025 10:37 pm
Tue Oct 07, 2025 10:42 pm
In some cases, the Linux filesystem does not map the old disks or partitions to their places in the filesystem. Do remember that the OS is seeing a new SCSI or IDE controller instead of the old virtual hardware. Consult a Linux guru though, I'm a Windows guy.
-
dietstaysail
- Posts: 1
- Joined: Mon Nov 24, 2025 4:04 am
-
Contact:
Mon Nov 24, 2025 4:06 am
yaroslav (staff) wrote: ↑Mon Oct 06, 2025 9:26 pm
Welcome to StarWind Forum! V2V does alter the data while converting: it just takes the disk and remaps it in a new format. In other words, the source and destination VM have the same data.
Please double-check the source VM.
Thanks for always listening and sharing solutions to problems quickly.