October 21st, 2012, 19:09



October 21st, 2012, 21:42
October 21st, 2012, 22:48
October 21st, 2012, 23:17
TheRedMaverick wrote:I was told by the friend who actually walked me through the Linux part that the copy command, indeed, should not have caused loss of data
October 21st, 2012, 23:26
October 21st, 2012, 23:47
Vulcan wrote:TheRedMaverick wrote:I was told by the friend who actually walked me through the Linux part that the copy command, indeed, should not have caused loss of data
To be blunt, that's plain wrong - unfortunately that specific cp command is complete madness and is never, ever, appropriate for this situation. Either you misunderstood the instructions from your friend, or you received very bad advice.Based on your story, the current situation is likely to be completely the result of running that cp command.
Some of your interpretations of the current situation are incorrect (e.g. the external disk has not been "converted" to FAT32, despite what Windows shows), but I don't have time now to explain them all. Although there are things that could be tried, to attempt to recover more data from the external drive, there are further risks of human error in the procedures I would consider, and there would need to be long, long discussions first about procedures etc.
In a short summary, all I can say is that if you make any changes to the 2TB disk (e.g. reformatting it, as you mentioned before), you are very likely to make any recovery less successful. So don't do that, at this stage.
If you accept the risks of DIY recovery attempts (i.e. you could make things worse, or lose even more data, and you have to accept complete responsibility for any consequences), then perhaps someone else will have the time to guide you - if not, there is a professional member in Toronto whose services you could use.
Sorry if this reply is not what you had hoped to hear. If it makes you angry, then just ignore... Good luck!
October 21st, 2012, 23:49
labtech wrote:@OP
If you have other resources, as in another external or drive that the data on it is not of importance, you can potentially replicate what had happened with those commands on a new case, so to speak. Then, you can draw some conclusions by comparing one case to another.
October 22nd, 2012, 0:14
October 22nd, 2012, 3:19
October 22nd, 2012, 9:59
Vulcan wrote:@labtech,
True, the OP could do that test, but I'm confident about the cause likely being the cp command, so they'll just see similar results (if they repeat the original situation closely enough). I've seen people make enough similar mistakes to last a lifetime.
In short, some or all of the old (FAT32-formatted) disk has been copied to the start of the (NTFS-formatted) 2TB disk. Although dd is typically used to do a (deliberate) raw copy, in order to allow control of block size etc. (and assuming no read errors are expected), some people use cp to do this (although that has some disadvantages IMHO). In this situation, the result is the same - the first xMB of the 2TB disk has been overwritten.
October 22nd, 2012, 10:51
October 22nd, 2012, 11:48
labtech wrote:I thought cp is intended to work with manipulation of folders and files and not so much cloning, including copying of boot structures from one drive to another. This is what is strange to me.
labtech wrote:I would like to experiment this myself, but my time is restricted now, so something to keep in mind for later on.
drc wrote:Two seconds worth of overwriting should not have been enough to damage much of your data.
October 22nd, 2012, 13:03
October 22nd, 2012, 14:21
October 22nd, 2012, 14:46
cp: overwrite '/dev/sdb'?October 23rd, 2012, 0:10
labtech wrote:@OP
There are some places that offer free evaluation, but the issue would be finding a good reputable company that offers it. Heads up: if the data, or partial data, will be recoverable, then that will be few hundred dollars for sure.
October 23rd, 2012, 0:12
I'll give it a shot and post the results, I just hope it doesn't take 24 hours like the initial scan did.drc wrote:Try running the scan on the "G:" partition rather than on the whole drive. Looks like for whatever reason R-Studio is not correctly picking up the start sector of the old NTFS partition. Two seconds worth of overwriting should not have been enough to damage much of your data.
Also cloning/imaging the problem drive and working with the copy is always a good idea.
October 23rd, 2012, 0:13
Thanks for all of that information, Vulcan. I looked up some key words and phrases you used like sparse writes and even the dd command. I wish I had researched it myself because dd seems like the more suitable choice for what I was doing.Vulcan wrote:With a recent RedHat (not the OP's Ubuntu, though I doubt this part is different), I got 5 mins on one of my lab systems to do a quick test with some scratch disks, and when trying to run the OP's command, there is a prompt from cp of:
- Code:
cp: overwrite '/dev/sdb'?
... since the "file" (of course really the raw device) /dev/sdb already exists. This would need to have been answered with a 'y' in order to continue.
Anyway, now I've established that despite the "friend's" comments, the cp command given would overwrite (likely with sparse writes) the first xMB on the 2TB disk, after that confirmation prompt from cp, I'm sure the professionals can do a more efficient job than me of any subsequent recovery.
October 23rd, 2012, 0:14
lcoughey wrote:PM sent to OP
October 23rd, 2012, 15:20
Powered by phpBB © phpBB Group.