Tuesday, August 16, 2011

windows 7: Hide/show disk partitions

Hide:
1.Type “diskpart” in run command box without quotes. (A command window will get opened)
2.Then type “list volume“. (Your hard disk partitioned volumes will be listed)
3.Now type “select volume <volume number>” – (Volume number is the numeric variable which is shown in the volume listing)
4.Type “remove letter <volume letter> – (Volume letter is the alphabetic character of the drive such as C,D,E,F…Z)

Show:
1.Type “diskpart” in run command box without quotes. (A command window will get opened)
2.Then type “list volume“. (Your hard disk partitioned volumes will be listed)
3.Now type “select volume <volume number>” – (Volume number is the numeric variable which is shown in the volume listing)
4.Type “assign letter <volume letter> – (Volume letter is the alphabetic character of the drive such as C,D,E,F…Z)

Reference:
http://www.ethicalhackers.in/downloads/articles/how-to-hide-hard-disk-partitions-in-windows.html

No comments: