그냥

mbr gpt 변환(2017.10.16)

만사가 귀찮아 2017. 10. 16. 20:39

OS Version : Windows 10  1703 에서 함


1. OS가 있는 Disk는 명령 프롬프트 창에서 mbr2gpt.exe 프로그램으로 수행함

   MBR2GPT.exe /validate /disk:1 /allowFullOS  로 점검

   MBR2GPT.exe /convert /disk:1 /allowFullOS  로 변환


  disk 번호는 명령 프롬프트 창에서 diskpart 입력 후 list disk 로 확인 가능함


2. Data Disk는 Data 상실 없이 수행하기 위해 여러 방법을 찾아봤지만... ( mbr2gpt.exe 는 OS 가 있는 Disk만 가능 )

   결국 AOMEI Partition Assistant 로 변환함

   https://www.disk-partition.com/download-home.html  에서 Standard Edition을 무료로 download 가능함



MBR2GPT.exe /validate|convert [/disk:<diskNumber>] [/logs:<logDirectory>] [/map:<source>=<destination>] [/allowFullOS]


Where:


 /validate

         - Validates that the selected disk can be converted

           without performing the actual conversion.


 /convert

         - Validates that the selected disk can be converted

           and performs the actual conversion.


 /disk:<diskNumber>

         - Specifies the disk number of the disk to be processed.

           If not specified, the system disk is processed.


 /logs:<logDirectory>

         - Specifies the directory for logging. By default logs

           are created in the %windir% directory.


 /map:<source>=<destination>

         - Specifies the GPT partition type to be used for a

           given MBR partition type not recognized by Windows.

           Multiple /map switches are allowed.


 /allowFullOS

         - Allows the tool to be used from the full Windows

           environment. By default, this tool can only be used

           from the Windows Preinstallation Environment.

'그냥' 카테고리의 다른 글

나무 OTP 체크카드 재발급(2017.10.17)  (0) 2017.10.17
ING보험 배당금(2017.10.16)  (0) 2017.10.16
카카오뱅크 적금자동이체  (0) 2017.10.11
수원역 헌혈(2017.09.17)  (0) 2017.09.17
KB내맘대로적금(정액)(2017.08.05)  (0) 2017.08.06