My scenario :
I have 100 Gb of data that contain a lot of folders and files , so is there a way to create a VHD file from this folders and files ?
Any help is thankful .
My scenario :
I have 100 Gb of data that contain a lot of folders and files , so is there a way to create a VHD file from this folders and files ?
Any help is thankful .
I believe the best way to proceed in your case would be:
Create .VHDX with required size: https://www.windowscentral.com/how-create-and-set-vhdx-or-vhd-windows-10
Move all your files to a newly created and attached disk (.VHDX-based)
If you can live with the need to copy the data to the vhd and not just convert it then the user xhafan did answer this on SF ~2 years ago.
full qoute:
This article explains how to do this.
in short for windows 7/2008: go to computer management, click disk management, right click disk management, click create VHD, enter location. Select the disk, right click, initialize with MBR, right click "unallocated" string, click new simple volume, etc, map the drive letter.
Then copy your files and folder to the drive letter, once done, right click the disk (on the left side) and select detach VHD.