Is there any linux command to extracts all the ascii strings from an executable or other binary file? I suppose I could do it with a grep, but I remember hearing somewhere that such a command existed?
Home
/
user-5684
Ethan Heilman's questions
I was attempting to create a bootable usb thumbdrive from the ubuntu install cd using UNetBootin. Unfortunately, I accidental wrote the live cd to my 500gb usb external drive (which was almost completely filled with important files). I noticed I had made this mistake almost as soon as it happened. I quickly unplugged the usb hard drive. Ubuntu is no longer able to mount the harddrive. I believe the disk was originally formated ntfs or ext3, but I forget.
I want to recover my data.
- How can I determine the file-system type(ntfs or ext3) without mounting the disk?
- Has anyone done this and recovered all or some of there data? How?
- What /suggestions does server-fault have?
- Can I recover in-place? That is do I need to find a >500GB harddrive onto which I can recover too?
- Is there anyway to just recover the file system.
- Can I see what files are intact?
- Any favourite/best tools for recovery?
Thanks, and feel free to tell me that keeping backups is important (A backup NAS is in the main).
Note:
- I'm looking for free solutions
- I have read this earlier question 'how-do-you-repair-a-damaged-or-corrupt-partition', but I'm unsure if it applies completely to my case. As in my case I likely overwrote a fairly small amount of contiguous data at the beginning of the disk.
- As I was following verbatim the ubuntu directions on building a bootable usb drive, I'm assuming people have done exactly what I've done in the past, and I am interested in hearing how they solved it. Furthermore it is a case people are likely to run into in the future, so a set of clear directions on how to solve it would be extremely helpful for the community.