User Tools

Site Tools


tips:creating-4k-aligned-partitions-with-fdisk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tips:creating-4k-aligned-partitions-with-fdisk [31.08.2011 00:15] (current)
vergo created
Line 1: Line 1:
 +====== Creating 4k aligned partitions with fdisk ======
 +
 +This is practically required with new 2TB HDDs and SSDs in order to get proper performance. The trick is simple to start fdisk with the following parameters when creating partitions for an empty disk.
 +
 +<code>fdisk -H 224 -S 56 /dev/sdX</code>
  
tips/creating-4k-aligned-partitions-with-fdisk.txt ยท Last modified: 31.08.2011 00:15 by vergo