I have Ubuntu installed through the Microsoft Store. It seems that the duplicate functionality doesn't appear to be picking up the filesystem version correctly. The -v option says that it uses the version of the source if it isn't specified.
The registry entry for the Store install shows Version 1.
When I duplicate with the -v 1 option, everything appears to work fine.
When I duplicate without the -v option, it creates cache, data, home, mnt, and root directories as siblings of the rootfs directory. Inside the machine, everything in my /home directory is gone because it's looking at the home sibling, not rootfs\home.
I also get the same incorrect behavior if I duplicate with -v 0.
I don't know if this means anything, but if I duplicate with the -v 2 option, attempting to run that instance results in "Error: 0x80070040". I'm not worried about this, just thought I'd mention it for extra information.
Thanks,
Patrick
I have Ubuntu installed through the Microsoft Store. It seems that the duplicate functionality doesn't appear to be picking up the filesystem version correctly. The
-voption says that it uses the version of the source if it isn't specified.The registry entry for the Store install shows Version 1.
When I duplicate with the
-v 1option, everything appears to work fine.When I duplicate without the
-voption, it createscache,data,home,mnt, androotdirectories as siblings of therootfsdirectory. Inside the machine, everything in my/homedirectory is gone because it's looking at thehomesibling, notrootfs\home.I also get the same incorrect behavior if I duplicate with
-v 0.I don't know if this means anything, but if I duplicate with the
-v 2option, attempting to run that instance results in "Error: 0x80070040". I'm not worried about this, just thought I'd mention it for extra information.Thanks,
Patrick