首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu在安装13.04时看不到windows 7分区

Ubuntu在安装13.04时看不到windows 7分区
EN

Ask Ubuntu用户
提问于 2013-08-15 05:06:29
回答 1查看 499关注 0票数 0

ubuntu@ubuntu:~$ sudo -lu

代码语言:javascript
复制
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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 identifier: 0xd033d792

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   986601471   493197312    7  HPFS/NTFS/exFAT
/dev/sda3       986601472  1953519615   483459072    7  HPFS/NTFS/exFAT

格利特

代码语言:javascript
复制
/dev/sda contains GPT signatures, indicating that it has a GPT table.  
However, it does not have a valid fake msdos partition table, as it should.  
Perhaps it was corrupted -- possibly by a program that doesn't understand GPT partition tables.  
Or perhaps you deleted the GPT table, and are now using an msdos partition table.  
Is this a GPT partition table?

因此,当我试图安装ubuntu时,我得到了一个完整的TB未分配磁盘。但是,当我运行“尝试ubuntu”时,我可以看到在ubuntu上挂载的两个分区,我在/dev/sda3 3上创建了ntfs分区,以修复GUID表,但没有成功。

有没有办法解决这个问题,这样我就可以在/dev/sda3 3上安装ubuntu了?

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2014-05-27 19:14:57

要解决问题,请执行以下步骤:

  1. 启动紧急磁盘并打开文本模式外壳。
  2. 输入"gdisk /dev/sda“(如有必要,将"/dev/sda”更改为任何适合访问硬盘的内容)。该程序可能会抱怨发现了MBR和GPT数据,并将询问使用哪一种。你让它用什么并不重要。
  3. 在“命令”提示符下,键入"x“以输入专家菜单。
  4. 在"Expert命令“提示符下,键入"z”到"zap“(销毁) GPT数据。
  5. 键入"y“作为对销毁GPT的确认的回应。
  6. 输入"n“以响应有关清除MBR的查询。警告:如果你在这里回答"y“,你会毁了你的Windows分区(S)!
票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/332801

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档