This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: iPhone Fusin'
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)
Advertisement
It was very cool to see iphonedisk pop up over on Google Code.
iphonedisk is a MacFUSE file system for the iPhone, so now you can easily poke around.
$ ./mount.sh
Waiting for phone... established.
Mounting iPhone Volume...
$ ls -l /Volumes/iPhone/
total 0
drwxrwxrwx 2 root wheel 0 Dec 31 1969 DCIM
-rw-rw-rw- 1 root wheel 0 Dec 31 1969 com.apple.itunes.lock_sync
drwxrwxrwx 2 root wheel 0 Dec 31 1969 iTunes_Control
$ echo hello > /Volumes/iPhone/foo
$ ls -l /Volumes/iPhone/
total 2
drwxrwxrwx 2 root wheel 0 Dec 31 1969 DCIM
-rw-rw-rw- 1 root wheel 0 Dec 31 1969 com.apple.itunes.lock_sync
-rw-r--r-- 1 root wheel 6 Dec 31 1969 foo
drwxrwxrwx 2 root wheel 0 Dec 31 1969 iTunes_Control
$ cat /Volumes/iPhone/foo
hello
Read: iPhone Fusin'