InterviewSolution
| 1. |
Solve : Can't find My Documents after a disc read error? |
|
Answer» My brother's computer is giving a disc read error when he tries to start it up. On XP My documents default location is C:\Documents and Settings\[USERNAME]\My DocumentsHe removed the hard drive from it's home computer and put it in ANOTHER, apparently configured as slave. So, he won't simply be able to open the My Documents folder on that drive, right? I did say default location... He will of course have to change the drive letter to whatever the drive is assigned to in his computer.Is it that simple or will he still be restricted because it's not logged onto the user account under which the My Documents folder on that hard drive was created?Unless the user have chosen to make his files private, accessing the folder shouldn't be a problem. If the user have set his profile to private the OP will get an access denied error. This can be circumvented, but lets take one problem at a time.That doesn't work. It just says cannot find file, make sure the path or address is correct.Is it only My documents that's missing or is it his entire user folder? You did replace [USERNAME] with his actual username right? It is only the My Documents folder that is missing. Everything else that he had on the computer is still there. And yes I dind replace username with his actual user name. Some people (my self included) move the My documents folder from its default location. Try searching for "My documents" on the drive or even better search for a file your brother knows is in the folder. If it has completely DISAPPEARED the file system might be damaged and will need repair. In that case: Go to Start and select Run... type CMD and hit enter. In the command prompt type chkdsk [The drive letter for his drive] /R. E.g. if his drive is D: you would type chkdsk D: /R If you get a warning about the volume being in use by another process select Y to force a dismount. Depending on the size of the drive the check might take a while.I tried that and it said it fixed some stuff but the folder is still gone. I have tried SPECIFIC searches to no avail. I found a program called recover my files and I am going to see if it can find and recover anything for me. |
|