From 2d43b279b70ed10dabfbce30d8b43d9e3500f954 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 14 Sep 2009 15:41:47 +0200 Subject: Update readme to consider binary rename --- README | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'README') diff --git a/README b/README index 8cab4a1..72929f6 100644 --- a/README +++ b/README @@ -2,8 +2,7 @@ INSTALLATION ================================================================================ For: - Apple iPhone/iPod Touch 1.0/1.1/1.1.1/1.2/1.3/2.0+ - + iPod USB cable + Apple iPhone/iPod Touch + iPod USB cable You must have: libiphone @@ -35,29 +34,27 @@ Now comes the fun bit! To mount: - mount -t fuse.ifuse (if installed to /sbin) - - ./mount.fuse.ifuse (for local access) + $ ifuse 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 either do: - umount -or - fusermount -u +To unmount you do: + $ fusermount -u -Currently ifuse (via the AFC protocol) only gives access to the +By default, 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 +if the device has been jailedbroken, a full view of the iPhone's filesystem +will be available using the following command when mounting + + $ ifuse --root + +Addtional help can be shown using: - ./mount.fuse.ifuse --root + $ ifuse --help ==== Setting up FUSE ==== @@ -74,7 +71,6 @@ You can check your membership of the 'fuse' group with: If you have just added yourself, you will need to logout and log back in for the group change to become visible. - == Who/what/where? == wiki: @@ -90,4 +86,5 @@ mailing list: http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com updated: - 2009-03-28 + 2009-09-13 + -- cgit v1.1-32-gdbae