1. find HDD disk number from windows management!
2. cmd open with admin
# diskpart
# list disk
# select disk 1 // correct number
# list disk // selected disk show with * mark
# clean // this will remove all partition
# create partition primary
# assign // after this it will pop up hard drive formatting window or you can click hard drive right mouse button and format