Want to shrink my windows partition and then increase the size of my Ubuntu one. I could not find a clear answer already, so I'm asking this.
Asked
Active
Viewed 69 times
0
-
3Best to only use Windows to shrink NTFS partition and reboot immediately. It has to run chkdsk after any resize. And make sure fast start up is off. then you can use gparted from live installer to modify Linux partitions. – oldfred Oct 22 '16 at 21:17
1 Answers
0
The easiest way I can think of is to start your computer with live USB (16.04 or any other version). When booting, ensure you say you select to try Ubuntu (not install it). Once it boots, load gparted
. From there,
- Shrink the size of your Windows partition as desired.
- Once the operation above is done increase the size of the Ubuntu partition.
- Once the second operation is done, reboot from hard drive (remove USB).
This should do the trick.

Juan Antonio
- 1,572
-
1According to @oldfred 's comment above, it's best to only use use Windows to shrink NFTS partitions and reboot immediately. – Oct 22 '16 at 21:35
-
I kinda figured it out on my own. I went and download a partition wizard bootable iso, and ran that to downsize my windows partition. I had the most success with that, and it has a progress bar. After doing that I went into gparted and increased the size of my ubuntu partition. – Phoen1x74 Oct 27 '16 at 02:16