Results 1 to 8 of 8

Thread: Is my mp3 player recoverable ?

  1. #1
    Join Date
    Jul 2007
    Beans
    12

    Angry Is my mp3 player recoverable ?

    Edit : I only want to be able to connect it again to my computer, not recover what was on it !

    Hey all, I have recently bought an mp3 player which I then tried to format. However, Windows failed me here and 99% through the formatting process it gave out an error. From then on, every time I plugged my mp3 player into my windows computer, the system froze.

    Now I've plugged my player into ubuntu, hoping to repair it. here is what dmesg | tail returns :

    Code:
    carl@JohnnyCash:~$ dmesg | tail
    [  140.935642] Buffer I/O error on device sdb, logical block 67064581
    [  140.935650] Buffer I/O error on device sdb, logical block 67064582
    [  140.935657] Buffer I/O error on device sdb, logical block 67064583
    [  140.935909] sd 7:0:0:0: [sdb] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
    [  140.935920] end_request: I/O error, dev sdb, sector 67064576
    [  140.935927] Buffer I/O error on device sdb, logical block 67064576
    [  140.935935] Buffer I/O error on device sdb, logical block 67064577
    [  140.942632] scsi 7:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK,SUGGEST_OK
    [  140.942650] end_request: I/O error, dev sdb, sector 67064736
    [  140.951944] scsi 7:0:0:0: rejecting I/O to dead device
    carl@JohnnyCash:~$ dmesg | tail
    [  702.895739] sd 30:0:0:0: [sdb] Write Protect is off
    [  702.895753] sd 30:0:0:0: [sdb] Mode Sense: 00 c0 00 00
    [  702.895761] sd 30:0:0:0: [sdb] Assuming drive cache: write through
    [  702.915082] sd 30:0:0:0: [sdb] 67064753 512-byte hardware sectors: (34.3 GB/31.9 GiB)
    [  702.921627] sd 30:0:0:0: [sdb] Write Protect is off
    [  702.921645] sd 30:0:0:0: [sdb] Mode Sense: 00 c0 00 00
    [  702.921653] sd 30:0:0:0: [sdb] Assuming drive cache: write through
    [  702.921677]  sdb:
    [  703.076369] sd 30:0:0:0: [sdb] Attached SCSI removable disk
    [  703.076647] sd 30:0:0:0: Attached scsi generic sg2 type 0
    Last edited by Cigue; February 17th, 2010 at 03:35 AM.

  2. #2
    Join Date
    Feb 2009
    Location
    Baja Oklahoma
    Beans
    1,652

    Re: Is my mp3 player recoverable ?

    Why did you try to format it? Having no idea what the brand or model is, I can't say at all whether it can be fixed.

  3. #3
    Join Date
    Jul 2007
    Beans
    12

    Re: Is my mp3 player recoverable ?

    I thought it was a quick way to get rid of everything on it. I formatted it to FAT32, and the brand is a cheap chinese thing I got off Ebay (the only marks on it are MP4 PLAYER).

    for information, fdisk -l won't show it.

  4. #4
    Join Date
    Oct 2007
    Location
    Oregon, USA
    Beans
    1,537

    Re: Is my mp3 player recoverable ?

    You might try to power down the player and connect USB while it is powered off. Maybe there's a bootloader USB mode that still works properly.

  5. #5
    Join Date
    Jul 2007
    Beans
    12

    Re: Is my mp3 player recoverable ?

    Quote Originally Posted by Chronon View Post
    You might try to power down the player and connect USB while it is powered off. Maybe there's a bootloader USB mode that still works properly.
    Awesome ! There was an evolution, here is what dmesg | tail shows :

    Code:
    [ 3168.428070] sd 129:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK,SUGGEST_OK
    [ 3168.428083] end_request: I/O error, dev sdb, sector 67064752
    [ 3180.784346] usb 1-3: new high speed USB device using ehci_hcd and address 6
    [ 3181.312054] usb 1-3: device not accepting address 6, error -71
    [ 3181.740088] usb 2-2: new full speed USB device using ohci_hcd and address 4
    [ 3181.940963] usb 2-2: not running at top speed; connect to a high speed hub
    [ 3182.008137] usb 2-2: configuration #1 chosen from 1 choice
    [ 3182.054479] scsi130 : SCSI emulation for USB Mass Storage devices
    [ 3182.060325] usb-storage: device found at 4
    [ 3182.060335] usb-storage: waiting for device to settle before scanning
    EDIT : Seconds later...

    Code:
    [ 3341.969274] Buffer I/O error on device sdb, logical block 67064577
    [ 3341.969283] Buffer I/O error on device sdb, logical block 67064578
    [ 3341.969291] Buffer I/O error on device sdb, logical block 67064579
    [ 3341.969298] Buffer I/O error on device sdb, logical block 67064580
    [ 3341.969306] Buffer I/O error on device sdb, logical block 67064581
    [ 3341.969314] Buffer I/O error on device sdb, logical block 67064582
    [ 3341.969323] Buffer I/O error on device sdb, logical block 67064583
    [ 3341.979153] sd 136:0:0:0: [sdb] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
    [ 3341.979179] end_request: I/O error, dev sdb, sector 67064576
    [ 3341.979198] Buffer I/O error on device sdb, logical block 67064576
    [ 3341.979211] Buffer I/O error on device sdb, logical block 67064577
    [ 3341.981952] sd 136:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK,SUGGEST_OK
    [ 3341.981974] end_request: I/O error, dev sdb, sector 67064736
    [ 3354.346523] usb 1-3: new high speed USB device using ehci_hcd and address 20
    [ 3354.876046] usb 1-3: device not accepting address 20, error -71
    Last edited by Cigue; February 17th, 2010 at 03:50 AM.

  6. #6
    Join Date
    Jul 2007
    Beans
    12

    Re: Is my mp3 player recoverable ?

    bring up my post !

  7. #7
    Join Date
    Feb 2009
    Location
    Baja Oklahoma
    Beans
    1,652

    Re: Is my mp3 player recoverable ?

    I'm afraid Windows may have toasted it. Good luck with it.

  8. #8
    Join Date
    Jan 2009
    Location
    USA! goin downhill tho :(
    Beans
    400
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Is my mp3 player recoverable ?

    Man I got this error + something similar when I kept wringling and moving my mp3 player back and forth.

    If I were you see if in the settings you have a format mode for in there. Try reformating.

    Also, what's fixed my mp3 player twice is using scandisk/checkdisk in Windows on the device. FAT32 has giving me some woes.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •