Code: Select all
gaylien root #less /etc/fstab
...
/dev/sdb2 /mnt/ipod vfat noauto,user 0 0
...
Code: Select all
mount /mnt/ipod
I tried looking at the iPod's harddisk by connecting it to an Apple Powerbook. If you look at the HD-structure it's not that simple. The structure has a lot of directories called F11, F7 etc and things like that and I noticed that the songs are not in 1 directory but they are in multiple directories (even those belonging to the same album).nielchiano wrote:I'm considering to buy an iPod. As I can see, you can access the HDD of the iPod lika a "regular" removable storage drive.
What does that gtk-pod give you more? If you can put your songs on the drive, isn't that enough?

So I'll NEED gtkpod to get the MP3s on the iPod?colpaeko wrote:I tried looking at the iPod's harddisk by connecting it to an Apple Powerbook. If you look at the HD-structure it's not that simple. The structure has a lot of directories called F11, F7 etc and things like that and I noticed that the songs are not in 1 directory but they are in multiple directories (even those belonging to the same album).
The gtkpod is a graphical frontend similar like iTunes and helps you to manage your playlist.
widu wrote:well, first of all you have to moutn your ipod somewhere. The convenient way is to create a directory /mnt/ipod and add an apropriate line to your /etc/fstab. e.g on my system:...Code: Select all
gaylien root #less /etc/fstab ... /dev/sdb2 /mnt/ipod vfat noauto,user 0 0 ...
then simply typequote]Code: Select all
mount /mnt/ipod
Tnx for the info. I did create an /mnt/ipod-dir and I tried some device-names in my /etc/fstab but so far with no success. These are the messages I got from /var/log/messages. Maybe someone can help me figure out what the exact drive is.(5 minutes later) Got it!!!!!!! On my machine the right entry in /etc/fstab isCode: Select all
Jul 19 14:18:16 galadriel hub.c: new USB device 00:1d.1-1, assigned address 2 Jul 19 14:18:16 galadriel usb.c: USB device not accepting new address=2 (error=-110) Jul 19 14:18:16 galadriel hub.c: new USB device 00:1d.1-1, assigned address 3 Jul 19 14:18:16 galadriel usb.c: USB device not accepting new address=3 (error=-110) Jul 19 14:18:17 galadriel uhci.c: 1840: host controller halted. very bad Jul 19 14:18:19 galadriel hub.c: new USB device 00:1d.7-3, assigned address 2 Jul 19 14:18:19 galadriel usb.c: USB device 2 (vend/prod 0x5ac/0x1201) is not claimed by any active driver. Jul 19 14:18:22 galadriel Initializing USB Mass Storage driver... Jul 19 14:18:22 galadriel usb.c: registered new driver usb-storage Jul 19 14:18:22 galadriel scsi0 : SCSI emulation for USB Mass Storage devices Jul 19 14:18:22 galadriel Vendor: Apple Model: iPod Rev: 1.50 Jul 19 14:18:22 galadriel Type: Direct-Access ANSI SCSI revision: 02 Jul 19 14:18:22 galadriel Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 Jul 19 14:18:22 galadriel sda: Unit Not Ready, sense: Jul 19 14:18:22 galadriel Current 00:00: sns = 70 2 Jul 19 14:18:22 galadriel ASC= 4 ASCQ= 1 Jul 19 14:18:22 galadriel Raw sense data:0x70 0x00 0x02 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x04 0x01 0x00 0x00 0x00 0x00 Jul 19 14:18:23 galadriel sda : READ CAPACITY failed. Jul 19 14:18:23 galadriel sda : status = 1, message = 00, host = 0, driver = 08 Jul 19 14:18:23 galadriel Current sd00:00: sns = 70 2 Jul 19 14:18:23 galadriel ASC= 4 ASCQ= 1 Jul 19 14:18:23 galadriel Raw sense data:0x70 0x00 0x02 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x04 0x01 0x00 0x00 0x00 0x00 Jul 19 14:18:23 galadriel sda : block size assumed to be 512 bytes, disk size 1GB. Jul 19 14:18:23 galadriel /dev/scsi/host0/bus0/target0/lun0: I/O error: dev 08:00, sector 0 Jul 19 14:18:23 galadriel I/O error: dev 08:00, sector 0 Jul 19 14:18:23 galadriel I/O error: dev 08:00, sector 2097144 Jul 19 14:18:23 galadriel I/O error: dev 08:00, sector 2097144 Jul 19 14:18:23 galadriel I/O error: dev 08:00, sector 0 Jul 19 14:18:23 galadriel I/O error: dev 08:00, sector 0 Jul 19 14:18:23 galadriel ldm_validate_partition_table(): Disk read failed. Jul 19 14:18:23 galadriel I/O error: dev 08:00, sector 0 Jul 19 14:18:23 galadriel unable to read partition table Jul 19 14:18:23 galadriel WARNING: USB Mass Storage data integrity not assured Jul 19 14:18:23 galadriel USB Mass Storage device found at 2 Jul 19 14:18:23 galadriel USB Mass Storage support registered.Now I have to look for a manual on gtkpod because I can't see what is on the iPod.Code: Select all
dev/sda2 /mnt/ipod vfat noauto,user 0 0
IMHO yes, I don't know if there is another way than using such a tool like iTunes (windows and apple), MusicMatch (Windows) or gtkpod (linux). I know that there are other linux-tools like ephod (?) but I haven't looked at them.nielchiano wrote:So I'll NEED gtkpod to get the MP3s on the iPod?colpaeko wrote:I tried looking at the iPod's harddisk by connecting it to an Apple Powerbook. If you look at the HD-structure it's not that simple. The structure has a lot of directories called F11, F7 etc and things like that and I noticed that the songs are not in 1 directory but they are in multiple directories (even those belonging to the same album).
The gtkpod is a graphical frontend similar like iTunes and helps you to manage your playlist.

