-
Don't lose patience - we're honestly trying to help albeit with suspicions.
Answer Nihil's questions please.
To my understanding of this so far you can get to a command prompt and use dos commands to move the files in question. I offered you a one line solution in the very first response in this thread. Did you try it? If it didn't work, what did it say when you tried it?
As for googling for the DOS commands, you can obviously do that, you're equipped with a computer that'll let you post here. I strongly suggest you do so. Gore likes Xcopy. Being oldschool dos, I like copy/mkdir/rmdir and moving stuff a bit at a time. If moving all the files causes another crash, try them one at a time - it's a long, slow process, but it might keep the machine stable enough to complete the task at hand.... syntax follows:
copy c:\path\finaldirectory\filename.* or filename.extension Newdrive:\destinationdirectory\
if this doesn't work, let us know what error messages or permissions denials you're getting and we'll try to work from there.
-
Another way to get the data off the drive...using a GUI interface...would be to slave the drive into a working computer....and grab the files that way.
Make sure you have an updated AV running...just incase
MLF
-
A few questions you might answer first
Operating system of the crashed machine? (windows 98 , xp ,200, ect)
version of dos you are using to boot the machine. This might seem silly but is it compatable with your extenal drive? Can it see the partion on the drive in the crashed machine?
I didnt see the error messages you get when you try to copy but i have a heavy cold so it could be just me. :p. It would be good if you could post it.
How much free space do you have on the machine that crashed? Is there enought to do a reinstall on another partion with out formating the drive. If you do have a serious virus problem on the crashed machine you will want to do a reinstall in anycase after you get the data.
And dont forget to be methodical
hope these few pointer will help. I am going home to make myself a couple of hot whiskeys to try and kill the cold with alchool poisoning. :p.
-
Did ANYBODY notice that eeisele wanted to copy files from the "Desktop" into the external hard drive? And, did anybody notice that ALL FILES LOCATED IN THE DESKTOP FOLDER ARE ALL SHORTCUT LINKS to files at 1KB each? I hope I misread the phrase "files and folders from the Desktop".
eeisele... you don't copy shortcuts when you want the data files. Please bother specify what exactly are the types of files you want to copy and the version of the DOS you are using (you can find that out by typing VER <Enter>), assuming you can read the DOS prompt and its responses unhampered. PLUS, do you know what/where exactly are the folders/files are located? XCOPY will include the folders, COPY will copy only the files.
Syntax:
XCOPY <source drive letter>:\<folder name>\*.<file extension...DOC,XLS,PPT or * for all file types> <space here> <destination drive>:
e.g. XCOPY C:\WINDOWS\*.* G: <Enter>
COPY C:\My Documents\*.DOC G:\Extract\ <Enter> (assuming you created the folder "Extract" at drive G by typing MD or MKDIR G:\Extract first.)
--EDIT: I came across this thread while I was searching for "trolls" within AO. I'm still counting the number of threads with those "troll" terms.
-
Am I the only one who doesn't use just shortcuts on a desktop?
-
Gore
if you are that makes two of us.
Goitz you can put whatever you want on your desktop. It doesnt have to be a short cut.
-
i would say if he is running into problems its because the new external harddrive cannot be found. Was it installed and working before the infection?
As mentioned before I would recomend slaving the HD to another machine (which has a fully updated AV) and lifting the fiels that way.
Or use a live linux distro like knoppix to get a GUI back again and move the files from within it
v_Ln
-
Aye! valhallen, you got me there!
... After all, a folder IS a folder and so on and so forth could be unto it, HE-HE!
-
I assume that that the DOS that is being talked about is the Commandline - Recovery Console with Win XP...
One thing I am sure of is it dosent support USB devices without you running specific drivers.. I think MLF had mentioned this..
No Copy command will work untill the device your copying to is recognised by the "OS".. so is the EXTERNAL HDD accessable? can you do a DIR for its contents?
The easiest method will be to
1/ remove the HDD and connect it to a working PC (already mentioned)
2/ extract the Data that is needed..
3/ do a scann of the HDD with an AV scanner (scann only), note any detected malware
4/ take any needed action b4 reinstalling in the original system (realising with out remote scanning tools this will leave the registry very suspect..)
BEfore I started useing Knoppix and Bart PE a situation like this was always a case of removing the HDD and installing it it as slave on a pc setup specificly for this work..
and MLF.. good call twice..