Ubuntu 服务器在扩展硬盘后速度很慢

Ubuntu 服务器在扩展硬盘后速度很慢

大家下午好,

由于空间不足,我扩展了我们的虚拟 Ubuntu 服务器。现在机器运行得像狗一样。

根据 fdisk -li 得到以下信息:

sudo fdisk -l
Disk /dev/sda: 80 GiB, 85899345920 bytes, 167772160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x12f1824d

Device     Boot    Start       End  Sectors Size Id Type
/dev/sda1           2048  92278781 92276734  44G 83 Linux
/dev/sda2       92278782 104855551 12576770   6G  5 Extended
/dev/sda5       92278784 104855551 12576768   6G 82 Linux swap / Solaris

Partition 2 does not start on physical sector boundary.

我猜测驱动器尚未更新,它应该是 80gb 而不是 44g。

相关内容