Reputation: 9122
How can I browse an iOS file system (e.g. iPhone) that is connected via USB to a mac?
I know it is possible because some programs are doing it (e.g. iexplorer or even iTunes itself).
Here are some of the solutions I found:
Upvotes: 3
Views: 726
Reputation: 1499
You can have a look at libmobileidevice suite: https://github.com/libimobiledevice
Specifically ifuse: https://github.com/libimobiledevice/ifuse
Upvotes: 2