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
+-o unknown vendor unknown product Media <class IOMedia, registered, matched, $ | |
| { | |
| "Leaf" = No | |
| "Writable" = Yes | |
| "BSD Minor" = 0 | |
| "Preferred Block Size" = 4096 | |
| "BSD Major" = 14 | |
| "BSD Name" = "disk0" | |
| "Size" = 8120172544 | |
| "Content Hint" = "" |
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
#!/bin/bash | |
# Script to build futurerestore for GNU/Linux | |
# tested on Debian 9 and Ubuntu 18.04. | |
# Install libimobiledevice before running this script | |
# (https://gist.github.com/matteyeux/d7d8041a41ee8d664aaf5c3b99556ada) | |
# install liblzfse | |
git clone https://github.com/lzfse/lzfse.git | |
make -C lzfse && sudo make -C lzfse install |