Hard disk is the main storage part of a computer. Users divide this storage into small parts named partitions for their convenience.
Hide Partition:
Step 1 :
Open CMD.
Enter diskpart in CMD.
This will open a new CMD.
Enter diskpart in CMD.
This will open a new CMD.
Step 2 :
Following command is used to display complete list of partitions.
list volume
list volume
Step 3 :
Select desired partition using the following command.
select volume 1
Note: Change underlined number as required.
select volume 1
Note: Change underlined number as required.
Step 4 :
Hide partition using the following command.
remove letter e
Note: Change underline text as required.
remove letter e
Note: Change underline text as required.
Result :
Partition hid successfully.
Display Hidden Partition:
Step 1 :
Open CMD.
Enter diskpart in CMD.
This will open a new CMD.
Enter diskpart in CMD.
This will open a new CMD.
Step 2 :
Following command is used to display complete list of partitions.
list volume
list volume
Step 3 :
Select desired partition using the following command.
select volume 1
Note: Change underlined number as required.
select volume 1
Note: Change underlined number as required.
Step 4 :
Unhide partition using the following command.
assign letter e
Note: Change underline text as required.
assign letter e
Note: Change underline text as required.
Result :
Hidden Partition displayed successfully.
Comments
Post a Comment