jief666 / hdimount

Mount apple disk image (HFS, APFS, partitioned or not, compressed, encrypted) via Fuse
GNU General Public License v3.0
33 stars 2 forks source link

Release for Debian 10 #4

Open stefan2904 opened 4 years ago

stefan2904 commented 4 years ago

I just noticed there is a build for Debian 9.

Since the project is rather hard to compile, this is very convenient.

Unfortunately that build fails on Debian 10:

hdimount-debian9 "/mnt/timemachine/laptop/Latest/Mac SSD/Users/stefan/stefan.sparsebundle" /mnt/sparsebundle/
Password: 
[1]    7509 segmentation fault hdimount-debian9  /mnt/sparsebundle/

Is it possible to provide a build for Debian 10, or an easier build script?

Thanks a lot!

jief666 commented 4 years ago

Sorry, I didn't see the message before. Looks like I didn't get any notification from github... Although I'm not sure that it can mount time machine sparsebundle. I've read they are different. Not sure.

Still need it ? I can have a look.

jief666 commented 4 years ago

Actually, the project is not hard to compile, but I didn't do any doc yet !

If you do : git clone --recurse-submodules https://github.com/jief666/hdimount.git and then ./hdimount/tools/scripts/build_hdimount It compiles on debian 10. I've just tried with Debian 10.3, install from DVD and not updated online. make sure you have packages : build-essential git zlib1g-dev libssl-dev libbz2-dev libfuse-dev libattr1-dev

kapitainsky commented 2 years ago

works like a charm! Thank you

jief666 commented 2 years ago

Good to hear. Thanks.