我正在使用Ubuntu 18.04。我试图增加音量sdb2的大小。当试图使用GParted live缩小扩展分区的大小时,我收到了以下错误消息。
Could not add this operation to the list
A partition cannot end (153767936) after the end of the device (%2)
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发布于 2020-06-17 07:20:33
调整分区大小或移动分区时的错误在于根据以下选项之一计算分区限制:气缸/MiB/None。将“对齐”改为:“下拉选择”为“无”,相同的操作不会出错。

https://askubuntu.com/questions/1251105
复制相似问题