我有一块装有 Windows 10 且磁盘标签类型为 gpt 的 SSD 和一块装有 Ubuntu 18 且磁盘标签类型为 DOS 的 HDD。我读到过,如果 2 个磁盘装有 2 个不同的操作系统,并且一个磁盘格式化为 gpt,另一个格式化为 dos,则会导致问题。我有一台 Acer Aspire 机器,因此我只有 UEFI 设置(没有选择旧式启动管理器的选项)。该命令的输出sudo fdisk -l|grep -A4 /dev/sd
为:
Disk /dev/sda: 465,8 GiB, 500107862016 bytes, 976773168 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
--
/dev/sda1 * 2048 976895 974848 476M ef EFI (FAT-12/16/32)
/dev/sda2 978942 13883391 12904450 6,2G 5 Extended
/dev/sda3 13883392 599820287 585936896 279,4G 83 Linux
/dev/sda4 599820288 976771071 376950784 179,8G 83 Linux
/dev/sda5 978944 13883391 12904448 6,2G 82 Linux swap / Solaris
Partition table entries are not in disk order.
Disk /dev/sdb: 119,2 GiB, 128035676160 bytes, 250069680 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: gpt
--
/dev/sdb1 2048 206847 204800 100M EFI System
/dev/sdb2 206848 239615 32768 16M Microsoft reserved
/dev/sdb3 239616 247971839 247732224 118,1G Microsoft basic data
/dev/sdb4 247971840 250068991 2097152 1G Windows recovery environment
Disk /dev/loop8: 163,7 MiB, 171618304 bytes, 335192 sectors
Units: sectors of 1 * 512 = 512 bytes
我应该担心吗?一切似乎都运行良好。我可以在 Windows 和 Ubuntu 中正常启动。提前谢谢您!