summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-02-09 19:31:27 -0800
committerGravatar Matt Colyer2009-02-09 19:31:27 -0800
commit8ee818df9b7f0527bbd6596c56eac04e144889fe (patch)
treebb296cc4fdb6e72c61660b0ebcad5a974b8c769c /README
parent9f1cac20cfa68d4f892ddacdd9dc01c22f335bac (diff)
downloadifuse-8ee818df9b7f0527bbd6596c56eac04e144889fe.tar.gz
ifuse-8ee818df9b7f0527bbd6596c56eac04e144889fe.tar.bz2
Added some notes to the README to make it more clear.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 1610373..2a2ff09 100644
--- a/README
+++ b/README
@@ -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 ====