Utility script to mount iOS photos and app files on linux, built around ifuse
- Both CLI and GUI, automatically determined by how you launch it
- Mount both common filesystem (which contains photos and other generic data) and individual app document folders
- Fully interactive and very easy to use
iOS-Mount is available on the AUR
Install it with an AUR helper (eg. paru or yay) or manually (makepkg -si
)
Close this repo, cd into it and install with make:
git clone https://github.com/Willy-JL/iOS-Mount
cd iOS-Mount
sudo make install
- bash
- ifuse
- zenity (for GUI)