![]() |
![]() ![]() GNU/Linux Desktop Survival Guide by Graham Williams |
![]() |
|||
Apple iPod information 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. Simply make
a directory /media/ipod with appropriate permissions.
Install hfsplus
hfsutils
hfsutils-tcltk
and libhfsp0. Edit your
/etc/fstab file to have an entry like:
/dev/sda3 /media/ipod hfsplus users,noauto,sync,uid=1002,gid=1002 0 0 |
Your iPod may come up as sdb, sdc, etc., so change appropriately or use udev as describe in Section 59.4.
Connect your iPod to a USB 2.0 port on your computer. Then:
$ mount /media/ipodNow it should be working. Use gtkpod to manage your 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).
The iPod volume boost application for Windows/Macintosh
(http://espen.se/) can be utilised on GNU/Linux using the
gnupod-tools:
|