-
Notifications
You must be signed in to change notification settings - Fork 3
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
imagemount v0.4.2 does not work for all NTFS, many ext4 filesystems #2
Comments
Hi Shasheen, I did a little bit of testing and it seems that You can also see the difference by doing the following:
This observation matches the error message which complains that it cannot read the last sector because |
Interesting. Thanks for the advice. It sounds like this might be a problem with the test case parameters rather than the utility. I'll continue to investigate. By the way, I am currently expanding your very useful |
Just to provide an update on this for anybody coming across this issue: there is active discussion and investigation of this issue happening on ticket #3 of the partclone-utils Sourceforge project. |
Hi George,
As part of my work on the Rescuezilla "Image Explorer" graphical frontend, I am evaluating, consolidating and improving partclone-util's
imagemount
tool.As best I can tell, due to a bug in partclone-utils it's not actually possible to mount an NTFS filesystem for both partclone v1 images, and partclone v2 images. The imagemount command returns success, but trying to mount the /dev/nbd1 device produces an error such as:
I have raised this bug with the upstream project partclone utils ticket #3, but since you're the author of the partclone image format v2 support in partclone-util's
imagemount
I think you (and any users cloning or forking this repository) may be interested.I guess it makes sense to keep the bulk of the discussion on partclone utils ticket #3. I've created Sourceforge Merge Request #5 to provide a reproducible test case.
I'm hoping you might have some insights that could save me time, but if not I will try and debug it myself.
Also, you may be interested in checking out Sourceforge Merge Request #6, there were two other independent implementations of mounting partclone image format v2, each apparently not knowing about the others.
The text was updated successfully, but these errors were encountered: