 |
Error Performing Inpage Operation occurs when the partition in
hardrive cannot be readable their contents. This problem arise when in
one hard drive have two or more partition and always happen in external
hard drive. This error can be shown in command prompt when you type the
drive letter of the problem partition. When we google the problem, most
of the result recommend that we must perform a check disk (chkdsk) to
overcome the problem. But which check disk command can fix this in the
efficient way? |
Since we google this problem, we found that this check disk command is the
best method:
chkdsk [(problem drive):] /F
Example for this command : chkdsk e: /F
Finally, it is recommended that you do this below step before you proceed to
that command:
chkdsk [problem drive:] /r
|