-
FC3 automagically recognizes the iPod and mounts it to "/media/IPOD". Alternately, you could create a mount point and mount it manually:
# mkdir /mnt/ipod # mount -t vfat /dev/sda1 /mnt/ipod
or automate it in the next reboot via the fstab entry:
/dev/sda1 /mnt/ipod vfat sync,user,noauto,umask=000 0 0For a friendly and graphical environment download and install GTKpod. For Command Line Interface download and install GNUpod which is covered in the notes below.