几天前,我安装了 Ubuntu,删除了 Windows。现在 Ubuntu 占用了整个硬盘。
当我运行 fdisk -l 时,结果显示如下内容:
.........
Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors`
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xa1767c2b
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 960894975 960892928 458.2G 83 Linux
/dev/sda2 960897022 976771071 15874050 7.6G 5 Extended
/dev/sda5 960897024 976771071 15874048 7.6G 82 Linux swap / Solaris`
Partition 2 does not start on physical sector boundary.
这个扩展分区对性能或硬盘有影响吗?我该如何修复它?我读了一些文章,但我不明白真正需要做什么。如果可能的话,请给我一些建议,就像我在一些文章中看到的那样,“使用 Gparted 将 512 移动到 4k……”类型的建议。我试过使用 gparted,我可以做任何事情。只有两个选项“管理标志和信息”
我用的是联想 ThinkPad。
感谢您的帮助。
答案1
sda2
是包含逻辑分区的扩展分区sda5
。您从不读取或写入sda2
,您读取或写入sda5
并sda5
显示完美对齐。因此不会对您的磁盘性能产生任何负面影响,请保持原样。