I/O errors when trying to mount an iPod
I'm trying to mount the iPod special edition U2 on a Mandrake 10.1.
I do it this way:
Code:
mount -t vfat /dev/sde1 /mnt/ipod
and the only thing I keep getting is:
Code:
mount: /dev/sde1: can't read superblock
I had a look at /var/log/messages and I first see that my system detected properly the ipod:
Code:
Jul 31 12:42:47 linux kernel: usb 3-3: new high speed USB device using address 5
Jul 31 12:42:47 linux kernel: scsi4 : SCSI emulation for USB Mass Storage devices
Jul 31 12:42:48 linux kernel: Vendor: Apple Model: iPod Rev: 1.63
Jul 31 12:42:48 linux kernel: Type: Direct-Access ANSI SCSI revision: 02
Jul 31 12:42:51 linux kernel: sde: Spinning up disk......ready
Jul 31 12:42:51 linux kernel: SCSI device sde: 39063024 512-byte hdwr sectors (20000 MB)
Jul 31 12:42:51 linux kernel: sde: Write Protect is off
Jul 31 12:42:51 linux kernel: sde: assuming drive cache: write through
Then I get those I/O errrors:
Code:
Jul 31 12:42:51 linux kernel: /dev/scsi/host4/bus0/target0/lun0:end_request: I/O error, dev sde, sector 39063016
Jul 31 12:42:51 linux kernel: Buffer I/O error on device sde, logical block 4882877
Jul 31 12:42:51 linux kernel: end_request: I/O error, dev sde, sector 39063016
Jul 31 12:42:51 linux kernel: Buffer I/O error on device sde, logical block 4882877
Jul 31 12:43:19 linux kernel: end_request: I/O error, dev sde, sector 63
Jul 31 12:43:19 linux kernel: FAT: unable to read boot sector
Any suggestions about what I could try?
Thanks