Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the Linux disk partitioning tools?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "what are the Linux disk partitioning tools". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn what Linux disk partitioning tools have.

The list below the five tools for managing disk partitions in Linux does not have a specific ranking order. Most partitioning tools should exist in the repository of the Linux distribution.

GParted

GParted

This is probably the most popular GUI-based partition manager in the Linux distribution. You may have preinstalled it in some distributions. If not, just search for it in the Software Center to complete the installation.

It will directly prompt you to authenticate as a root user at startup. So, you don't need to use the terminal here at all. After authentication, it analyzes the device and then asks you to adjust the disk partition. If there is data loss or accidental deletion of files, you can also find the option to "try data rescue".

GParted

GNOME Disks

Gnome Disks

A GUI-based partition manager that appears with Ubuntu or any Ubuntu-based distribution such as Zorin OS.

It allows you to delete, add, scale, and fine-tune partitions. If you encounter a failure, it can even format the USB in Ubuntu to help you rescue the machine.

You can even use this tool to try to repair partitions. Its options also include editing the file system, creating a partition image, restoring the image, and benchmarking the partition.

GNOME Disks

KDE Partition Manager

Kde Partition Manager

KDE Partition Manager should already be pre-installed on the KDE-based Linux distribution. However, if not, you can search in the Software Center and easily install it.

If you are not pre-installed, you may be notified that you do not have administrative privileges when you try to start. You can't do anything without administrator privileges. Therefore, in this case, enter the following command:

Sudo partitionmanager it will scan your device, and then you can create, move, copy, delete and scale partitions. You can also import / export partition tables and use many other adjustment options.

KDE Partition Manager

Fdisk (command line)

Fdisk

Fdisk is a command-line program that exists in every Unix-like system. Don't worry, even if it requires you to start the terminal and enter commands, it's not very difficult. However, if you are confused about using a text-based program, you should continue to use the GUI program mentioned above. They all do the same thing.

To start fdisk, you must be the root user and specify the device that manages the partition. The following is an example of this command:

Sudo fdisk / dev/sdc you can refer to the wiki page of the Linux documentation project for a list of commands and more details about how they work.

GNU Parted (command line)

Gnu Parted

This is another command line program that is pre-installed on your Linux distribution. You need to enter the following command to start:

Sudo parted thank you for reading, these are the contents of "Linux disk Partition tool". After the study of this article, I believe you have a deeper understanding of what Linux disk Partition tool has, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report