-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mounting restored partition-images fails. #261
Comments
Since one told me, option
Now trying to mount this image:
Since Windows 10, Build 1809 can mount this partition and linux live systems could do the same, I'd assume it a correct NTFS.
Restoring was done with |
Hi To check this image, you can try allocating or dd to create a raw file first. The fatlocate is better to create a small raw file. and also try to do it step by step, NOT use pipe, so we can make sure the image is fine to restore. -C for you is not necessary. I have a small test reference:
|
Since one meant to try it without piping:
No errors so far!
Gives the same error. |
It worked restoring the whole Disk within a virtual machine. The partition was mountable afterwards via network block devices:
Afterwards an
Breaking it down it revealed that the Disk had two partition tables: one mbr, the second gpt and these were not in sync. It looks like |
Had a partclone produced image restored into a rwa image file using
Now trying to mount this image using:
I found some descriptions to work with
imagemount
from packetpartclone-util
but this did not work either. I'm assuming descriptions on how to mount such images broken?The text was updated successfully, but these errors were encountered: