본문 바로가기

Windows/Storage

GPT Partition Type

    초기 IA64 시스템에서 사용되던 GPT Partition Type이 x64에서도 사용가능하고, 점차 2TB 이상의 Storage를 요구하는 고객사가 많아지면서

    점차 GPT는 많이 사용될 것으로 예상됩니다.

     

    이에 아래와 같이 GPT 에 대한 Architecture를 정리하였습니다. 근데 이 x할 놈의 티스토리는 그림이 들어가질 않네요 쩝

     

     

    - Volume Volume Manager라고 불리는 Device Driver 의해서 Implemented 된다.

    - 예를 들어, FtDisk Manager, Logical Disk Manager, VERITAS Logical Volume Manager 있다.

    - Volume Manager Physical Abstraction Layer RAID같은 Data Protection 그리고 Performance 제공한다.

    - Vista 이후로 OS Volume Management Volmgr.sys Volmgrx.sys 의해서 Service 된다.

     

     

    Virtual Disk Service

     

    - VDS Developer API 사용해서 Disk 관리할 있도록 해준다.

    - VDS Disk Management Tool Disk Provider 사이에 추가된 Layer of Abstraction 이다.

    - 과거에는 RAID Controller 설정하기 위해서는 사용자가 Vendor-Specific  Application 사용해야만 했다. 그러나, VDS 사용하게 되면 Vendor Hardware Provider 작성해서 RAID Controller VDS 통해서 Configured and Managed 되도록 있다.

     

    - Disk Management Diskpart VDS 사용할 있도록 Rewritten 되었고, Windows Resource Kit에는 Diskraid라는 새로운 Command Line Tool 추가되었다.

     

     

    Overview of GPT Disks

     

    - GPT Disk Format Extensible Firmware Interface(EFI) Specification Part 이다.

    - 1983 MS-DOS 2.0 Release , Harddisk Support 일환으로, Disk MBR 128 bit Partition table 포함하는 4개의 Harddisk Partition 정의하는 방법을 도입하였다.

    - Disk 의해 필요한 모든 정보가 Self-Contained 되어 있기 때문에 GPT Disk 사용하기 위해서 EFI Booting 필요는 없다.

    - GPT 현재 Disk 128개의 Partition 지원한다.(MBR 4개까지 지원)

    - GPT 8 ZettaBytes까지 사용가능하고, MS에서 구현한 것은 18exabytes이다.

    - CHS 대신에 LBA(Logical Block Addressing) 사용한다.

    - 장치 관리자에서 아래와 같이 속성을 확인하여 GPT MBR이냐를 확인할 있다.

    Machine generated alternative text: Device Manager
s4j 2008-RDWA1
Computer
S ca Disk drives
__ Virtua ThTfl lID ATA Device Properties ,,t
Virtua
? Display ac General) Policies Volumes 1 Driver ) Details)
? DVDICD-R
? Floppy dis The volumes contained on this disk are listed below.
? Floppy dri
Human In Disk: Disk 1
Cd IDE ATA// Type: Basic
W  Keyboard,
Status: Online
Mice andc
Network e Partition style: GUID Partition Table 3PT)
Ports (Co Capacity: 992 MB
W Processor Unallocated space: 992 M B
W <3- Storage c?
w : System d€ Reserved space: ()MB
Volumes:
Volume I Capacity j
H뭥pulate Propert?s
OK Cancel

     

    - GPT MBR Convert 하기 위해서는 디스크 관리자에서 해당 디스크를 선택하고 우클릭하면 메뉴가 나온다.

    - Disk Partition 있는 상태에서는 불가능하다.

    - Itanium System에서 Boot System Partition 반드시 GPT disk Reside 하고 있어야 하며, 이는 변경할 없다.

    - x86 x64에서는 반대로 Boot System Partition 반드시 MBR Disk 있어야 한다.

    - Removable Disk 반드시 MBR 사용해야 한다. GPT Convert 없다.

    - Diskpart에서 convert mbr/gpt 명령어를 통해서도 변경할 있다.

     

    Machine generated alternative text: LiDisk 1 __________
Basic
992MB
Online New Spanned Volume...
New Striped Volume...
! New Mirrored Volume...
1CDRl rge; RAID-9 Volume..
DVDZ:)
Convert to Dynamic Disk...
No Media .
Convert to MBR Disk
Offline
Properties
Help

     

    Machine generated alternative text: LDisk O
