web-dev-qa-db-ja.com

MBRからGPTデータを削除できません

Ubuntuインストーラー(およびgparted)を取得して、MBRタイプのディスク上のパーティションを認識できません。他のオペレーティングシステムとディスクツールは、ディスク構造とそのファイルを正常に読み取ります。 fixpartsを使用して新しいMBRを記述しましたが、問題は解決しません。この問題は、ディスク上にまだ存在する保護MBRデータに起因するものと思われますが、NTFSデータパーティションを保持しながら削除する方法については迷っています。

Microsoft Windows [バージョン6.1.7601] Copyright(c)2009 Microsoft Corporation。全著作権所有。

c:\ Users\mike\Desktop\fixparts> fixparts 3:FixParts 0.8.8

3からのMBRデータのロード:

警告:0xEEパーティションはセクター1で開始しません。これにより、一部のOSで問題が発生する可能性があります。

MBRコマンド(ヘルプは?):

Gdiskショーの実行

Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation.  All rights reserved.



c:\Users\mike\Desktop\fixparts>gdisk 3: GPT fdisk (gdisk) version
0.8.7

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. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if you don't want to convert your MBR partitions to GPT format!
***************************************************************

************************************************************************ 
Most versions of Windows cannot boot from a GPT disk, and most varieties prior to Vista cannot read GPT disks. Therefore, you should exit now unless you understand the implications of converting MBR to GPT or creating a new GPT disk layout!
************************************************************************

Are you SURE you want to continue? (Y/N): y

Command (? for help): p Disk 3:: 2930277168 sectors, 1.4 TiB Logical sector size: 512 bytes Disk identifier (GUID): BFE92CE8-F93D-4141-82B8-816AD06FB36E Partition table holds up to 128 entries First usable sector is 34, last usable sector is 2930277134 Partitions will be aligned on 2048-sector boundaries Total free space is 163846893 sectors (78.1 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
     1     163842048      2930272255   1.3 TiB     0700  Microsoft basic data

Command (? for help): r

Recovery/transformation command (? for help): o

Disk size is 2930277168 sectors (1.4 TiB) MBR disk identifier: 0x00000000 MBR partitions:

Number  Boot  Start Sector   End Sector   Status      Code
   1                     1   2930277167   primary     0xEE

Recovery/transformation command (? for help): q
1
user2373121

Gdisk zapコマンドまたはMBRの再構築が問題のGPTデータを処理したように見えますが、再起動後まで有効になりませんでした。

1
user2373121