Jump to content

So id like to split my hdd into 2 pices and i cleaned up around 110 gb out of 250 and i'm tring to split 100 gb so i can transfere some files on it but when i go to disk menagment it only says like i'm only aveable to split around 9 gb.

i don't belive problem is in hdd but in windows

 

Sry if i wrote some words wrong or wrong word format...

Edited by Penko
Link to comment
https://linustechtips.com/topic/718187-hdd-split/
Share on other sites

Link to post
Share on other sites

You mean create a partition? Try using the diskpart utility in Windows cmd.

 

In case you still prefer to do it the long way, using diskpart, follow these steps :

  1. Open the Command Prompt as Administrator. Type diskpart and hit Enter.
  2. Once you enter to the diskpart screen type list disk and hit Enter.
  3. 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.
  4. 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.
  5. After the creating is done, type select partition 2 and hit Enter.
  6. Now that you are in the new partition, you need to format it by typing format fs=ntfs quick and hit Enter.
  7. After that, type assign and hit Enter.
  8. Then, type 'active' and hit Enter.
  9. Now, your new partition is ready to use.
Link to comment
https://linustechtips.com/topic/718187-hdd-split/#findComment-9148540
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×