HDD partitions formatting

abhiramptk12345

Commendable
Jan 26, 2017
1
0
1,510
I have a laptop which have 1tb HDD.now there is no os in it.l am not able to format the partition.still there is no way to delete it
 
Solution
Hi there abhiramptk12345,

Do you get some sort of an error message?

I believe you can clean -> partition and format the drive before the installation process.

Once you are in Windows setup:
- shift+F10 to bring up the command line.
- diskpart [enter]
- list disk [enter]
- select drive [number] [enter]
- clean all [enter]
- create partition primary [enter]
- select partition 1 [enter]
- active [enter]
- format fs=ntfs [enter]
- assign [enter]
- exit [enter]
- exit [enter]

Hope this will help,
D_KnoW_WD :)
Hi there abhiramptk12345,

Do you get some sort of an error message?

I believe you can clean -> partition and format the drive before the installation process.

Once you are in Windows setup:
- shift+F10 to bring up the command line.
- diskpart [enter]
- list disk [enter]
- select drive [number] [enter]
- clean all [enter]
- create partition primary [enter]
- select partition 1 [enter]
- active [enter]
- format fs=ntfs [enter]
- assign [enter]
- exit [enter]
- exit [enter]

Hope this will help,
D_KnoW_WD :)
 
Solution