HP EliteBook 8460p Preparing Advanced Format hard drives for Microsoft Windows - Page 6

Using WMIC, Using DISKPART - specifications

Page 6 highlights

Using WMIC 1. After the operating system has been installed, run wmic from the Windows command line. 2. At the resulting prompt, type partition list full to display information about system partitions. 3. Identify the offset value of each partition and divide by 4096. If the value is divisible, the partition is aligned. Using DISKPART 1. Boot the system via bootable Windows PE 3.0 RAM media. 2. Execute the DISKPART utility to display information about specific system partitions. For example, use the following script is to display information about Disk 0, Partition 1 (as shown in Figure 1): diskpart select disk 0 select partition 1 detail partition Figure 1: Sample script output Partition 1 Type : 07 Hidden: No Active: No Offset in Bytes:1048576 Volume ### Ltr Label Fs Type Size Status Info * Volume 1 NTFS Partition 9 GB Healthy 3. Divide the offset value of the selected partition by 4096. If divisible, the partition is aligned. 6

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13

6
Using WMIC
1.
After the operating system has been installed, run
wmic
from the Windows command line.
2.
At the resulting prompt, type
partition list full
to display information about system partitions.
3.
Identify the offset value of each partition and divide by 4096. If the value is divisible, the partition
is aligned.
Using DISKPART
1.
Boot the system via bootable Windows PE 3.0 RAM media.
2.
Execute the DISKPART utility to display information about specific system partitions.
For example, use the following script is to display information about Disk 0, Partition 1 (as shown
in Figure 1):
diskpart
select disk 0
select partition 1
detail partition
Figure 1:
Sample script output
Partition 1
Type
: 07
Hidden: No
Active: No
Offset in Bytes:1048576
Volume ###
Ltr
Label
Fs
Type
Size
Status
Info
----------
---
-----------
-----
----------
-------
---------
------
* Volume 1
NTFS
Partition
9 GB
Healthy
3.
Divide the offset value of the selected partition by 4096. If divisible, the partition is aligned.