I'm currently having a problem with reallocating partitions. I want to take some of Windows' space and give it to the Ubuntu partition. This is my partition list at the moment
My partition map:
Anyways, here's the problem. When I remove some of the Windows partition, it shows up as unallocated, but I can't add it to the Ubuntu partition.
Why is that? Please help.
Thanks in advance
P.S. My question is different from that related one, because I want to move a part of the partition, not the whole one.
resizefs --help
andman 8 resizefs
as well. – Kupferdrache Jul 02 '16 at 09:59/dev/sdb1
and/or/dev/sdb2
, i.e. the NTFS partitions located before the extended partition containing Linux. Prbm is you can't just move partition around. What you could do, but it's a little involved, is: a) start from anyLive Linux
, equipped with GParted. b) With GParted, free enough space in/dev/sdb1 or 2
, bit-to-bit copy the full contents of yr ext4 partition, e.g. usingdd
, c) recreate yr swap space, d) rebuild yrgrub
. -- Yr mileage may vary depending on whether you deal with a BIOS-MBR or a EUFI-GPT configuration. – Cbhihe Jul 02 '16 at 10:07/dev/sdb3
here. Some time ago, I had this very issue and could not extend left, I beleive because of the extended nature of the partition (fs was ext3 in my case)... – Cbhihe Jul 02 '16 at 12:49