Public bug reported:

For some reason my ipod (1.1.2 firmware) has a /var/mobile that contains
a .forward and Library/.  Because /var/mobile exists, the mount fails...
changing the test to look for the "Media" directory (which is what
actually gets mounted) makes it work for me.  I'm not sure if I did
something strange to my ipod, but I think testing for "Media" is
probably safer anyway.

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

** Affects: ipod-convenience (Ubuntu)
     Importance: Undecided
     Assignee: Mario Limonciello (superm1)
         Status: New

** Changed in: ipod-convenience (Ubuntu)
     Assignee: (unassigned) => Mario Limonciello (superm1)

-- 
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to