Results 1 to 4 of 4

Thread: iPod mount permissions problem

  1. #1
    Join Date
    Dec 2007
    Location
    /home/USA/CT
    Beans
    294
    Distro
    Ubuntu 12.04 Precise Pangolin

    iPod mount permissions problem

    I have a jail broken iPod touch which works in Hardy with gtkpod(sort of, can't write to it) and amarok.

    I'm trying to get them to work in Jaunty. I can mount the iPod, but can only see and access it when I run nautilus, gtkpod, and amarok with sudo.

    Where and what permission setting do I have to change?

  2. #2
    Join Date
    Dec 2007
    Location
    /home/USA/CT
    Beans
    294
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: iPod mount permissions problem

    Bump up.

  3. #3
    Join Date
    Dec 2007
    Location
    /home/USA/CT
    Beans
    294
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: iPod mount permissions problem

    anyone?

  4. #4
    Join Date
    Jul 2009
    Location
    Nashville
    Beans
    10
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: iPod mount permissions problem

    Don't know if you've solved this problem as it has been a few months but I also recently experienced this problem and got it working after some searching.

    I run Koala and gtkpod V0.99.14 with an ipod classic (5th ed). When I plugged my ipod in, it mounted and was recognized by gtkpod just fine. It was assigned the path /dev/sdf2. However, when I tried to drag and drop songs to it (in gtkpod) I got a message about permission being denied. After some searching I found a site that gave the following helpful code (with ipod plugged in):

    Code:
    sudo chown root:[user name] /dev/sdf2
    sudo chmod 0777 /dev/sdf2
    The 1st line gives permission of "/dev/sdf2" to [user name]. The 2nd line changes the permission of "/dev/sdf2" to allow read write and execute control to owner, group, and public. After performing this I could drop songs on the ipod in gtkpod without trouble. Hope this helps anyone else experiencing this problem.

    ipod touch support is new according to the gtkpod site.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •