Posts

Showing posts from May, 2016

How to create new partition on an unallocated space using diskpart.

Image
6 down vote I wouldn't suggest using  diskpart  if the hard drive already has some data on it, especially if you've installed the system on it. This is because if you don't know how to use it, then it's better to avoid using it to prevent you from data loss. You can use a third part tool to do that instead, which will give you the same results. Use  EaseUS Partition Master  (Free Edition), or visit  the Best Free Partition Management Software  page to have other tools. In case you still prefer to do it the long way, using  diskpart , follow these steps : Open the Command Prompt as Administrator. Type  diskpart  and hit Enter. Once you enter to the diskpart screen type  list disk  and hit Enter. Now a list of the disks will be shown, type  select disk x  (the X is the disk number that has an unallocated space) and hit Enter. Now, type  create partition primary size=x  (The X is the number that you got from the Free column on the previous step) and hit Enter.

Clear Read-Only flag on Disk in Windows 7 using Diskpart

Hans-Henry Jakobsen 4 years ago 34 comments diskpart ,  Windows 7 This is a short HOWTO clear the read-only/readonly flag/attribute on a disk in Windows 7 using the diskpart command from a Windows Command Prompt. Warning! Be sure to do this on the right disk since the diskpart command can do serious damage if you run it on the wrong disk. Open a command window by running the diskpart command from a Command Prompt Determine which disk you are going to modify: DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 149 GB 1024 KB Disk 1 Online 465 GB 465 GB Select the disk you are going to modify DISKPART> select disk 1 You have now selected disk 1 list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 149 GB 1024 KB * Disk 1 Online 465 GB 465