COMPUTER TRICKS
HOW TO CONVERT GTP HARD DRIVE TO MBR
- Open elevated command prompt
- Type diskpart
- Type list disk
- Select the disk that you want to convert (e.g select disk 1, that is the name of the disk that you want to convert)
- Type clean
- Type convert mbr
source:Seebgh:Prince Abodakpi
HOW TO CONVERT GTP HARD DRIVE TO MBR
Reviewed by
seeb.com
on
February 25, 2016
Rating:
5
';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();