This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:disk_partitioning [2014/05/05 23:01] gcooper old revision restored (2014/05/05 21:50) |
computing:storage:disk_partitioning [2014/05/05 23:41] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Advanced Format (4K Sector) Drive Partitioning ====== | ====== Advanced Format (4K Sector) Drive Partitioning ====== | ||
+ | |||
+ | :!: If in doubt or you just don't want to read this page, start your partition at **sector 2048** ('' | ||
+ | |||
+ | **Background**: | ||
+ | |||
+ | **Great info**: http:// | ||
:!: This information is equally or more important for SSD's as it is for spinning hard drives. | :!: This information is equally or more important for SSD's as it is for spinning hard drives. | ||
Line 11: | Line 17: | ||
There may also be a label on the drive advising that it is an Advanced Format drive. | There may also be a label on the drive advising that it is an Advanced Format drive. | ||
- | **A simple rule to go by for creating properly aligned partitions: | + | **A simple rule to go by for creating properly aligned partitions |
Verify that every partition begins on a **sector** which is a multiple of 8. If your partitioning tool is showing **bytes**, make sure the beginning is divisible by 4096, the new Advanced Format sector size. | Verify that every partition begins on a **sector** which is a multiple of 8. If your partitioning tool is showing **bytes**, make sure the beginning is divisible by 4096, the new Advanced Format sector size. | ||
Line 24: | Line 30: | ||
* Use '' | * Use '' | ||
* Start first partition at '' | * Start first partition at '' | ||
+ | * '' | ||
* Additional partitions will also be aligned | * Additional partitions will also be aligned | ||
* Using the graphical '' | * Using the graphical '' | ||
Line 29: | Line 36: | ||
**'' | **'' | ||
- | * Newer versions of '' | + | * Newer versions of '' |
* Creates aligned partitions | * Creates aligned partitions | ||
* Same default as newer Windows | * Same default as newer Windows | ||
Line 42: | Line 49: | ||
http:// | http:// | ||
+ | |||
+ | **For RAID arrays**: http:// | ||
Install '' | Install '' | ||
Line 99: | Line 108: | ||
</ | </ | ||
- | :!: We make the assumption that '' | + | :!: Many newer partition tools make the assumption that '' |
This partitions a ' | This partitions a ' | ||
Line 110: | Line 119: | ||
(parted) u s | (parted) u s | ||
- | (parted) mkpart primary xfs 2048s 100% | + | (parted) mkpart primary xfs 0% 100% |
(parted) p | (parted) p |