Basic I (Q)
39.06GB 39.O6GBNTFS
Online New Spanned Volume... Page File, Acbve, Crash Dump, Primary Parthon)
New Striped Volume...
New Mirrored Volume...
Disk
Basic New RAID-5 Volume...
992 MB
Online Convert to Dynamic Disk...
Convert to GPT Disk
! Of f line
CD-l
DVD (Z:)
Properties
No Medie
Help

     

    - 2003 SP2 이전에는 GPT 디스크가 Cluster 용도로 사용할 없었고, Hotfix 설치하면 되며 2008부터 by default 가능하다.

    - GPT Disk Sector-by-sector cloning 지원되지 않는다. 이는 Disk Partition GUID Unique 하지 않기 때문이다.

    - 그러나 ImageX 가지고 EUFI system Capture하고, ESP와 System Partition Capture 한다면 가능하다.

    - 그러나 MSR Capture 없기 때문에 Target Computer Recreate 해야 한다.

     

    - GPT Disk NTFS File System 권고되며 UI 상으로는 FAT 사용할 없지만, format.exe 통해서 /FS:FAT 사용이 가능하다.

    - 64bit System GPT Disk P2V 지원되지 않는다.

    - GPT Disk 32bit system Boot 없지만, BIOS 지원한다면 x64에서 GPT Disk Booting 가능하다.(Vista 이후부터 사용 가능)

    - 그러나, XP에서는 GPT disk Data 용도로만 사용할 있다.

     

     

    Special Partition on GPT Disks

     

    1. EFI System Partition(ESP)

     

    - ESP 모든 EFI 기반의 Computer Required 된다.

    - 만약 Windows 설치할 Computer EFI partition 없다면, Setup ESP 생성 것이다.

    - ESP 목적은 boot loader program contain 하는 이다.

    - ESP Firmware 의해서 읽어질 있어야 하기 때문에, 단순한 File System 사용하는 것이 좋다. 따라서 FAT file system 사용 것이 요구된다.

    - Windows EFI partition 생성할 , Physical Disk Size 1% 생성한다. 이는 100MB ~ 1GB 사이에서 조정된다.

     

    Machine generated alternative text: ataniumb (C:) New Volume (E:)
