Five very good Linux partition managers

Source: Internet
Author: User

Five very good Linux partition managers

There are many programs that can help you manage partitions on the drive. Some are command line tools, like fdisk. There are also some GUI (graphical user interface), such as GParted. Today, I will demonstrate five very good Linux partition managers, including graphic interfaces and text interfaces.

Warning: partition management is a high-risk activity. If you are not careful, data may be lost. To prevent the worst case, you must back up all the data you do not want to lose. You also need management permissions to manage partitions. When you change them, you should unmount the partition.

1. KDE Partition Manager

As shown in the title, this partition manager is part of the KDE tool set. In addition to the drive list on the left of the partition list, it has similar interfaces with GParted. Like GParted, the list of operations to be executed is located at the bottom of the window. Similar to GParted, the interaction between different functions is similar. Like other components, you can easily manage partitions and format different file systems. This is not a good tool for ordinary things.

2. Fdisk

As mentioned above, fdisk has only one command line interface. However, this does not mean it is difficult to use. The Help Command is easy for you to get started. Interaction is accomplished by entering a letter to call a command, such as 'l' listing all partitions on each drive or specified drive. No changes made to the partition table are written to the drive unless explicitly indicated by the user.

Interactive menus are basic. Each Command is called with a single letter. For example, "m" lists all commands. Enter 'n' to create a partition, and 'P' to list the partition tables of each drive (the same as entering 'fdisk-l' at the command prompt ), 't' is used to format the partition, and 'w'' is used to write a partition.

3. GParted

GParted is a good partition management program and can be widely used in many release versions. GUI is easy to use. Select a drive, view its partitions, right-click one of them, and a menu is displayed, which contains options about how to process partitions, whether it is formatting, deleting, or other methods, then proceed.

The bottom is a list of all the changes made based on your GParted. Read this list carefully before applying any changes. As the change progresses, you will see that the command being executed is running.

4. GNOME disk partitioning Tool

The GNOME Desktop On Debian comes with a partition tool installed called the GNOME disk. Different from GParted interfaces, but it is not difficult to find what you want. In addition to creating, modifying, and deleting partitions, you can also choose to create an image for the drive to back up the drive to a file and restore the image to the drive. It seems that it detects swap partitions as unallocated space. If you try to use this space to add a partition, you will receive an error stating that the space has been occupied by the partition.

But it is not difficult to find what you want. In addition to creating, modifying, and deleting partitions, you can also create an image for the drive, that is, backing up the drive to a file and restoring the image to the drive. It seems that it detects that swap partitions are unallocated space. If you try to add a partition to this space, you will receive an error saying that the space has been occupied by a partition.

With the GNOME disk, you can also install and detach partitions. Be careful that any operation you take will be applied immediately, because when the "application" button is pressed (none), all operations in the queue will not be executed.

5. Parted

Like fdisk, Parted is another command line tool used to manage partitions. However, unlike fdisk, any command you send to Parted will be applied immediately, so you need to be more careful when using Parted. Parted can be used to search for and rescue partitions that may have been lost.

In the example of Parted, run 'mkpart primary ext4 0G 320g' to create a GB partition from the drive. Then you need to exit parted and run a mkfs command. In this case, because the ext4 partition is created, this command transfers mkfs. ext4/dev/sdb1 '.

Example of creating another partition.

It also provides a good help system to explain how to use certain commands, what parameters are accepted, and how to specify them.

Summary

Needless to say, this is a matter of personal preferences. Which tool do you use for partitioning. My personal favorite is GParted. However, these five programs can be used for Linux (Debian or others) to manage partitions. Be familiar with at least two of them, especially the command line, because sometimes you may need to use a disk for work and there is no available GUI.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.