-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unable to mount file system with msys-mingw64 build #76
Comments
This is an experimental project, can you try on a different architecture (e.g. native Linux) to rule out any issue with your msys-mingw64 build |
thanks, i will try it tomorrow and let you know its night here |
i just tried on linux ubuntu:
but for this one not working at all, i get permission issue even if i use sudo :
|
any indication if this is an unsupported format feature? or are you running with debug output? if so it can take quite a bit longer to generate all the output. |
ramdisk.dmg is around 100MB but the other one is around 2Gb i didnt tried mount with verbose mode, i will try now |
what type of dmg file are these? (libfsapfs only supports RAW storage media images and not specific UDIF formats https://github.com/libyal/libmodi/blob/main/documentation/Mac%20OS%20disk%20image%20types.asciidoc) does ramdisk contain a file system from RAM? |
those are from ipsw of apple restore image, they add this new format on iOS from ios16, on macos i think they add on ventura(not sure) |
can you post here or drop me a mail on what you mean with this or how to reproduce this test data? |
here example:
if you want to download, around 02GB file :
|
wonder if you already checked this: |
yes multiple versions over time, but the file system continuous to evolve over time. Also the library is working for most of the existing test case I have/know of. |
also if i use apfs-fuse on wsl2-ubuntu about that dmg file, it mount like that(contents) :
|
apfs-fuse has built in UDIF dmg support, are you sure you are not running into that as an issue? |
i installed apfs-fuse just after, so i dont think the issue is related with that |
I mean that the DMG you are using as input is not in the supported format. I'll take a look when time permits. |
|
yes this one : 097-31042-021.dmg the file with +02GB |
These might be in the IM4P format
libfsapfs requires a "raw" file system data |
my test was on ios16.4 and ios16.5 it was raw :
try on ios16.5 ipsw you will see its the raw one, seem they add im4p on 16.7 |
Please don't use screenshots in issue reports they are not universally accessible.
Again, can you point me to the correct test data? If you are not specific or keep changing the test parameters I cannot reproduce the issue.
Thanks, I'll give it a try later. |
Still no 078-24038-344-16.4.dmg
|
for 16.5 its this dmg : 096-04666-078.dmg |
is this mean not supported to be mounted?
the build used msys-mingw64 and libfuse is from winfsp
some stack:
The text was updated successfully, but these errors were encountered: