Hello Friends today i am gonna show you how to hide hard-disk partition of your hard disk,and Unhide your hard-disk partitions by using CMD.
Here are some steps for how to hide hard-disk partition of your hard disk.
first of all lets consider we have 4 partition in our hard-disk, and those are c:, d: , e: , f:.
here we will hide f: partition.
step-1 : Open the command prompt console. type “ diskpart ” [wothout quotes].
step-2: A new console will appear. type ” list volume ” [wothout quotes]. It will display the list of volume means partitions of your hard-disk.
step-3: Select the partition by the number given left to the volume 1,2,3,4. type “ select volume 4 ” [wothout quotes]. It will select 4th partition means f: .
step-4: Now type ” remove letter f ” [wothout quotes]. It will remove the letter f:.
Thats it. your f: partition is hide succesfully.
Steps to unhide your partition. here we will unhide f:
steps-1 : Open the command prompt console. type “ diskpart ” [wothout quotes].
step-2 : A new console will appear. type ” list volume ” [wothout quotes]. It will display the list of volume means partitions of your hard-disk.
step-3: Select the partition by the number given left to the volume 1,2,3,4. type “ select volume 4 ” [wothout quotes]. It will select 4th partition means f: which is hidden
step-4: Now type “ assign letter f ” [wothout quotes]. It will assign f: to that hidden partition and the partition will be shown.
thats it, you have successfully unhide your partition.
0 comments:
Post a Comment