Create Customization or Manual Partition in Linux

 There is Step by Step procedure to create a partition manually.

1. Take Raw Hard disk
  • The hard disk is without partition and formatting there is nothing on it.


2. Create Partitions(MBR or GPT)
    • what is a partition: it is a logical division of the whole raw hard disk.
    • Three types of partition in the MBR partition system.
      • Primary partition(we have a limit to creating 4 partitions only)
      • Extended partition(when we need more than 4 partitions we create one extended partition)
      • Logical partition(we can create multiple partitions in extended a partition)
Note: Extended Partition is not bootable and also one extended partition per hard disk which is not directly formatted but uses the logical partition.
3. Create Volume
After formatting with File System and Assige the Letter we can use the partition.
 


Comments