Dal*_*ton 5 partitioning gparted 13.04
好的,所以我对 linux 有点陌生,但我非常了解计算机,所以我可以接受命令。
我的问题是,当我尝试扩展包含我的 ubuntu 分区的扩展分区时,我收到一条错误消息“无法满足分区上的所有约束”
尽快解决问题很重要。我不知道您究竟需要知道什么才能解决我的问题,但这里有一些事情,不要害怕要求更多您需要的东西。
尝试在 Ubuntu Live USB (Ubuntu Live 13.04 x64) 中使用 GParted 进行分区。
我的分区图如下所示:
Partition: Size:
/dev/sda1 | TOSHIBA System Volume | 1.46 GiB
/dev/sda2 | Windows 7 | 104.08 GiB
unallocated | The space I want to add | 99.21 GiB
? /dev/sda3 | The extended partition | 81.06 GiB
/dev/sda5 | My ubuntu partition | 81.06 GiB
unallocated | extra space added in ubuntu installation | 2.00 MiB
/dev/sda4 | HDDRECOVERY | 12.27 GiB
Run Code Online (Sandbox Code Playgroud)
输出自 sudo fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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
Disk identifier: 0xcd9fd9b7
Device | Boot | Start | End | Blocks | Id | System
/dev/sda1 | * | 2048 | 3074047 | 1536000 | 27 | Hidden NTFS WinRE
/dev/sda2 | | 9893888 | 221351935 | 105729024 | 7 | HPFS/NTFS/exFAT
/dev/sda3 | | 429400062 | 599398399 | 84999169 | f | W95 Ext'd (LBA)
/dev/sda4 | | 599402496 | 625141759 | 12869632 | 17 | Hidden HPFS/NTFS
/dev/sda5 | | 429400064 | 599398399 | 84999168 | 83 | Linux
Disk /dev/sdb: 32.0 GB, 32015679488 bytes
255 heads, 63 sectors/track, 3892 cylinders, total 62530624 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
Disk identifier: 0x00093c4b
Device | Boot | Start | End | Blocks | Id | System
/dev/sdb1 | * | 32 | 62527487 | 31263728 | c | W95 FAT32 (LBA)
Run Code Online (Sandbox Code Playgroud)
我在 GPARTED 中遇到的错误
GParted 0.12.1 --enable-libparted-dmraid
Libparted 2.3
Move /dev/sda3 to the left and grow it from 81.06 GiB to 82.20 GiB 00:00:02 ( ERROR )
calibrate /dev/sda3 00:00:02 ( SUCCESS )
path: /dev/sda3
start: 429,400,062
end: 599,398,399
size: 169,998,338 (81.06 GiB)
move partition to the left and grow it from 81.06 GiB to 82.20 GiB 00:00:00 ( ERROR )
old start: 429,400,062
old end: 599,398,399
old size: 169,998,338 (81.06 GiB)
requested start: 427,008,000
requested end: 599,396,351
requested size: 172,388,352 (82.20 GiB)
libparted messages ( INFO )
Unable to satisfy all constraints on the partition.
Run Code Online (Sandbox Code Playgroud)
========================================
同样,如果您需要询问任何其他信息,那么我可以解决问题很重要。我正在制作我自己的 Linux 发行版以了解有关 Linux 的更多信息,谁不想要自己的操作系统?我的意思是来吧。我会尝试使用 Windows 分区管理器,但我希望不会更好。
谢谢!
当我遇到此错误时,我会重试,但请确保选项“对齐到”设置为“无”(默认情况下似乎使用 MiB)。这通常对我有用,尽管有时我必须尝试两到三次才能起作用。这可能不是最好的解决方案,但它可能适合您。