PowerGod
Forum Addict!
- Joined
- Jun 20, 2011
- Messages
- 4,456
Hi, one of my friend gave me a troubling external hard drive, and asked me if I was able to get the data back...
My friend told me that there were folders in there, but the disk gave him trouble and them disappeared.
The things I see in there are some files with impossible filenames (at least for Windows, but I can open them with linux).
One of those files is like 500Mb, and I can't understand what it contains.
Also the only folders I see are some "Found.00<number>" folders full of .CHK files.
So, this is what I did by now:
1) using "file *.CHK --mime-type" I was able to assume the right extensions for the majority of the files
2) most of the others are recognized as "application/octet-stream" so I used "ffmpeg -i <filename>" on them to get info about possible media types and I got some .3gp, .mp3, and .mpg, but most of the files were not recognized as media.
Now I'm pretty stuck for the other files...
Is there some other utility that can recognize what else could be an "application/octet-stream" ?
I got different files as "application/CDFV2" and I can't find info about them.
For the other files in the root (the ones with impossible names), "file" just reports them as "data"... is there something else I could use to find out what them can contain ?
Thanks
My friend told me that there were folders in there, but the disk gave him trouble and them disappeared.
The things I see in there are some files with impossible filenames (at least for Windows, but I can open them with linux).
One of those files is like 500Mb, and I can't understand what it contains.
Also the only folders I see are some "Found.00<number>" folders full of .CHK files.
So, this is what I did by now:
1) using "file *.CHK --mime-type" I was able to assume the right extensions for the majority of the files
2) most of the others are recognized as "application/octet-stream" so I used "ffmpeg -i <filename>" on them to get info about possible media types and I got some .3gp, .mp3, and .mpg, but most of the files were not recognized as media.
Now I'm pretty stuck for the other files...
Is there some other utility that can recognize what else could be an "application/octet-stream" ?
I got different files as "application/CDFV2" and I can't find info about them.
For the other files in the root (the ones with impossible names), "file" just reports them as "data"... is there something else I could use to find out what them can contain ?
Thanks