Skip to content

Instantly share code, notes, and snippets.

@abdallahokasha
Last active May 7, 2022 20:30
Show Gist options
  • Save abdallahokasha/8f5fbd7d9af31deb0bb73ae6e29336e1 to your computer and use it in GitHub Desktop.
Save abdallahokasha/8f5fbd7d9af31deb0bb73ae6e29336e1 to your computer and use it in GitHub Desktop.
Manual partitioning during Ubuntu installation

Schema Example:

(1) swap

 swap area 
 4000 MB
 Note: that's it's realtive to your RAM Size if we have 8GB we should make it at least 8000MB.

(2) boot

 /boot 
 ext2 file system
 512 MB
 Note: /boot is optional but it's recommend to add it.

(3) home

 /home 
 ext4 journaling file system 
 102400 MB 
 Note: we can use any suitable size for home according to hard disk capacity.

(4) root

 /
 "EFI system parition" or "ext4 journaling file system"
 15000 MB

All perivous with selected options "primary" & "Begining of this space"

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment