1

I restored my iPod on a friend's Mac using iTunes. When plugging in my iPod now, it's mounted as read-only and I have no way to transfer songs (using Rhythmbox or Nautilus). I've tried changing the permissions by hand but no luck. Information on the internet is outdated and does not apply to my iPod Classic 6th generation.

duxk.gh
  • 1,468
  • 13
  • 32

2 Answers2

3

Most probably your iPod has an HFS+ filesystem. In order to make it work on Ubuntu you should:

  • disable journaling
  • get your music / iPod manager to write on the device

You can disable the journaling from OSX with just a couple of commands, see here, apparently it is possible to do this from Ubuntu itself.

Now you can write on the iPod as root only (or as a user whose UID is the same as that of the user owning the iPod on the Mac). To execute a Gnome program from your launcher as root for example, see here (in Xubuntu you can just use the menu editor).

reim
  • 131
0

Temporary solution. From a terminal, run the command:

gksudo nautilus

You should have permissions from there so you'll be able to transfer your songs. Also, try to change the permissions from the gksudo nautilus (: .

Hope I helped (you said you used nautilus, you mean with gksudo? I just was unsure).

Also, second thing if you'll need, check the Ipod's partition/s with GParted.

Kevin Bowen
  • 20,055
  • 57
  • 82
  • 84
yinon
  • 1,229