GParted 错误消息:设备结束后分区无法结束 (156016640) (%2)

Mar*_*lam 5 partitioning gparted resize 18.04

我正在使用 Ubuntu 18.04。我正在尝试增加 volume 的大小sdb2。尝试使用 GParted live 减小扩展分区的大小时,我收到此错误消息。

Could not add this operation to the list
A partition cannot end (153767936) after the end of the device (%2)
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 sectors 
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: 0xfa04408e

Device    Boot  Start    End       Sectors   Size      Id  Type 
/dev/sdb1           2048  15624191  15622144    7.5G   82  Linux swap / Solaris 
/dev/sdb2 *     15624192  93749247  78125056   37.3G   83  Linux 
/dev/sdb3       93751294 468860927 375109634  178.9G    5  Extended 
/dev/sdb5      156018688 468860927 312842240  149.2G   83  Linux
Run Code Online (Sandbox Code Playgroud)

kar*_*rel 7

调整分区大小或移动分区时的错误在于根据以下选项之一计算分区限制:Cylinder/MiB/None。将Align to:下拉选择更改为None并且相同的操作没有错误。

在此处输入图片说明