无法挂载 GPT Windows 分区

无法挂载 GPT Windows 分区

我有一台 167GB 的 Windows 7 机器。我想在上面安装 Ubuntu,所以我将分区缩小到 111GB 和 56GB。之后我在新建的 56GB 分区中安装了 Ubuntu 14.10 32 位。

现在 Ubuntu 启动得很好,但我无法启动 Windows 7,也无法在 Ubuntu 中安装 Windows 7 分区。有人可以帮忙吗?

以下是 fdisk 输出:

$ sudo fdisk -l
Disk /dev/sda: 167,7 GiB, 180045766656 bytes, 351651888 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: 0x528025a8

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048 234141695 234139648 111,7G  7 HPFS/NTFS/exFAT
/dev/sda2       234141696 351649791 117508096    56G 83 Linux

以下是 gdisk 输出:

$ sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.8

Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present

***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. 
***************************************************************

Disk /dev/sda: 351651888 sectors, 167.7 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 9E061B7E-6EF6-4F8E-BBEC-4FA6BF459929
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 351651854
Partitions will be aligned on 2048-sector boundaries
Total free space is 4077 sectors (2.0 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048       234141695   111.6 GiB   0700  Microsoft basic data
   2       234141696       351649791   56.0 GiB    8300  Linux filesystem

以下是 Windows 分区上的 blkid 输出:

$ sudo blkid /dev/sda1
/dev/sda1: PTTYPE="PMBR" PARTUUID="528025a8-01" 

如果您需要更多信息,请告诉我。

答案1

在安装 Ubuntu 之前,您是否将磁盘转换为 MBR 样式?您是否需要更改任何 BIOS 设置来安装 Ubuntu?如果是,那么您可能需要恢复该设置才能启动 Windows。

我有一个 GPT 驱动器,我必须清理它(删除所有内容),然后将其转换为 MBR 样式,然后分别为 Windows 和 Linux 重新分区,然后重新安装 Windows 和 Linux。我当时使用的是 Fedora。

相关内容