Skip to main content

Unable to Access your hard drive/ pen drive/ memory card? Here is the solution.


You might sometimes face this problem; whenever you connect your drives(hard drive/pen drive/ memory cards) to your PC it asks for formatting; it flashes a message of Access Denied. Many of our readers have asked this question. They want to know how to handle this situation. Sometimes you get a message when you connect your memory card "Your card is corrupted". Many a times you get a message like this;


You have no choice left but to format it, BUT wait, there is one command promt technique that may be useful. A DOS command that checks your files, removes bad sectors and corrects the disk to make it usable.

Step1: Connect the device(drive)  to your PC

Step2: Go to Command Promt (Start Menu -> Run -> Type "CMD" Press Enter)

(In Command Promt)
 
Step3: type "chkdsk drivename: /r" press enter (@ the place of drive name type the drive name of your Card)
eg: chkdsk E: /r 

Step4: Press Y to continue you will start seeing the contents of your card.
At the end chkdsk will show you what it has done!
 
Now you can go to My Computer and access your card
If you still loose some files, you can make use of any recovery software. Even after chkdsk if you don't get access to your card, there is no option left other than formatting it.
 
But don't worry you can recover your files even after formating it. You only need to use a good recovery software.

We had mentioned about "Recuva" a recovery utility. It is free to use. You can check this out here
http://bit.ly/GIn3X5 .
 


Popular posts from this blog

How to write a bach file or a batch job?

If your are connected with world of programming, you might have heard this word " Batch File ". A batch file is used to execute a no of operations or a list of commands one after the other often requiring no user input. A no of operations are batched in a file to be executed sequentially when we run that file. In Microsoft Windows Operating system a batch file is a file saved with .bat extension while in other operating systems like Unix and Linux it can be written as a command file shell script. Batch files are often used to load programs, run multiple processes at a time, and perform common or repetitive tasks. For example, a batch job could be used to back up many files on a computer system, process log files, run a series of calculation commands, run multiple system diagnostic processes, or any number of other things that require multiple commands to be run. A big advantage of a batch job is that it can be started at any time and left alone until t...

Adding Password to Microsoft Word Document

Recovering Deleted Files, Pictures & Videos

  So many times we accidently delete some important files, pictures or videos. Sometimes we loose files because of unexpected system failure  ( ultimately causing system format). We can get our deleted files back using Recovery Softwares/Utilities.  Even though a file was deleted there is a good chance that contents of the file are still around.  When a file is deleted the contents of the file are not removed. Only a pointer to the file in the file system table is deleted.   It is very important to immediately stop writing to the storage device that previously contained your files/pictures so that the old file contents are not overwritten.  For example, don’t take any more pictures with your digital camera because new pictures will overwrite the deleted files. HOW TO RECOVER DELETED FILES???? Step1: You will need to use a utility to recover your lost files. I like to use a free ut...