スペース全体がすべてのサブパーティションと同じではないのはなぜですか?

スペース全体がすべてのサブパーティションと同じではないのはなぜですか?
fdisk  -l 
Partition table entries are not in disk order.

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: 0xc3072e18

Device     Boot    Start      End  Sectors  Size Id Type
/dev/sdb1  *       16128 30489407 30473280 14.5G  c W95 FAT32 (LBA)
/dev/sdb4       11580256 13523807  1943552  949M  0 Empty

sdb1+sdb4=14.5g+949M=15.4g

14.6理由は何ですか: fdisk -l 情報のディスク /dev/sdb: 、15610576896バイト、30489408セクタですか?
それは言うみんなsdbスペースは14.6GiBです。 15.4GiBではないのはなぜですか?
〜0.8GiBが失われるのはなぜですか?

ベストアンサー1

ディスクサイズは14.538GiB(30489408セクタ×512バイト/1024/1024/1024)です。

sdb4 は sdb1 と重なっており、パーティションテーブルがひどく破損しています。

できるだけ早くsdb4を削除する必要があり、sdb1の内容が破損する危険性が高いため、いかなる場合でも4番目のパーティションを使用しないでください。

おすすめ記事