20122012. 6. 1. 10:55

디스크의 파티션 시작 오프셋 설정과 클러스터당 바이크 크기를 확인하는 방법에 대해서 아래와 같이 정리하였습니다.

 

클러스터당 바이트 크기

C:\windows\system32>fsutil fsinfo ntfsinfo d:
NTFS Volume Serial Number :       0x1e2c5dd52c5da893
Version :                         3.1
Number Sectors :                  0x000000003a31efff
Total Clusters :                  0x0000000007463dff
Free Clusters  :                  0x0000000007243b46
Total Reserved :                  0x0000000000000000
Bytes Per Sector  :               512
Bytes Per Physical Sector :       512
Bytes Per Cluster :               4096
Bytes Per FileRecord Segment    : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length :           0x0000000000200000
Mft Start Lcn  :                  0x00000000000c0000
Mft2 Start Lcn :                  0x0000000000000002
Mft Zone Start :                  0x00000000000c0200
Mft Zone End   :                  0x00000000000cc9a0
RM Identifier:        2D81ADEB-430B-11E1-AA55-180373DAE377

 

 

시작 파티션 오프셋 확인

C:\windows\system32>diskpart

Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: LAIGO

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          119 GB      0 B
  Disk 1    Online          465 GB  7168 KB

DISKPART> select disk 1

Disk 1 is now the selected disk.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    OEM                196 MB  8032 KB
  Partition 2    Primary            465 GB   204 MB

DISKPART>

 

 

 

[참고자료]

Fsutil fsinfo
http://technet.microsoft.com/en-us/library/cc788080(v=ws.10).aspx

 

작성자 : Lai Go / 작성일자 : 2012.06.01

Posted by Lai Go