Hi,
since upgrading my iPod mini from Rockbox 3.12 to 3.13 and the internal memory from 32 to 64GB, the following problem comes up when I transfer files onto the iPod.
Hardware/Software involved:
My music directory is about 45GB and is simply synced with rsync:
rsync -rv --size-only --delete --exclude-from=/home/kiza/bin/snowpod-sync.exclude /home/kiza/Music/ /media/snowpod/music/
sync
New stuff is often FLAC from bandcamp so every new album is around 400MB. sync speed is about 4MB/s, the SD-Card is quite slow. I often get a hung_task_timeout from the kernel during syncing.
May 1 00:37:18 blackbook kernel: [27964.552410] INFO: task sync:25564 blocked for more than 120 seconds.
May 1 00:37:18 blackbook kernel: [27964.552426] Not tainted 3.13-0.bpo.1-amd64 #1
May 1 00:37:18 blackbook kernel: [27964.552428] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
...
But now, usually one of the files was not transferred correctly. Often it is just cut off in the middle. Rerunning rsync with --checksums indeed retransfers the file.
I'm kinda lost here. I would normally blame the kernel, but it happened with different backports kernels and it started when upgrading the player to 3.13 and the 64GB card. Though I suspect the card and not 3.13. The SD-Card itself is perfectly OK even if I "tortured" it with a random card reader and even if I used the SD/CF adapter in a card reader.
Maybe the card is too slow (the previous CF was indeed much faster) and something on the player times out/terminates the write? Is there anything (syslog or something) else I could look at for more hints?
Thanks
