ubuntu@ubuntu:~$ sudo -lu
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格利特
/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了?
发布于 2014-05-27 19:14:57
要解决问题,请执行以下步骤:
https://askubuntu.com/questions/332801
复制相似问题