LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   ipod on slackware (https://www.linuxquestions.org/questions/slackware-14/ipod-on-slackware-160944/)

davidschob 03-22-2004 10:07 AM

ipod on slackware
 
Hey guys... I was thinking of getting an ipod and am wondering two things:

Do I need to get a firewire card or can I get away with just mounting it as a USB-mass-storage drive?

AND

what interface are people using and how well do they work.

syncPOD (I like how simple it looks)
gtkpod

or some other...

any other concerns you all have encountered.

Thanks!

david

laydros 03-22-2004 11:01 AM

ive not personally done it, but the easiest thing i know to do is just mount it as you would a usb key or other usb device. if you get the windows one, then its fat32. check your dmesg to see what address is assigned to it (i would guess /dev/sda1 if it is usb) and then mount it.

mount -t vfat /dev/sda1 /mnt/ipod

then just access it that way.

or add it to your fstab so you can just type "mount /mnt/ipod":

/mnt/ipod /dev/sda1 vfat defaults,user,exec,umask=000 0 0


if you do that and chmod 777 /dev/sda then any user can mount it an access it


the only catch you might run into is with the mac version. you have to apply some sort kernel patch to read the mac filesystem.


All times are GMT -5. The time now is 10:54 AM.