DiskPar Main Topic| Previous

DiskPar Example


Using DiskPar, you can modify the hidden starting offset to significantly improve write performance.

  1. Start Disk Management on disk 0.
  2. Delete all partitions on disk 1 making it a raw drive.
    note-icon

    Note

    Backup any data you don't want to lose before removing partitions.

  3. From disk 0, run DiskPar to set the starting offset and create the first partition on disk 1:
    diskpar -s 1 
  4. 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.
  5. Using Disk Manager, create and format all other desired paritions on disk 1.