Windows 2003 Server 64bit Edition – LUN Alignment
Configure Disk Alignment Value:
- Launch command window start -> run “cmd”
- type “diskpart”
- list disk
- select disk <disk number>
- list disk (confirm an * is next to the disk you selected)
- list partition (NO partitions should be visible. If partitions are listed then the disk may contain production data)
- create partition primary align=<alignment value ex: 32, 64, 128>
- assign letter=<free drive letter ex: G>
- list partition
- exit
Example configuration output:
C:\>diskpart
Microsoft DiskPart version 5.2.3790.3959
Copyright (C) 1999-2001 Microsoft Corporation.
On computer: Test1
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
——– ———- ——- ——- — —
Disk 5 Online 60 GB 0 B
DISKPART> select disk 5
Disk 5 is now the selected disk.
DISKPART> list partition
Partition ### Type Size Offset
————- —————- ——- ——-
Partition 1 Primary 60 GB 128 KB
Format Disk:
- Start -> run “diskmgmt.msc”
- Change the allocation size to match the segment size of the associated LUN. A common segment size is 64KB
- Click Format