DiskPar Main Topic| Previous
DiskPar Example
Using DiskPar, you can modify the hidden starting offset to significantly improve write performance.
- Start Disk Management on disk 0.
- Delete all partitions on disk 1 making it a raw drive.
Note
Backup any data you don't want to lose before removing partitions.
- From disk 0, run DiskPar to set the starting offset and create the first partition on disk 1:
diskpar -s 1
- Enter the new starting offset (in sectors), and the partition length (in MB). This writes the new starting sector information to the Master Boot Record (MBR) for that disk, and creates the first partition.
- Using Disk Manager, create and format all other desired paritions on disk 1.