Manjaro is a popular Linux distribution known for its user-friendly interface and ease of use. If you are new to Manjaro or Linux in general, one of the first things you may want to do is partition your disk to better organize your files and optimize your system's performance. In this step-by-step guide, we will walk you through the process of partitioning your disk for Manjaro.
Step 1: Backup Your Data
Before you begin the partitioning process, it is crucial to back up all your important data. Partitioning involves resizing and creating new partitions, which can potentially lead to data loss if not done correctly. So, make sure you have a backup of all your files to avoid any potential mishaps.
Step 2: Boot into Manjaro
Make sure you have Manjaro installed on your system and boot into it. Once you are logged in, open the terminal by pressing Ctrl + Alt + T or by searching for "Terminal" in the application launcher.
Step 3: Launch GParted
In the terminal, type the following command and press Enter to launch GParted, a powerful disk partitioning tool:
sudo gparted
You will be prompted to enter your password. Type your password and press Enter to continue.
Step 4: Select Your Disk
Once GParted is launched, you will see a list of available disks on the top-right corner of the window. Click on the dropdown menu to select the disk you want to partition. Be cautious while selecting the disk as partitioning the wrong disk can result in data loss.
Step 5: Resize Existing Partitions
If you already have existing partitions on your disk and want to resize them, follow these steps:
- Right-click on the partition you want to resize and select "Resize/Move".
- In the "Resize/Move" window, you can either drag the partition's edges or enter the desired values to resize it.
- Click "Resize/Move" to apply the changes.
Repeat these steps for any other partitions you want to resize.
Step 6: Create New Partitions
If you want to create new partitions on your disk, follow these steps:
- Right-click on the unallocated space and select "New".
- In the "Create Partition" window, specify the desired size, file system type, and partition label.
- Click "Add" to create the new partition.
Repeat these steps for each new partition you want to create.
Step 7: Apply the Changes
Once you have finished resizing existing partitions and creating new partitions, click on the "Apply" button in the toolbar to apply the changes. GParted will display a summary of the pending operations. Review the summary and click "Apply" to proceed.
Depending on the size of your disk and the number of operations, applying the changes may take some time. Be patient and do not interrupt the process.
Step 8: Exit GParted and Reboot
After GParted has finished applying the changes, close the GParted window. You can now reboot your system for the changes to take effect. To reboot, click on the "Start" menu, select "Power Off/Log Out", and choose "Restart".
Once your system restarts, the disk partitions will be resized and any new partitions will be available for use.
Congratulations! You have successfully partitioned your disk for Manjaro. You can now start organizing your files and enjoying your optimized system.
Conclusion
Partitioning your disk in Manjaro is a straightforward process with the help of GParted. By following the step-by-step guide provided above, even entry-level users can easily partition their disks and optimize their systems. Remember to always back up your data before making any changes to avoid any potential data loss.
References
| Number | Source |
|---|---|
| 1 | Manjaro |
| 2 | GParted |