How Do I Manually Partition My Drive During Installation?

0
14
Asked By TechieExplorer42 On

I'm struggling with the manual partitioning process in my installer. I find it quite challenging and would appreciate clear instructions on what steps to take for manual partitioning. What should I do to set up my partitions correctly?

2 Answers

Answered By PartitionWizard99 On

Manual partitioning is typically used for specific scenarios. The easiest route is usually to let the installer handle it automatically unless you have a particular reason to do it yourself. If you really need to partition manually, please provide more details about your current partition setup and what you're trying to achieve, as well as which Linux distribution you’re using. Most users don't need to do manual partitions anymore.

NewbieHelper84 -

Some distros might require manual partitioning, though.

CuriousCat22 -

What if I genuinely need to do it myself and can't find another option?

Answered By LinuxGuru88 On

Here’s a basic partition setup you could consider:
- 2GB for root (ext4) with the mount point set to /
- 600MB for boot (Fat32) with the mount point /boot/efi
- 2GB for swap space
- The remaining space can be dedicated to home (ext4) with the mount point /home.

PartitionNinja71 -

Is 2GB really enough for the root partition?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.