-
I know I shouldn't ask stupid questions.
My iMac spoilt for no apparent reason, and I just wanted to get back the data on the Fusion Drive (SSD+HDD).
I can use apfs-fuse to mount these two storage…
-
At first I thought that problem with uid=yurikoles,gid=yurikoles, but same issue with numeric IDs.
```
$ ls /mnt -lah|grep macOS
ls: cannot access '/mnt/macOS': Permission denied
d????????? ? ? …
-
In macOS 10.15 (Catalina), the presented root volume is a combination of two volumes on disk - a System and a Data volume. These volumes can be identified by their Volume Role flags ( APFS_VOL_ROLE_SY…
-
It seems that sgan81/apfs-fuse supports both encryption (full disk) and compression (except LZFSE). Any plans to port these over?
-
See https://github.com/storaged-project/udisks/pull/536#issuecomment-401863166
I think this might only need a single file changed, but don't have time to look into a MR right now.
-
I want read a apfs-disk on windows.
I've read issues here on Github that it can't be compiled for windows due to [`uuid_t type conflict`](https://github.com/sgan81/apfs-fuse/issues/67).
So I thoug…
-
Hi, here is my environment:
bindfs 1.14.7 installed with brew
osxfuse 3.11.0 installed using official dmg file
macOS 10.15.5 Catalina
Now
`sudo bindfs ~/fake_root_dir/projects/ /projects_test/…
-
FYI.
-
Would be happy to see someday support of new [Apple FS](https://developer.apple.com/library/prerelease/content/documentation/FileManagement/Conceptual/APFS_Guide/Introduction/Introduction.html)
Apple…
-
Currently modified time is passed as created/birth time because of python's limitation (dependency on stat). This issue only affects running mac_apt in MOUNTED mode when the platform is linux.
The…