diff options
author | Matt Colyer | 2009-02-09 19:31:27 -0800 |
---|---|---|
committer | Matt Colyer | 2009-02-09 19:31:27 -0800 |
commit | 8ee818df9b7f0527bbd6596c56eac04e144889fe (patch) | |
tree | bb296cc4fdb6e72c61660b0ebcad5a974b8c769c | |
parent | 9f1cac20cfa68d4f892ddacdd9dc01c22f335bac (diff) | |
download | ifuse-8ee818df9b7f0527bbd6596c56eac04e144889fe.tar.gz ifuse-8ee818df9b7f0527bbd6596c56eac04e144889fe.tar.bz2 |
Added some notes to the README to make it more clear.
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -35,7 +35,9 @@ Now comes the fun bit! To mount: - mount -t ifuse <device file> <mountpoint> + mount -t ifuse <device file> <mountpoint> (if installed to /sbin) + + ./mount.fuse.ifuse <device file> <mountpoint> (for local access) Note: the device file is not important and can be anything but it will show up in the mtab, so sometimes it's useful. @@ -46,7 +48,9 @@ To unmount: Currently ifuse (via the AFC protocol) only gives access to the '/var/root/Media/' chroot on the iPhone (containing music/pictures). However, if the device has been jailedbreaked a full view of the iPhone's filesystem -will be available. +will be available with the following command + + ./mount.fuse.ifuse --afc <device file> <mountpoint> ==== Setting up FUSE ==== |