Partition

Debian 擴展主(根)分區而不會失去數據

  • June 30, 2020

我有一個安裝了 Debian 的虛擬機。我想在不失去數據的情況下擴展主分區。

這是輸出sudo fdisk -l

Disk /dev/sda: 34.2 GiB, 36700160000 bytes, 71680000 sectors
Disk model: VBOX HARDDISK
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0eacd5f2

Device     Boot    Start      End  Sectors Size Id Type
/dev/sda1  *        2048 46139391 46137344  22G 83 Linux
/dev/sda2       46141438 52426751  6285314   3G  5 Extended
/dev/sda5       46141440 52426751  6285312   3G 82 Linux swap / Solaris

您可以從包含 gparted 的 LiveCD ISO 啟動您的 VM 系統(或在啟動後將 gparted 安裝在實時發行版上),然後您可以通過友好的 GUI 根據您的心願來操作您的分區。

如果您的驅動器不夠大,您可以先使用 VM 系統的工具對其進行擴展。

不相關的有用評論:您應該刪除您的交換分區 - 這些對 VM 會適得其反

引用自:https://unix.stackexchange.com/questions/595783