New and stoopid

ms devicerandom at gmail.com
Tue May 11 00:33:31 UTC 2010


On 10/05/10 21:51, Brian Oney wrote:

> rooster at roosters-laptop:~$ udevadm info --attribute-walk --name /dev/sda1
> device node not found
>
> The problem is most likely self-induced. I am new and just went along blindly removing my flashdrive without mounting or unmounting it. This same USB drive used to show up on the desktop and in the file list. My Ipod shuffle will show up now but not this very important usb drive. I would really appreciate some help and please donĀ“t tell me that I have to format it without recovering my data (life).

You broke it, you keep the pieces.

Check if /dev/sda (without the "1") exists. If yes, you can in the 
meantime dump your device contents bit-by-bit in a file, for further 
recovery, regardless of the filesystem having gone awry:

dd if=/dev/sda of=backup.dat bs=512

Then, you can try to recover your filesystem using your backup.

However, it is not stuff for the faint of heart. You can read a 
description here of what black magic it can involve:
http://www.linuxjournal.com/article/8366?page=0,3

This utility could perhaps help (never tried it myself):
http://www.cgsecurity.org/wiki/TestDisk

Best of luck!
m.




More information about the ubuntu-users mailing list