From f7cc2a1bf81ac4dd6cee6df6a62721bea296daed Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sat, 28 Mar 2009 12:44:30 +0100 Subject: [PATCH] Update README. Filesystem type is fuse.ifuse and not ifuse. --- README | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README b/README index 749e661..6579685 100644 --- a/README +++ b/README @@ -35,22 +35,29 @@ Now comes the fun bit! To mount: - mount -t ifuse (if installed to /sbin) + mount -t fuse.ifuse (if installed to /sbin) ./mount.fuse.ifuse (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. +Note: + The device file is not important and can be anything but it will show up + in the mtab, so sometimes it's useful. + If you mount your device as regular user, system migth complain that file + /etc/fuse.conf is not readable. It means you do not belong to the 'fuse' + group (see below). -To unmount: +To unmount either do: umount +or + fusermount -u + 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 with the following command - ./mount.fuse.ifuse --afc + ./mount.fuse.ifuse --afc2 ==== Setting up FUSE ==== @@ -83,4 +90,4 @@ mailing list: http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com updated: - 2009-03-23 + 2009-03-28 -- 1.5.6.3