请帮忙:我可能瞎了:-)
运行“partprobe /dev/sda”出现错误:
Error: Can't have overlapping partitions.
如果我使用“sfdisk -d /dev/sda > sda.txt”转储结构,我会得到:
/dev/sda1 : start= 63, size= 80262, Id=de /dev/sda2 : start= 81920, size= 4194304, Id= c, bootable /dev/sda3 : start= 4276224, size= 2048000, Id=83 /dev/sda4 : start= 6324224, size=1556054016, Id= 5 /dev/sda5 : start= 6326272, size=983040000, Id=83 /dev/sda6 : start=989368320, size=819200000, Id=83 /dev/sda7 : start=1808570368, size= 32913408, Id=82 /dev/sda8 : start=1841485824, size=110962688, Id=83 /dev/sda9 : start=1952448575, size=1952448449, Id=83 /dev/sda10: start=3904897087, size=1952448449, Id=83
如果我运行“sfdisk -V /dev/sda”,我会收到以下错误:
sfdisk: Warning: extended partition does not start at a cylinder boundary. DOS and Linux will interpret the contents differently. Warning: partition 6 is not contained in partition 6
有关分区的其他信息:
Disk /dev/sda: 2999.0 GB, 2998960914432 bytes, 5857345536 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 label type: dos Disk identifier: 0x4501af55
Dispositivo Boot Start End Blocks Id System /dev/sda1 63 80324 40131 de Dell Utility /dev/sda2 * 81920 4276223 2097152 c W95 FAT32 (LBA) /dev/sda3 4276224 6324223 1024000 83 Linux /dev/sda4 6324224 1562378239 778027008 5 Extended /dev/sda5 6326272 989366271 491520000 83 Linux /dev/sda6 989368320 1808568319 409600000 83 Linux /dev/sda7 1808570368 1841483775 16456704 82 Linux swap / Solaris /dev/sda8 1841485824 1952448511 55481344 83 Linux /dev/sda9 1952448575 3904897023 976224224+ 83 Linux /dev/sda10 3904897087 5857345535 976224224+ 83 Linux
重叠在哪里?我根本看不见!!!
答案1
答案2
至少sda4
和sda5
是重叠的。sd4
占用 6324224 到 1562378240,而sd5
从 6326272 开始。