thx a lot!colpaeko wrote:IMHO yes, I don't know if there is another way than using such a tool like iTunes (windows and apple), MusicMatch (Windows) or gtkpod (linux). I know that there are other linux-tools like ephod (?) but I haven't looked at them.nielchiano wrote:So I'll NEED gtkpod to get the MP3s on the iPod?colpaeko wrote:I tried looking at the iPod's harddisk by connecting it to an Apple Powerbook. If you look at the HD-structure it's not that simple. The structure has a lot of directories called F11, F7 etc and things like that and I noticed that the songs are not in 1 directory but they are in multiple directories (even those belonging to the same album).
The gtkpod is a graphical frontend similar like iTunes and helps you to manage your playlist.
Code: Select all
.....
Jul 19 14:18:22 galadriel Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
....Code: Select all
....
Jul 19 14:18:23 galadriel unable to read partition table
....
Code: Select all
less /proc/filesystemsOK, i'll give that ipod-updater a try. In the meantime I was able to mount it in /mnt/ipod, so it should be vfat. It was recognised by gtkpod and i could browse the directories. I tried out the option to create the ipod-directories on the ipod and that seemed to work. I tried to copy some songs and noticed that they were transferred to the ipod but I can't see them in the playlist or other entries on the ipod.widu wrote:
If you ran ipod-updater the filesystem on your ipod should be vfat.
If you are unsure what filesystem your ipod is just compile your kernel with vfat and hsf+ support and try both options in fstab.
BTW I didn't succeed in mounting my ipod using kernel 2.4 but had no problems using 2.6 (gentoo-dev-sources). I think it must have been my fault somehow, because others reported no problems with 2.4.
Have you seen this thread?
http://forums.gentoo.org/viewtopic.php? ... t=ipod+usb
Hi Huw,huw wrote:Does your linux box have USB2 ports? If not file transfer will be v.slow. Firewire cards are dirt cheap - probably a similar price to the cable..
Dunno what linux USB2 support is like. My iPod works great with a £5 PCMCIA firewire card on my laptop. I converted it from HFS+ to vfat with nothing more than dd and fdisk and mkfs.vfat.
As far as I know, its hfsplus. Here's the entry from my fstab:widu wrote: it is verry likely that you don't have the appropriate filesystem support included in your kernel.
There's still the question wich filesystem your ipod has.
If you haven't used ipod-updater somehow, it is probably hfs+ (macintosh filesystem). If this is the case be sure to have hfs+ support in your kernel and you have to replace vfat in your fstab line by hfs+
Code: Select all
/dev/sda3 /mnt/ipod hfsplus user,noauto 0 0Sure! It's made by Billionton and uses the Texas Instruments OHCILynx chipset.colpaeko wrote:So could you give me the specs?
Hi Widu,widu wrote: ....
If you ran ipod-updater the filesystem on your ipod should be vfat.
Code: Select all
Jul 21 17:07:28 galadriel hub.c: new USB device 00:1d.1-1, assigned address 4
Jul 21 17:07:28 galadriel usb-uhci.c: interrupt, status 2, frame# 1403
Jul 21 17:07:28 galadriel usb.c: USB device not accepting new address=4 (error=-110)
Jul 21 17:07:28 galadriel hub.c: new USB device 00:1d.1-1, assigned address 5
Jul 21 17:07:28 galadriel usb.c: USB device not accepting new address=5 (error=-110)
Jul 21 17:07:32 galadriel hub.c: new USB device 00:1d.7-3, assigned address 5
Jul 21 17:07:32 galadriel WARNING: USB Mass Storage data integrity not assured
Jul 21 17:07:32 galadriel USB Mass Storage device found at 5
Jul 21 17:08:15 galadriel su(pam_unix)[556]: session opened for user root by (uid=1000)
Jul 21 17:09:16 galadriel usb.c: USB disconnect on device 00:1d.0-0 address 1
Jul 21 17:09:16 galadriel usb.c: USB disconnect on device 00:1d.0-1 address 2
Jul 21 17:09:16 galadriel usb.c: USB bus 2 deregistered
Jul 21 17:09:16 galadriel usb.c: USB disconnect on device 00:1d.1-0 address 1
Jul 21 17:09:16 galadriel usb.c: USB bus 3 deregistered
Jul 21 17:09:16 galadriel usb.c: USB disconnect on device 00:1d.2-0 address 1
Jul 21 17:09:16 galadriel usb.c: USB bus 4 deregistered
Jul 21 17:09:25 galadriel uhci.c: USB Universal Host Controller Interface driver v1.1
Jul 21 17:09:25 galadriel PCI: Setting latency timer of device 00:1d.0 to 64
Jul 21 17:09:25 galadriel uhci.c: USB UHCI at I/O 0x1820, IRQ 10
Jul 21 17:09:25 galadriel usb.c: new USB bus registered, assigned bus number 2
Jul 21 17:09:25 galadriel hub.c: USB hub found
Jul 21 17:09:25 galadriel hub.c: 2 ports detected
Jul 21 17:09:25 galadriel PCI: Setting latency timer of device 00:1d.1 to 64
Jul 21 17:09:25 galadriel uhci.c: USB UHCI at I/O 0x1840, IRQ 9
Jul 21 17:09:25 galadriel usb.c: new USB bus registered, assigned bus number 3
Jul 21 17:09:25 galadriel hub.c: USB hub found
Jul 21 17:09:25 galadriel hub.c: 2 ports detected
Jul 21 17:09:25 galadriel PCI: Setting latency timer of device 00:1d.2 to 64
Jul 21 17:09:25 galadriel uhci.c: USB UHCI at I/O 0x1860, IRQ 5
Jul 21 17:09:25 galadriel usb.c: new USB bus registered, assigned bus number 4
Jul 21 17:09:26 galadriel hub.c: USB hub found
Jul 21 17:09:26 galadriel hub.c: 2 ports detected
Jul 21 17:09:26 galadriel hub.c: new USB device 00:1d.0-1, assigned address 2
Jul 21 17:09:26 galadriel input: USB HID v1.00 Mouse [Microsoft Microsoft Wheel Mouse Optical®] on usb2:2.0
Jul 21 17:09:44 galadriel usb.c: USB disconnect on device 00:1d.7-3 address 5
Jul 21 17:09:52 galadriel hub.c: new USB device 00:1d.1-1, assigned address 2
Jul 21 17:09:52 galadriel usb.c: USB device not accepting new address=2 (error=-110)
Jul 21 17:09:53 galadriel hub.c: new USB device 00:1d.1-1, assigned address 3
Jul 21 17:09:53 galadriel usb.c: USB device not accepting new address=3 (error=-110)
Jul 21 17:09:54 galadriel uhci.c: 1840: host controller halted. very bad
Jul 21 17:09:56 galadriel hub.c: new USB device 00:1d.7-3, assigned address 6
Jul 21 17:09:56 galadriel WARNING: USB Mass Storage data integrity not assured
Jul 21 17:09:56 galadriel USB Mass Storage device found at 6
Jul 21 17:12:17 galadriel usb.c: USB disconnect on device 00:1d.7-3 address 6Code: Select all
Jul 21 17:29:39 galadriel hub.c: new USB device 00:1d.7-3, assigned address 7
Jul 21 17:29:39 galadriel WARNING: USB Mass Storage data integrity not assured
Jul 21 17:29:39 galadriel USB Mass Storage device found at 7
Jul 21 17:30:00 galadriel CRON[886]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
Jul 21 17:30:35 galadriel sda: Unit Not Ready, sense:
Jul 21 17:30:35 galadriel Current 00:00: sns = 70 2
Jul 21 17:30:35 galadriel ASC= 4 ASCQ= 1
Jul 21 17:30:35 galadriel Raw sense data:0x70 0x00 0x02 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x04 0x01 0x00 0x00 0x00 0x00
Jul 21 17:30:35 galadriel sda : READ CAPACITY failed.
Jul 21 17:30:35 galadriel sda : status = 1, message = 00, host = 0, driver = 08
Jul 21 17:30:35 galadriel Current sd00:00: sns = 70 2
Jul 21 17:30:35 galadriel ASC= 4 ASCQ= 1
Jul 21 17:30:35 galadriel Raw sense data:0x70 0x00 0x02 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x04 0x01 0x00 0x00 0x00 0x00
Jul 21 17:30:35 galadriel sda : block size assumed to be 512 bytes, disk size 1GB.
Jul 21 17:30:35 galadriel sda: test WP failed, assume Write Enabled
Jul 21 17:30:35 galadriel /dev/scsi/host0/bus0/target0/lun0: I/O error: dev 08:00, sector 0
Jul 21 17:30:35 galadriel I/O error: dev 08:00, sector 0
Jul 21 17:30:35 galadriel I/O error: dev 08:00, sector 2097144
Jul 21 17:30:35 galadriel I/O error: dev 08:00, sector 2097144
Jul 21 17:30:35 galadriel I/O error: dev 08:00, sector 0
Jul 21 17:30:35 galadriel I/O error: dev 08:00, sector 0
Jul 21 17:30:35 galadriel ldm_validate_partition_table(): Disk read failed.
Jul 21 17:30:35 galadriel I/O error: dev 08:00, sector 0
Jul 21 17:30:35 galadriel unable to read partition table
Jul 21 17:30:35 galadriel I/O error: dev 08:00, sector 0
The software that comes with the iPod (iTunes) is different than EphPod or gtkPod. iTunes basically acts like winamp and ephPod (or gtkPod) together. It acts as music player, music orgainizer, and helps transfer songs to the iPod. Honestly, it is a very well designed and nice piece of software.DecoR wrote:I just ordered my ipod today!
Is GTKpod as good as the software that comes with the ipod for windows?
Does it have all the same features, and the same ease of use?
This might not be the right place to ask this, but is there any good reason for running the windows software?
Thanks!
Could it have been MusicMatch? Atleast I got MM with my 3G, and it was/still is a load of crap. I ended up screwing up every ID-tag of my mp3:s with it. I hope Apple realised to put iTunes as the default application with the new 4G ipods..HighOnBonsai wrote:I think the software which comes nowadays with your iPod is iTunes - isnt it? The software shipped with my 2nd gen iPod for Windows was very _crappy_ - I don't remember the name, sorry!


