Created
September 26, 2020 08:44
-
-
Save romdim/58b4ce14ef0517241abab4b9d8a33d32 to your computer and use it in GitHub Desktop.
Install apfs-fuse in Ubuntu 20.04 LTS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt install fuse libfuse-dev libicu-dev bzip2 libbz2-dev cmake git libattr1-dev zlib1g-dev g++ | |
sudo snap install cmake --classic | |
git clone https://github.com/sgan81/apfs-fuse.git | |
cd apfs-fuse | |
git submodule init | |
git submodule update | |
mkdir build | |
cd build | |
cmake .. | |
ccmake . | |
# Choose fuse3 off -> c -> g -> q | |
make | |
sudo ./apfs-fuse /path/to/device /path/to/destination |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my latest adventures, I needed the following: