User Tools

Site Tools


Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mission:log:2011:01:24:4k-partition-alignment-primer [2013/06/30 12:49] – [Run benchmark] chronomission:log:2011:01:24:4k-partition-alignment-primer [2013/06/30 12:50] (current) – [Conclusion] chrono
Line 179: Line 179:
 ==== Results ==== ==== Results ====
  
-<sortable> 
 ^Device^Sector 0^Sector 8^Sector 34^Sector 40^Sector 42^ ^Device^Sector 0^Sector 8^Sector 34^Sector 40^Sector 42^
 |WD    |12.545s|12.436s|65.792s|12.211s|66.341s| |WD    |12.545s|12.436s|65.792s|12.211s|66.341s|
 |HD204UI|10.141s|10.153s|59.064s|10.126s|59.010s| |HD204UI|10.141s|10.153s|59.064s|10.126s|59.010s|
-</sortable> 
- 
- 
  
 misaligned cp: misaligned cp:
Line 212: Line 208:
   * misaligned: 17MB/s   * misaligned: 17MB/s
  
-<note important>Partitions should begin on sectors that can be divided by 8 (8 sectors == 4 kB internal sector of HDD)</note>+<WRAP round important>Partitions should begin on sectors that can be divided by 8 (8 sectors == 4 kB internal sector of HDD)</WRAP>
  
 Alignment: Alignment:
Line 221: Line 217:
  
 The msdos partition table/mbr is 512bytes long, so theoretically sector 8 would be the start sector for the first partition. The msdos partition table/mbr is 512bytes long, so theoretically sector 8 would be the start sector for the first partition.
-