I sent this email to: [EMAIL PROTECTED], not sure if that
will get through so I've posted it here to:

I don't know if this will get to the right person (new to this), but
anyway. Was able to sync to my ipod touch (1.1.2) using this tutorial:
https://help.ubuntu.com/community/PortableDevices/iPhone

However I was getting a directory not found error when trying to mount
the ipod. After checking the troubleshooting section I noticed in the
Firmware 1.1.3 section a suggestion to edit mount-umount. The line was
different than that in the tutorial;

 #Mount our Music Directory
 #work around if its 1.1.3+
 if ssh [EMAIL PROTECTED] test -d /var/mobile; then
        sshfs [EMAIL PROTECTED]:/var/mobile/Media $MOUNTPOINT/ -o
workaround=rename
 else
        sshfs [EMAIL PROTECTED]:/var/root/Media $MOUNTPOINT/ -o 
workaround=rename
 fi

The directory not found error I was having was to: /var/mobile/Media

Removing the test for 1.1.3 (as my ipod is 1.1.2) solved the problem.

Thanks to whoever put this together. Finally able to listen to all the
music that was stuck on my laptop :)

-Anntoin

-- 
test is for /var/mobile but mount depends on /var/mobile/Media
https://bugs.launchpad.net/bugs/205666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to