Hello all! I’ve been using Windows 11 for quite some time and it’s really horrible when it comes to software development. A friend of mine recommend me to use Endeavour OS but I’m somewhat confused about the partition size.
My system has around 250 GiB of storage divided into C drive(140GiB) and D drive (110GiB). So you see I’m really low on storage.
I primarily want the following tools for my setup:
gcc (C/C++ compiler)
neovim and other tools such as git and npm etc. Leaving them apart from them some place to breathe like 10-15 GiB.
What should be the desired partition size? Is 40 GiB enough for all this?
So that means that I would be left with around 30GBs and that’s good but i saw on the Ubuntu forums that a 30GB installation is completely finished by the first system update is that the case with endeavour? It shouldn’t be since it is an arch distro
Just a thought:
If you install on that 110 GB partition using BTRFS filesystem in the installer, then you wouldn’t need to think about the size of your system partition. Your whole system (root, home etc.) will naturally have a limit of 110 GB.
Depending on your available system resources, if the install is purely for development, it might be easier to use a VM instead of re-partitioning your disk and dual-booting.
Seems like you’re a bit confused about what you’re trying to ask
My old PC which I used for long (still use) runs Endeavour off a 50GB partition. The important thing is to not store all your documents, music and pics on that 50GB partition. For projects and development tools, 50GB is way more than what I need.
This reminds me of node modules
You might want to clear out node modules for projects you’re not actively working on. They can get huge! I do similar thing for my Flutter and Rust projects, here I clean the build directories of projects I’m not actively working on.