DISKPART is quite capable WINDOWS/DOS utility for all sort of HDD related issues.
Often while performing clean install HDD drive doesn't get selected for installation an error CAN'T USE CURRENT PARTITION gets displayed, the issue common & can easily be resolved by changing the partition from MBR to GPT.
Often while performing clean install HDD drive doesn't get selected for installation an error CAN'T USE CURRENT PARTITION gets displayed, the issue common & can easily be resolved by changing the partition from MBR to GPT.
- Run command prompt CMD as admin
- Type DISKPART hit enter now diskpart, utility will start
- Type LIST DISK list of HDD disk will be displayed, now have to select the appropriate disk
- Type SELECT DISK 0 (0/1/2) hit enter, disk will be get selected, now to clean disk
- Type CLEAN command hit enter, finally to convert disk partition
- Type CONVERT GPT (GPT/MBR) hit enter disk partition will change. Now make partition primary
- Type CREATE PARTITION PRIMARY hit enter, to set file format (FAT/NTFS)
- Type FORMAT QUICK FS=NTFS hit enter, finally assigning a drive letter
- Type ASSIGN hit enter, to exit DISKPART
- Type EXIT hit enter.
Do comment for help/suggestion, i will try to reach out to you.
I hope you learned something, keep sharing.🙋
No comments:
Post a Comment