MBR 제거 하는 방법
C:\>diskpart
Microsoft DiskPart 버전 6.3.9600
Copyright (C) 1999-2013 Microsoft Corporation.
컴퓨터: x
DISKPART> list disk
디스크 ### 상태 크기 사용 가능 Dyn Gpt
---------- ------------- ------- ------------ --- ---
디스크 0 온라인 238 GB 0 B
디스크 1 온라인 7590 MB 0 B
DISKPART> select disk 1
...
DISKPART> clean
...
DISKPART> create partition primary
...
DISKPART> format quick fs=fat32
...
DISKPART> exit
댓글 없음:
댓글 쓰기