Ubiq
Uploaded by
7 SLIDES
18 VUES
0LIKES

How to Resize Linux Partition without Data Loss

DESCRIPTION

Sometimes Linux developers and system administrators need to resize Linux partition without losing data. Here is how to resize Linux partition without data loss.<br>Visit https://techosha.com/how-to-resize-linux-partition-without-data-loss/

Télécharger la présentation

How to Resize Linux Partition without Data Loss

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript

Playing audio...

  1. Often Linux developers and system administrators need to resize their hard disk without data loss. You can easily do this using third-party tools like GParted. In this article, we will learn how to resize Linux partition without data loss. You can use these tools in almost every Linux. How to Resize Linux Partition without Data Loss Here are the steps to resize Linux partition without data loss. 1. Install Gparted Open terminal and run the following command to install GParted. $ sudo apt-get install gparted 2. Resize Linux Partition Open Gparted from dashboard. You will see a list of Disk partitions on your system.

  2. Please note, you cannot resize partition that is still in use. So right click on partition, click Unmount from dropdown menu. If it is a swap partition, select swap off option.

  3. Next, right click on the partition you want to resize and click resize/move option.

  4. You will see a window that allows you to resize partition by entering new partition values or by clicking and dragging the partitions. When you are done, click resize/move to save changes.

  5. These changes will enqueued in GParted and not applied immediately.

  6. 3. Apply Changes Click green tick mark shown below to apply changes. This will take some time. Do not Switch off your computer. In case of issues, it will show error messages.

  7. In this article, we have learnt how to reconfigure Linux partition without data loss.

More Related