10.36 iPod

review

The Apple iPod is a popular and stylistic MP3 player. Information on the iPod is available from http://www.apple.com.au/ipod/. Using USB seems to be a lot easier than using Firewire under GNU/Linux with the iPod.

Make a directory where the iPod will be mounted:

  $ sudo mkdir /media/ipod  

A recent iPod Nano purchase came with a MS/Windows VFAT file system as the default rather than the Apple HFS+. If you use the Apple HFS+ file system you may need to install hfsplus hfsutils hfsutils-tcltk and libhfsp0.

You can edit your /etc/fstab file to have an entry like this for the hfsplus file system:

/dev/sda3 /media/ipod hfsplus users,noauto,sync,uid=1002,gid=1002 0 0

More simply is to use the VFAT filesystem.

Your iPod may come up as sdb, sdc, etc. Use use udev, udev, udev, udev, udev, udev, udev, udev, udev, udev (Section 56.6) with the rule listed in Section @ref(udev.ipod) to have the ipod mounted appropriately when connected.

Then connect your iPod to a USB 2.0 port on your computer and:

  $ mount /media/ipod

Now it should be working.

Use the gtkpod to manage your iPod. For a new iPod there is no iTunes database defined, and gtkpod does not seem to cope! The gnupod-tools, gnupod-tools package provides the gnupod_INIT command to initialise your iPod:

  $ gnupod_INIT -m /media/ipod/

The gtkpod was then able to export a playlist to the iPod.

Remember to umount /media/ipod before disconnecting to avoid corrupting the file system (the iPod will still say Do Not Disconnect'', but as long as you've unmounted it, you should be right to disconnect it). An [eject](https://man.cx/eject) command will tell the iPod that it has been unmounted, and removes theDo Not Disconnect’’ message.

Note that gtkpod is able to be configured to mount and unmount the iPod, which makes things simpler. However, as a normal user, the eject command fails:

$ eject ipod
eject: unable to eject, last error: Invalid argument

The iPod volume boost application for Windows/Macintosh (http://espen.se/) can be utilised on GNU/Linux using the gnupod-tools, gnupod-tools:

$ wajig install gnupod-tools
$ mount /media/ipod
$ cp /media/ipod/iTunes/iPod_Control/iTunes/iTunes* /tmp/
$ tunes2pod -m /media/ipod/ --force
$ mktunes -m /media/ipod --volume 40

This method works quite well though 40 may even be a bit too loud. 25 seems good. There was a problem with tunes2pod and you may needed to change the script /usr/share/perl5/GNUpod/FooBar.pm to point to gnupod_otgsync instead of gnupod_otgsync.pl - this will probably be fixed in a future release.

10.36.0.0.1 Troubleshooting

iPod only mounts read-only\

If you look at dmesg you might notice an error like HFS+-fs warning: Filesystem was not cleanly unmounted, running fsck.hfsplus is recommended. mounting read-only. This means that the HFS filesystem on the iPod has been marked as inconsistent. To mark the filesystem as consistent again, mount and then unmount it using the HFS tools:

$ hpmount /dev/sda
$ hpumount


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0