0

I need some help. I've been looking around the net and I can't find the answer to help me out specifically.

I dual-booted Ubuntu with Windows 7 on the HD. I ran out of space in Ubuntu and decided I wanted more. I shrank my Windows partition. I now have an empty 50GB partition available. My problem is, I ran GParted and the extended partition containing Ubuntu is all in the left. Windows is in the middle. The empty space is to the right.

Should I move the Windows to the left and merge the extended with the empty space? Or make a new partition on the empty space for Ubuntu to access?

Peachy
  • 7,235
  • 10
  • 40
  • 47

1 Answers1

0

I am not sure if you installed the grub to the mbr or the root of the Linux partition. If you did install it to the mbr, you can move the Linux partition and merge it with the new space. If the grub is on the Linux root partition use my second suggestion to avoid the headaches of adding a partition back to grub once the move is finished.

A second suggestion would be to use the new empty partition for Ubuntu as that would answer your first problem of not enough space, and you could make it accessible from windows as a file or document partition.

I hope this helps


Installing Ubuntu reference

How do I install Ubuntu?

Illustrative guide of Dual Booting

SteveLacy
  • 262