Re: [Afpfs-ng-devel] Attempting AFP mount of an iPod Touch
Status: Alpha
Brought to you by:
alexthepuffin
From: Alex d. <ale...@gm...> - 2008-05-07 23:40:10
|
Zed, After the mount, what's the output of 'afp_client status'? - Alex On Wed, May 7, 2008 at 3:03 PM, Zed A. Shaw <ze...@ze...> wrote: > Hi Everyone, > > So I got this iPod Touch, and I'm a Linux user with a good collection > of music who doesn't much like the snooping and other nasty things > Apple does with iTunes. Well, I managed to get my iPod Touch to run > afpd and can mount it very nicely on a mac. Works amazingly well, from > a mac. > > Now I've got afpfs-ng 0.8.1 and fuse 2.7.3-1 for ArchLinux. > > I have /etc/fuse.conf with user_allow_other. > > I have confirmed all the networking is accessible, pings all arounds, > afp working from the mac. > > Everything *almost* works except the mount point gets hosed during the > mount, and mount_afs prints out weird messages about localhost and such: > > # mkdir /tmp/afptest > # chown zedshaw.users /tmp/afptest > # ls /tmp/afptest > # ls -l /tmp/afptest > total 0 > # ls -ld /tmp/afptest > drwxr-xr-x 2 zedshaw users 1 May 7 17:48 /tmp/afptest/ > # ls -ld /tmp/afptest > drwxr-xr-x 2 zedshaw users 1 May 7 17:48 /tmp/afptest/ > > # mount_afp -o user=zedshaw,group=users,rw > "afp://root:SECRET@192.168.11.4/iPhone Root FileSystem" /tmp/afptest > > Mounting 192.168.11.4 from iPhone Root FileSystem on /tmp/afptest > Volume iPhone Root FileSystem changes the server's encoding Mounting of > volume iPhone Root FileSystem of server localhost succeeded. > > # ls /tmp/afptest > ls: cannot access /tmp/afptest: Input/output error > # ls -l /tmp/ | grep afptest > ls: cannot access /tmp/afptest: Input/output error > ?????????? ? ? ? ? ? afptest > > Now, I can also mount the ipod via curlftpfs (although that don't work > as well), and will be trying sshfs, but ideally afpfs would be the best. > > Any pointers about why the above directory comes out all garbage? > > Thanks in advance. > > -- > Zed A. Shaw > - Hate: http://savingtheinternetwithhate.com/ > - Good: http://www.zedshaw.com/ > - Evil: http://yearofevil.com/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Afpfs-ng-devel mailing list > Afp...@li... > https://lists.sourceforge.net/lists/listinfo/afpfs-ng-devel > |