173I 4.OOG8NTFS 12.66GONIFS
Heaby (EF! System Heathy (Boot) Hedhy

     

    - ESP 접근하기 위해서 EFI Console Booting 하거나, Drive Letter 아래와 같이 할당하여 접근할 잆다.

    --> mountvol <x:> /s

     

    - Boot loader code ia64ldr.efi(Hidden, System, Read-Only File) 불리고, 대게 \EFI\Microsoft\WINNT50 디렉토리 밑에 위치한다.

     

     

    2. Microsoft Reserved Partition(MSR)

     

    - MSR Partition Windows 모든 GPT Disk 생성하는 Special Partition 이다.

    - MSR Partition에는 초기에 아무것도 저장되지 않는다. 이는 향후에 다양한 종류의 Metadata(LDM database 같은) 저장하기 위한 용도로 쓰기 위해서 Space Reserve 해놓는 것이다.

    - MSR Partition 크기는 Disk 크기가 16G보다 작으면 32MB 크면 128MB 이다.

     

    Machine generated alternative text: DISEPART> list disk
Disk 111tH Status Size Free Dyn apt
Disk 0 Online 39 GB O B
Disk 1 Online 1023 MB 991 MB
DISEPART> select disk 1
Disk 1 is now the selected disk.
DISEPART> list partition
Partition HUH Type Size Offset
Partition 1 Reserved 32 MB 1? MB

     

    - MSR Partition Diskpart.exe 통해서도 지워질 없고, 만약 제거 된다면 Booting 없게 된다.

    --> "Windows Could not start because there was an error reading the boot settings from NVRAM."

     

     

    Dynamic Disks and GPT

     

    - GPT Disk 또한 MBR 마찬가지로 Basic이나 Dynamic Disk 사용할 있다.

    - 하나의 Dynamic Disk Group GPT MBR Disk 혼합하여 사용할 있지만, Disk Address 산정하는 방식이 다르기 때문에 향후에 문제가 생길 있다.

    따라서 단일 Partitioning Style 사용하여 Dynamic Disk 구성하는 것이 권장된다.

     

    - MBR Disk에서는 LDM Database Disk 마지막 1MB 사용했다. 그러나 만약 Disk unpartitioned space 최소한 1MB 가지고 있지 못하다면, Disk Dynamic으로 Converted 없다.

    - GPT 에서는 Dynamic Disk 사용하는 LDM Database MSR Partition 저장하여 Handling 한다.

    --> 따라서, Basic 에서 Dynamic으로 GPT Disk Converted , MSR Partition First 1MB Carved Off 되어, LDM Metadata Partition 생성되게 된다.

     

    Machine generated alternative text: Example: Converting Basic Disk to
Before:
.EE___ I
FI System
____________ r
Partition
L, (ESP)
Dynamic with GPT
/
-?--
Basic Data
Partition 1
Basic Data
Partiion 2

     

    - LDM Metadata Partition MSR Partition 같이 Disk 관리도구에서 보이지 않고, Diskpart 통해서 확인할 있다.

     

    DISKPART> list partition

     

    Partition ###  Type                      Size         Offset

    -------------  ----------------          -------      -------

     Partition 1    Dynamic Reserved          1024 KB        17 KB

     Partition 2    Reserved                    31 MB      1041 KB

     Partition 3    Dynamic Data                 9 GB        32 MB

     

    - Dynamic mirroring 사용할 있으나, 만약 Primary Disk Fail 되면 Shadow Drive EFI Partition 없기 때문에 Booting 없게 된다.

    --> 이를 방지하기 위해서 Shadow Drive EFI Partition 생성하는 가이드가 있다.

     

    • HOW TO: Establish and Boot to GPT Mirrors on 64-Bit Windows

    http://support.microsoft.com/default.aspx?scid=kb;en-us;814070

     

     

     

    GPT On-Disk Format

     

    - MBR에서는 모든 Disk 번째 Sector Master Boot Record 가지고 있다. 대부분의 MBR 실제 Boot Code 구성되어 있으며, 기존 시스템은 Boot Process 확인하여 다음에 Load 해야 적절한 Boot Sector 찾는다.

    - Offset 0x1BE에서는 64 Byte Structure 있는데, 이는 Disk 있는 4개의 Partition 정의하고 있으며, Partition 16Byte 정의되어 있다.

     

    Machine generated alternative text: JJ I_U sauva, vu ,.. raij UI U gr r?. Cr. 풠I..
9F 1806505789ES 01 F3 A4 C9888E07 8104
38 6E00 7C 097513 $3C?S 10 E2 F4 CD 18 89F5
43 CA 10 49 74 19 34 C 74 F6 hO OS 07 B4 07 89
FC J.C 3C 00 74 FC 88 07 00 94 0E CD 10 1 F2 88
4EICEO 460073 2AFE46 lo 80 7E04 087409
80 E 04 OC 74 OS AC 86 07 75 D2 80 4602 06 83
46080683560A00E821 0O73OSA0B607
8 $1 3EFE 7D55 AA 7408807E 100074 CIAO
B707A98BFC IES79BFSCB8FOS0O8AS6
0084 08D 137223 8휗1 243F 98 0h 0€SA FC
43 F1 ? 88D1 868681 06D2 EE42 F? ? 3956
0h?? 23 72 OS 39 46 08 73 1C 0801 028800 7C
884E 02 89S6 OOCD 137361 4F74 4E 32 E4 8h
66 00 CD 13 ? ? 8h S6 00 60 89 AA SS 84 41 CD
? 72 36 81 F9 SS AA 75 30 F6 Cl 01 74 28 61 60
6h00 6h 00 FT 76 0h FF76 08 6h 006800 7C6A
01 6h 10 84 42 88 F4 CD 13 61 61 73 0E 4F 74 08
32 ? 8h SS 00 CD 13 ES 06 61 F9 C3 49 6E 76 61
6C 69 64 20 70 61 72 74 69 74 69 6F 6E 20 74 61
2AC6S 0)4372 726F72 20 6C6F61 64696!
? 20 6F 70 65 72 61 74 69 6E 672073 79 73 74
S 68 00 4D 69 73 73 69 6E 67 20 6F 70 65 72 61
74 69 6E 67 20 73 79 73 74 63 SD 0000 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 0) 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000000)00 X 44 63 뾯.00 000001
Cl 00 07 FE 0F 09 3F co 00 0 40 00 7F 00 00 00
81 0h 07 FE FF FF 8h F5 71 00 02 91 00
00 00 00 00 00 00 00 00 00 ? CO C? 3000
flu8 00 Ieee.. 00 00 00 00 I..
vu??
0010
0020
0030
0040
0060
0060
0070
0000
0090
00A0
0090
0X0
0000
00E0
00F0
0100
Ollo
0120
0130
0140
0150
0160
0170
0180
0190
OliO
0180
01C0
O1DO
OlEO
01F0
r,
k I 
? s.t
?t
8 F s?F ., t
? t .. u. F
F 
>.)U.t. .?. ,i.
- V -....., V
rS .8?, .
C ,.B 9V
,5r9F. -I
8V .00t82.
V V.? VA.
rS Ud. t..?
, .. V  k I
8 -
2 V.. . mv.
ltd prtttlcIh t
bI. Error lo.don
g op.r.ttnq ryst
es 8tsstng eper.
tisg yStC.
- k..,.
.?.. K....
, .U.

     

    - 0x76C4E79C Disk Signature 이다.

     

     

    Special Sectors Used on GPT Disks

     

    - 알다시피, Master Boot Record 하나의 512Byte Sector 구성되어 있다.

     

    Sector

    Contents

    0

    Protective MBR

    1

    GPT Header

    2 33

    GPT Partition Entry Array (Partition Table)

    (Last Sector - 32) (Last Sector - 1)

    Backup GPT Partition Entry Array

    Last Sector

    Alternate GPT Header

     

    1. Protective MBR

     

    - 만약 GPT Disk MBR partition table 없다면, 예상치 못한 결과가 발생할 있고, Disk Unpartitioned 상태로 보일 있다. 또한 문제로 Data 손실이 유발될 있다.

    - 이를 방지하기 위해서 GPT Specification Disk Sector 0 Protective MGR이라는 것을 Devoting 한다.

    - Protective MBR에서는 기존 MBR에서 Total Sector 해당하는 부분인 4 Byte FF FF FF FF Maxed out 되어 있다.

    - EFI System에서, Boot Code Computer Firmware 저장된다.

     

    Machine generated alternative text: r?ect? O (cr32- 0bk Prcbc !  fl aIDJS
-? -  ect쐓 ?
lIIai r?!iSwJo1둻? I*I
popo pp pp ou uP vO 00 00 00 GuaU QQ QQ OQ QQ 00 00 a
0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
OOAO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
coco oo 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
CODO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00KO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
GOFO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0100 00 0000 00 00 00 00 00 0000 00 00 00 00 00 00
0110 00 0000 00 00 00 00 00 0000 0000 00 00 00 00
0120 00 00 00 00 00 00 00 00 0000 0000 00 00 00 00
0130 00000000000000000000000000000000
0140 00 0000 00 00 00 00 00 0000 0000 00 00 00 00
0150 00 0000 00 00 00 00 00 0000 0000 00 00 00 00
0160 00000000000000000000000000000000
0170 00 0000 00 00 00 00 00 0000 0000 00 00 00 00
0180 00000000000000000000000000000000
01,0 00 0000 00 00 00 00 00 0000 0000 00 00 00 00
CiAO 00000000000000000000000000000000
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
caco oooanrrrrozoooooorrvnroooo
O1DO 00000000000000000000000000000000
01KO 00 0000 00 00 00 0000 0000 0000 00 00 00 00
O1FO 00 0000 00 00 00 00 00 0000 0000 00 00 SS AA
z]
frrOI SecO tetsoo

     

    - 0x01BE Boot Indicator 반드시 00 값이 들어가 있어야 한다.

    - 다음 00 Starting Head, 다음 02 Starting Sector, 다음 00 Starting Cylinder인데, 값들은 GPT Partition LBA Matching 된다.

    - 0x01C2 EE System ID 값으로 반드시 EE 여야 한다.

    - 0x01C3 FF Ending Head, 다음 FF Ending Sector, 다음 FF Cylinder 이다.

    - 0x01C6 01 00 00 00 Starting LBA 항상 1 Set 되어 있으며, 값은 GPT Partition table Header LBA1 위치해 있음을 알려준다.

     

     

    GPT Header

     

    - GPT Disk Sector 1 GPT Header Devoted 되어 있다.

     

    Machine generated alternative text: %r.I,w01o32-Dtd(Prabe j r ..IDJ2!J
ijIN1HrtW O j tII
.:?i,:, 434149 ?50 41  64 00 000g I PART
!rIlrI 24 FC Al lA 00 :1: :11 : : : 00 00 $
0020 ncsnol000000lo2ae0000u 7
0030 17 CD 11 01 Ob ?0 00 ES 80 1 M 04 03 49
0040 ___________ DB 92 ? 76 02 00.00. 00 on no ne am r? y
0050 ? 303300136EE1 ozaoooooooo
0060 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 :
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
GOAD 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
COCO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
GODO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00KO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0100 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00
0110 00000000000000000000000000000000
0120 00000000000000000000000000000000
0130 00000000000000000000000000000000
0140 00000000000000000000000000000000
0150 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00
0160 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00
0170 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00
0100 00000000000000000000000000000000
01go 00000000000000000000000000000000
OIAO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0130 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00
OICO 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00
OIDO 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00
0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
P?).pessPI boi ?c

     

    - 0x0000 Signature로써, 반드시 EFI PART 여야 한다.

    - 0x0008 Revision으로 현재 GPT Spec Version 1.0 으로 0x00010000 으로 나타낸다.

    - 0x000C Header Size 현재 구현 버전에서는 반드시 0x5C여야 한다. 0x0000005C

    - 0x0010 Header CRC32 Header Corruption 여부를 Check하기 위한 Field 이다. 0x1AA2FC24

    - 0x0014 Reserved 0x00000000

    - 0x0018 My LBA GPT Header 위치한 LBA 가리킨다. 따라서 0x0000000000000001 이다.

    - 0x0020 Alternate LBA로써 Alternate GPT Header LBA 가리킨다.

     

    - 0x0028 First Usable LBA, Partition 생성하기 위해 사용될 있는 Disk First LBA이다. 0x0000000000000022.

    - 0x0030 Last Usable LBA, 0x0000000000111C817

    - 0x0038 Disk GUID Disk Unique Identifier 나타낸다. E0CB80E5-04D9-490B-A37A-360CDB92A976

    - 0x0048 Partition Entry LBA, Partition Entry Array beginning 가리킨다. 0x0000000000000002

    - 0x0050 Number of Partition Entries, GPT 있는 Partition Entry 개수, 현재 Microsoft 값으로 0x80(128) 구현해놨다. 0x00000080

    - 0x0054 Size of Partition Entries, Partition Entry 할당되는 Size 나타낸다. 현재 버전에서 값은 0x80(128 Byte) 되어 있다. 0x00000080

     

    - 0x0058 Partition Entry Array CRC32, CRC32 값은 Partition Entry Array 자체의 값이다. Partition Entry Array Corruption 있는지 확인한다. 0xAF02E16E

    - 0x5C    420 Bytes Reserved Space

     

     

     

    - Diskprobe.exe 툴을 통해서, 수동으로 Alternate GPT Header Main GPT Header Copy 수도 있다.

    - Copy 후에 기존 Alternate GPT Header에서 My LBA 값과 Alternate LBA Field 값을 수정해야 한다.

     

     

    GPT Partition Entry Array

     

    - Windows 의해서 초기화된 GPT Disk에서 GPT Partition Entry Array 32 Sector 이다.

    - Partition Entry 128 Byte 이므로, Sector(512Byte) 4개의 Partition Entry 허용한다.

    - 아래 화면은 GPT Partition Entry 3개인 경우이다.

     

    Machine generated alternative text: S... I o (Ito, 31 0.k Pri8
LLULJ .- - , tIr .. . r . ? At.
0010 03 :o is 1 t? F 12 4 ?- 00 F3 5F 0?
0020 1280 00 00 00 00 00 00 21 00 01 00
0030 I? 00 00 00 00 00 00 00 :  00 72 00 .. 
0040 tO - : .몋F .. tt 4 . 7. 00 65 00 e...... . t r
0050 730065007200?6006S00€40020007000 ..rv.d p
0060 1 00 72 00 74 00 69 00 74 00 69 00 6F 00 6E 00 . ? ? ?
0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080 A2 ? DO ? ES 89 03 44 87 CO €8 86 87 26 9 몥?
0090  cl 7 c ?A 1 1F 풻 R 474 q i nfl 11 3
OOAO
0080 . .
OOCO 63 QQ ?004 0061 QQ 740061 00 2000 700
DODO 61 00 7200 74 00690074 0069 00 6F 006E 00
OOEO 00000000 00 00000000000000 00000000
DOFO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0100 1? A0 ? E1 E El ii 44 07 14 60 06 07 
0110 853400 11?6 4D489E6SFE38FEB2OE
0120
0130
0140 bi VU 풳 OU b VV 01 VU Ii UU UI UU 풳 uy ru u
0150 61 00 72 00 74 00 69 00 74 00 69 00 6000 6E C
0160 00000000 00 0000000000000000000000
0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
OIAO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 DO 00 00
OICO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
OlEO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
OIFO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

     

    - 0x0000 Partition Type GUID, Partition type 무엇인지를 정의하는 GUID E3C9E316-0B5C-4DB8-817D-F92DF00215AE 이는 Microsoft Reserved Partition 임을 나타낸다.

    - 0x0010 Unique Partition GUID, 만들어진 모든 Partition Unique ID 가진다. EBD0A0A2-B9E5-4433-87C0-68B6B72699C7

    - 0x0020 Starting LBA, Partition 시작하는 LBA

    - 0x0030 0x0000000000000000   Attribute Bits 이다.

    - 0x0038 Partition Name으로 Partition Name Unicode String 정의한다.

     

    Machine generated alternative text: lc6._Pstion Type GUIDs
Partition Type GUIDs
Unused Entry,
EFI System Partition C12A7328-FB1F-11d2-BA4B-OOAOC93ECS3B
Microsoft Reserved Partition E3C9E316-OBSC4dbB-817D-F92DFOO215AE
IDM Metadata Partition SSOSCBAR-7ESF-42e0-85 D2-E1 E90434CFB3 ,
Basic Data Partition EBDOAOA2-B9E5-4433-87CO-68B6B72699C7
I.DM (Dynamic) Data Partition AFSBGOAO-1431-4f62-BCGS-3311714A69AD
Description
oooooooo-oooo-oooo-oooo-ooocioooooooo

     

     

    Mount Manager

     

    - Automount feature enable 되어 있을 , 새로운 Hard disk system added 되면, Mount Manager 자동으로 Drive Letter 할당하고 Disk Mount 한다.

    - 2003부터는 Automount feature default turned off되어 있으며 대부분의 이슈는 Rebooting 후에 해결된다.

    - 만약 automount turn on 하려면 아래와 같이 명령 프롬프트에서 수행하면 된다.

    --> mountvol /E