HAL

Comment 8 for bug 66068

Revision history for this message
Soren Hansen (soren) wrote : Re: [Bug 66068] Re: New iPod nano recognized as via raid member

On Tue, Nov 28, 2006 at 03:00:41PM -0000, anthony baxter wrote:
> Will this also fix the same sort of problem with the new 8G nano? dmesg
> output:

Your dmesg output does not in itself suggest anything wrong. The iPod
has two partitions. sdc1 holds the iPod's operating system or firmware
while sdc2 is the partition that holds your music. The errors in your
dmesg output simply tells that something has tried to mount sdc1 which
often means that all the different file system drivers will be tried in
sequence. None of the will succeed, hence the errors.

However, this does not necessarily mean that you're not experiencing the
problem that I was seeing. I just can't tell from the dmesg output. Try
running lshal, locate the output block that relates to sdc2. If it says
via_raid_member somewhere in that block, you're seeing the same bug.

Cheers.