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.
2 Answers
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).
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.

- 19,615
- 55
- 79
- 83

- 1,229
-
sudo, gksudo, it's only a matter of entering the password in textual way or a graphic one (: – yinon Feb 16 '13 at 22:24
-
I tried this already but it didn't work. Sadly you can't just transfer songs to an iPod using Nautilus and expect it to work. It uses some strange folder structure. Also I can't change the permissions, even with sudo, since I'm not the owner. I attempted to change the iPod's permissions on the Mac I used to restore the iPod with. This worked to the extent that "everyone" could read/write, but when it came down to transferring songs it didn't work. – duxk.gh Feb 17 '13 at 06:51
-
When I open nautilus using sudo and try to change the owner/group permissions, I get the following message: "The owner/group could not be changed. Sorry, could not change the owner/group of "iPod": Error setting owner: Read-only file system" – duxk.gh Feb 17 '13 at 06:59
-
Try GParted, does he give any clues? If he does, can you picture your screen and upload it here? – yinon Feb 17 '13 at 18:27
-
gparted gave me no clues. when selecting the ipod it just says it's "unallocated" space. – duxk.gh Feb 19 '13 at 20:18
-
so apple created a special file system just for not aloowing you to copy files normally. Or maybe the file system is damaged a bit. He see it like it has no file system at all. no error in the properties of the partition? – yinon Feb 21 '13 at 20:51
-
no errors at all. still very confused why it's read only. i had the same thing with an external HDD. does apple automatically make devices read-only or something? – duxk.gh Mar 10 '13 at 11:40
diskutil disableJournal iPod
and it has solved the read only issue. – James Feb 29 '24 at 17:13