If you have experienced like that, it’s means the civilian of VIRUS virtual world that hides files in the flash disk.
My own experience never but have been friends often bring problems to me the ways that simple to find out what actual contents of the flash disk, and consequently all data can be returned safely.
How I do? Come with me in simple steps to restore the files that do not appear in the following flash disk.
First run the Command Prompt with a click Start-Run and type CMD then ENTER, or the way can also click Start-All Programs-Accessories-Command Prompt.
But make sure that the previous Flash Disk is inserted in the USB port on your computer's CPU.
After the Flash Disk is installed and you are in Command Prompt, then type the next command rare in the DOS command prompt with the command format is:
c: \> F: ENTER
The above command is the command to move from drive C (hard disk) to the F drive, the assumption that the flash disk drive is drive F
f: \> DIR / ah ENTER
Definition of the above is showing the files with A = H = Hidden attribute so that files can be hidden can be seen, including all folder.
After viewing the file, the file is then move the files to another folder on the hard disk so that I can read the type the following command:
before me-copy-file file, you must first create a new folder with the command as follows:
f: \> MD C: \ DATABACKUP ENTER
The command to create a new folder or directory on drive C, if you want to create a folder in D drive then change the command to be:
f: \> MD D: \ DATABACKUP ENTER
With the above then a new folder with the name DATABACKUP already been opened on the C drive or drive D.
Then follow up the following command:
f: \> COPY *.* C: \ DATABACKUP ENTER
with the command on all files that are in the flash disk is copied to drive in the folder C DATABACKUP.
Until there is not yet ended, when you have multiple folders in the flash disk, because the above command can not copy a file folder, but only just.
Nah, if easy to get to the folder then you have to remember the name of the folder on the flash disk (forget the fear that record only) after the command DIR / ah so that later on can open in Windows Explorer.
How is the first entry to the windows explorer after that on the drive address select f (flash disk drive, and still on the address type the following command
\ \ nameofdirectory ENTER. (example \ \ DATA and press enter)
With the command of all the files in the folder will appear. If not also try to click on the Tools menu, Folder Options and click the View tab on the menu and the Hidden Files and Folders select Show Hidden Files and Folders.
Source:
http://belajar-ilmu-komputer.blogspot.com/2009/01/flash-disk-full-tapi-file-tidak.html


No comments:
Post a Comment