blob: d0087f79ebe9223aa6caf6896815e78e41e5c40f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
To mount your iGadget you first need to launch usbmuxd; see...
$ usbmuxd --help
...for help. Then, plug in your device and run iFuse:
# ifuse -o allow_other /mnt/ipod
After that, you'll be able to reach its files and use, e.g., gtkpod to
add/delete music/pictures.
EOM
}
]
|