Discussion:
USB stick rescue (no MBR no Partition) "Code 10"
(zu alt für eine Antwort)
NotSure
2010-02-27 02:55:13 UTC
Permalink
Hi guys! Some #$%^& computer ruined my 2gig thumbdrive.

executive summary:
- Linux *fdisk* does not see the USBstick (udev does)
- (every) Windows says: This device cannot start (Code 10)

Details here http://y23.com/wiki/pmwiki.php/Main/RecoverySoftware
(output of dmesg, udevinfo, lsusb)

Knoppix, Winxp win98, HirenBootCD... a few old laptops.. available..

I'd be stoked if someone helped to recover my data, I'll gladly send
you a 2010 (or 2011) Astronomical Pocket Diary http://y23.com/apd or a
lifetime subscription to the online Astro Diary http://y23.com/apdoe
..

Always remember: Insomnia is nothing to loose sleep about!
Enkidu
2010-02-27 05:05:10 UTC
Permalink
Post by NotSure
Hi guys! Some #$%^& computer ruined my 2gig thumbdrive.
- Linux *fdisk* does not see the USBstick (udev does)
- (every) Windows says: This device cannot start (Code 10)
Details here http://y23.com/wiki/pmwiki.php/Main/RecoverySoftware
(output of dmesg, udevinfo, lsusb)
Knoppix, Winxp win98, HirenBootCD... a few old laptops.. available..
I'd be stoked if someone helped to recover my data, I'll gladly send
you a 2010 (or 2011) Astronomical Pocket Diary http://y23.com/apd or a
lifetime subscription to the online Astro Diary http://y23.com/apdoe
If a USB stick goes bad, in my experience there's no way to get it back.
And I wouldn't blame the computer - USB sticks can fail all by themselves.

Cheers,

Cliff
--
The ends justifies the means - Niccolò di Bernardo dei Machiavelli.

The end excuses any evil - Sophocles
Wolfgang P u f f e
2010-03-17 18:16:22 UTC
Permalink
Post by Enkidu
Post by NotSure
Hi guys! Some #$%^& computer ruined my 2gig thumbdrive.
- Linux *fdisk* does not see the USBstick (udev does)
- (every) Windows says: This device cannot start (Code 10)
Details here http://y23.com/wiki/pmwiki.php/Main/RecoverySoftware
(output of dmesg, udevinfo, lsusb)
Knoppix, Winxp win98, HirenBootCD... a few old laptops.. available..
I'd be stoked if someone helped to recover my data, I'll gladly send
you a 2010 (or 2011) Astronomical Pocket Diary http://y23.com/apd or a
lifetime subscription to the online Astro Diary http://y23.com/apdoe
If a USB stick goes bad, in my experience there's no way to get it back.
And I wouldn't blame the computer - USB sticks can fail all by themselves.
USB-Stick defekt? Quarz defekt?

http://sbarth.dyndns.org/seiten/rahmen.php?nav=usbstick

W.

Richard
2010-02-27 06:06:17 UTC
Permalink
Post by NotSure
Hi guys! Some #$%^& computer ruined my 2gig thumbdrive.
- Linux *fdisk* does not see the USBstick (udev does)
- (every) Windows says: This device cannot start (Code 10)
Details here http://y23.com/wiki/pmwiki.php/Main/RecoverySoftware
(output of dmesg, udevinfo, lsusb)
Knoppix, Winxp win98, HirenBootCD... a few old laptops.. available..
I'd be stoked if someone helped to recover my data, I'll gladly send
you a 2010 (or 2011) Astronomical Pocket Diary http://y23.com/apd or a
lifetime subscription to the online Astro Diary http://y23.com/apdoe
..
Always remember: Insomnia is nothing to loose sleep about!
I had one die and had to get someone to move the flash chip to an
identical drive to get the data off it.

Newer smaller ones are all integrated so you dont even have that option.
Lusotec
2010-02-27 13:31:24 UTC
Permalink
Post by NotSure
Hi guys! Some #$%^& computer ruined my 2gig thumbdrive.
- Linux *fdisk* does not see the USBstick (udev does)
- (every) Windows says: This device cannot start (Code 10)
Details here http://y23.com/wiki/pmwiki.php/Main/RecoverySoftware
(output of dmesg, udevinfo, lsusb)
Knoppix, Winxp win98, HirenBootCD... a few old laptops.. available..
I'd be stoked if someone helped to recover my data, I'll gladly send
you a 2010 (or 2011) Astronomical Pocket Diary http://y23.com/apd or a
lifetime subscription to the online Astro Diary http://y23.com/apdoe
Looking at dmesg output I don't see information on a sd? device being
created for the USB drive.

Check if a /dev/sdX is created when you connect the USB drive.

If a /dev/sdX is created then use the command
dd if=/dev/sdX of=/dev/null
to check if the device can be read.

If this works, use the command
blkid /dev/sdX*
to get information the partition's file systems.

If a file system is detect then use the mount command to mount it.

Example:
mount -o ro /dev/sdX1 /mnt/tmp


If the USB drive hardware is damaged then retrieving the data may be very
expensive, if at all possible. If the damage is only on the data then you
may be able to recover your data using some software for that purpose.

Regards.
Dave Doe
2010-03-03 10:30:16 UTC
Permalink
In article <b08bc997-be89-4f26-97bc-4d39c35f9cb5
@z1g2000prc.googlegroups.com>, ***@gmx.net says...
Post by NotSure
Hi guys! Some #$%^& computer ruined my 2gig thumbdrive.
- Linux *fdisk* does not see the USBstick (udev does)
- (every) Windows says: This device cannot start (Code 10)
Details here http://y23.com/wiki/pmwiki.php/Main/RecoverySoftware
(output of dmesg, udevinfo, lsusb)
Knoppix, Winxp win98, HirenBootCD... a few old laptops.. available..
I'd be stoked if someone helped to recover my data, I'll gladly send
you a 2010 (or 2011) Astronomical Pocket Diary http://y23.com/apd or a
lifetime subscription to the online Astro Diary http://y23.com/apdoe
..
Always remember: Insomnia is nothing to loose sleep about!
Try test disk data recovery - dunno if it'll correctly see removable
drives...

http://www.cgsecurity.org/

I've used it for HDD data recovery and it works well.
--
Duncan.
Loading...