How to merge VMWARE virtual disk files into one?
Use this command: vmware-vdiskmanager.exe" -r "source.vmdk" -t 0 "result.vmdk" It's good idea to do defragmentation of linux drive before merging: sudo e4defrag /dev/sda1; cat /dev/zero > zero.fill;sync;sleep 1;sync;rm -f zero.fill