1

I tried to install Ubuntu 13.04 beside Windows 7. At the point where it gave me the option to increase or decrease partition space, I couldn't figure out which side was the Windows partition and which was the Ubuntu partition. Can you help? Left or right is Windows?

I have 350 GB of disk space and only want to allocate 40 GB to Ubuntu. However, I don't want to make a mistake and allocate the 40Gb to Windows instead.

TheLoneKing
  • 1,417
  • 4
  • 19
  • 29
user192040
  • 11
  • 3
  • Better to use Windows to shrink the Windows NTFS partition and reboot so it can run chkdsk. Then you can install into the unallocated. But many Windows 7 systems use all 4 primary partitions. If so you need to delete one of those. http://askubuntu.com/questions/154222/four-partitions-on-windows-7?rq=1 – oldfred Sep 11 '13 at 17:00

2 Answers2

0

gparted, Ubuntu and Linux in general recognize Windows partitions and will show the formatting of the disc correctly as NTFS (or on older Windows as FAT). Linux systems use most times ext with a 2, 3 or 4 behind it. So all you need to do is check the formatting of the disc to identify what kind of OS is on what partition.

Example:

enter image description here

Here sda1, sda5, sda6, sda7 are Windows related partitions.

Windows on the other hand does not recognize Linux file systems so do your resizing in Ubuntu and you should be fine checking what partition is what.

Besides that: Windows still insists to be on the 1st partition of a disc so I assume it will be on the left side.

Rinzwind
  • 299,756
0

From Install Ubuntu 13.04:

Allocate drive space

Use the checkboxes to choose whether you’d like to Install Ubuntu alongside another operating system, delete your existing operating system and replace it with Ubuntu, or — if you’re an advanced user — choose the ’Something else’ option:

img

Begin the installation

Depending on your previous selections, you can now verify that you have chosen the way in which you would like to install Ubuntu. The installation process will begin when you click the Install Now button.

Ubuntu needs about 4.5 GB to install, so add a few extra GB to allow for your files.

Not sure about this step? Windows users can use the Windows installer, which will install and uninstall Ubuntu in the same way as any other Windows application. It’s simpler and completely safe.

img

Radu Rădeanu
  • 169,590