linux-apfs / linux-apfs-rw

APFS module for linux, with experimental write support
GNU General Public License v2.0
510 stars 34 forks source link

mount -t apfs device mountpoint #22

Closed hoan3504 closed 1 year ago

hoan3504 commented 2 years ago

mounting apfs looks ok ...but the files inside the tree structure are almost empty I have mac's rootfs from a working virtual mac (I can play jessica rhaye singing bob dylan on youtube ; so it is really working) all the filenames in directory tree look quite normal ... but its contents are simply 0 I have just followed prescription make; modprobe libcrc... and insmod apfs.ko I am not aiming at modifying files in apfs ,but just willing to clone a apfs_mojave back into hfs_mojave using tar between the 2 filesytems under linux instead of using CCC carbone clone copy thank you

eafer commented 2 years ago

That sounds like an unsupported compression algorithm. Only zlib works for now, sorry. I will try to add the others in the coming months.

eafer commented 1 year ago

All known compression algorithms should be supported now in the development branch. Since it's been more than a year and you may not care anymore, I'm just closing this issue without waiting for confirmation. Feel free to reopen if you try it out and run into problems.