3

I want to install Ubuntu on my device which already has Windows 7. On my Windows 7 I have three partitions including two for storage called D and E (with no important data on them maybe a gigabyte or two) and one for Windows system called C.

Now I want to install Ubuntu instead of Windows, and on Ubuntu I want to make three brand new partitions: two for storage and one for the system, like the way it was in Windows:

C D and E drives in Windows

How can I do this? Do I choose the Something else option during the installation, or should this be done after the installation has been completed? What are the steps to follow?

Image for the installation options given

Thanks in Advance.

Zanna
  • 72,312

2 Answers2

3

Partitions merely for organization isn't a great idea. Folders can handle this job just fine.

Partitions are fairly rigid because they can be difficult to resize. We can see from your Windows setup that you ran out of room on your primary partition where Windows was installed. What's to stop the same thing from happening in Ubuntu?

It's probably better to just accept the default options for partitions and use folders for organization instead.

Some people like to keep a separate /home partition for easier formatting and system reinstalls, but reusing that /home on a different system can end up being a bit more complicated in practice. Lots of software store configuration files under /home and these configs won't necessarily work out-of-the-box when a /home partition from one installation is used on a different version, flavor, or distribution. It's possible that a separate /home partition could save you some time in these scenarios, but you should plan and expect to do some tweaking to get everything working smoothly.

Nmath
  • 12,664
0

Yes, "Something else" will allow you to modify and assign partitions to your Ubuntu installation.

You can also boot into Ubuntu live session,
select "Try Ubuntu",
and then install GParted tool:

sudo apt install gparted

Now you can use GParted to modify your partitions to your liking
before running Ubuntu installer ("Install Ubuntu YY.MM" icon on the desktop).

Selecting "Something else" in the installer now will also allow you to add static mount points (paths) to your additional partitions.