> Also, do any of you guys have any experience using an iPod as a
> removable disk?

Make sure usb-storage is loaded into the kernel.

# /etc/udev/rules.d/ipod.rules
#
BUS="usb", KERNEL="sd*", SYSFS{vendor}="Apple", SYSFS{model}="iPod", NAME="%k", SYMLINK="ipod%n"
# EOF

# /etc/fstab
#...snip...
# mount the ipod
/dev/ipod2        /media/ipod   vfat	ro,user,noauto  0       0
#...snip...
# EOF
-- 
Chad Walstrom <chewie at wookimus.net>           http://www.wookimus.net/
           assert(expired(knowledge)); /* core dump */