3

So, going to dual boot my current Windows 7 install with Ubuntu. My Hard Drive is very small, 300GB (exactly 284GB) and has 148GB free space. I have to keep in mind I play a lot of games and install a lot of stuff, so I want to keep as much free space on the Windows partition as possible. I have never really used Ubuntu or any Linux for that matter as a mainstream OS, so I don't know 100% how much space programs tend to eat in to. How much would you recommend allocating on this Hard Drive?

Jake1702
  • 41
  • 1
  • 1
  • 3

2 Answers2

2

It depends on what you plan on doing with this, But I have found that you will need at least 10GB for a basic Ubuntu install + a few user installed programs. I recommend 16GB at a minimum to provide some room to grow when you add a few programs and packages. Anything larger than 25GB is likely too large.

2

Ubuntu provides Installation/System Requirements here:

https://help.ubuntu.com/community/Installation/SystemRequirements

The suggestion there is to have at least 5GB of disk/storage space for desktop installations.

You will likely want more than that - though how much will depend on what you are using the partition for. If you are storing all your documents and media on the Windows 7 partition then you will only need space for applications.

For example, if you plan to store your email you will need the space for your email, as well as for the client you are using. The Thunderbird package is anywhere from 36 617 kB to 100 881 kB depending on your architecture (http://packages.ubuntu.com/xenial/thunderbird).

To get an idea as to how large the applications you want to install are, you can run the installation media (CD/USB) in live mode and start the "Ubuntu Software" program. This will show you the size of a package you select in the "Details" section. Alternatively you could search for the package description as done above for thunderbird.

If you choose a filesystem that can be grown (eg. ext2/3/4, btrfs, xfs, etc.) you can increase it later if need be (though be sure to back up your data first!).

DougC
  • 233