How to clone entire VeraCrypt encrypted system drive and mount it later on Windows 10 to copy selected files?

stil

I'm doing a fresh install of Windows and I need to make a copy of all files in my system drive so I can restore them later.

I want to clone entire drive with dd tool (I'm going to use clonezilla). Then I'm going to install fresh copy of Windows 10 and restore selected files from cloned image.

My questions are

  1. Should I make dd clone of entire drive or all partitions separately? Clonezilla allows you to choose either and I don't know which is suitable for entire system drive encryption
  2. How do I later mount that dd clone image on another system (Windows)?
stil

List of steps I ended up doing:

  1. Boot Kali Linux or any other live Linux distribution with guymager tool installed. Use guymager tool to acquire raw image of your system disk. It's much safer and usually faster than using dd by hand.
  2. You need to convert raw image to VHDX image to mount it on Windows. You're going to need vhdtool.exe and vhdxtool.exe.
  3. Firstly, convert raw image to VHD format.

    .\vhdtool.exe /convert G:\image-2017-12-29.dd
    

    Also, change its extension, because vhdtool.exe is not going to do it for you.

    Rename-Item G:\image-2017-12-29.dd G:\image-2017-12-29.vhd
    
  4. Convert VHD image to VHDX format.

    .\vhdxtool.exe upgrade -f G:\image-2017-12-29.vhd
    
  5. You now have VHDX image file that you can mount on your system and then open it with VeraCrypt.

I have even managed to boot my cloned VHD (not VHDX though) disk in VirtualBox inside the original system.

Tools you need:

vhdtool.exe

SHA-1: 0ff2994929e5a193369b3ccfdbb86551a9a416d8

vhdxtool.exe

SHA-1: 9cc4c58a9b14057d2b30107c61b6ce006b36b4eb

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to copy Windows 10 system files in Linux?

From Dev

How can user mount an encrypted file container in VeraCrypt?

From Dev

How to enable guest account to copy files to system in Windows 10?

From Dev

how mount a TIB (acronis true image file backup) which contains encrypted SYSTEM drive as physical drive, for mount it in True Crypt?

From Dev

How to access encrypted Ubuntu 16.04 files from Windows 10 in a dual boot system?

From Dev

Windows 10 won't copy files to external hard drive

From Dev

Edit a veracrypt encrypted drive from linux?

From Dev

Mounting Encrypted VeraCrypt Drive during Boot

From Dev

How to clone an entire drive to part of another?

From Dev

How to compress entire drive C in Windows including locked files?

From Dev

How can I clone an entire drive (or partition) to a smaller drive (or partition)?

From Dev

Windows 10: clone drive with relocated userprofile

From Dev

How to clone a hard drive to an image that I can open later?

From Dev

How to clone a hard drive to an image that I can open later?

From Dev

How to compress an encrypted partition or drive in Windows?

From Dev

How can I tell if my Windows 10 laptop has an encrypted drive or not?

From Dev

Windows 10 - decrypting files encrypted on the past OS

From Dev

Linux clone encrypted drive to smaller drive

From Dev

How to enable BitLocker system drive encryption on Windows 10 Home

From Dev

Copy entire file system hierarchy from one drive to another

From Dev

How to mount an Android smartphone as a drive in Windows?

From Dev

How to have a physical copy of the Windows 10 that comes with my new laptop, that can be restored later

From Dev

How to mount and de-encrypt a LUKS encrypted partition to recover files

From Dev

How to mount Veracrypt volumes from disk image

From Dev

copy files from Windows hard drive

From Dev

Entire UWP system not working on Windows 10

From Dev

I can't mount a windows 10 shared drive on Linux

From Dev

I can't mount a windows 10 shared drive

From Dev

Rsnapshot entire system drive

Related Related

  1. 1

    How to copy Windows 10 system files in Linux?

  2. 2

    How can user mount an encrypted file container in VeraCrypt?

  3. 3

    How to enable guest account to copy files to system in Windows 10?

  4. 4

    how mount a TIB (acronis true image file backup) which contains encrypted SYSTEM drive as physical drive, for mount it in True Crypt?

  5. 5

    How to access encrypted Ubuntu 16.04 files from Windows 10 in a dual boot system?

  6. 6

    Windows 10 won't copy files to external hard drive

  7. 7

    Edit a veracrypt encrypted drive from linux?

  8. 8

    Mounting Encrypted VeraCrypt Drive during Boot

  9. 9

    How to clone an entire drive to part of another?

  10. 10

    How to compress entire drive C in Windows including locked files?

  11. 11

    How can I clone an entire drive (or partition) to a smaller drive (or partition)?

  12. 12

    Windows 10: clone drive with relocated userprofile

  13. 13

    How to clone a hard drive to an image that I can open later?

  14. 14

    How to clone a hard drive to an image that I can open later?

  15. 15

    How to compress an encrypted partition or drive in Windows?

  16. 16

    How can I tell if my Windows 10 laptop has an encrypted drive or not?

  17. 17

    Windows 10 - decrypting files encrypted on the past OS

  18. 18

    Linux clone encrypted drive to smaller drive

  19. 19

    How to enable BitLocker system drive encryption on Windows 10 Home

  20. 20

    Copy entire file system hierarchy from one drive to another

  21. 21

    How to mount an Android smartphone as a drive in Windows?

  22. 22

    How to have a physical copy of the Windows 10 that comes with my new laptop, that can be restored later

  23. 23

    How to mount and de-encrypt a LUKS encrypted partition to recover files

  24. 24

    How to mount Veracrypt volumes from disk image

  25. 25

    copy files from Windows hard drive

  26. 26

    Entire UWP system not working on Windows 10

  27. 27

    I can't mount a windows 10 shared drive on Linux

  28. 28

    I can't mount a windows 10 shared drive

  29. 29

    Rsnapshot entire system drive

HotTag

Archive