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 20:30] gcooper |
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 ====== | ||
- | This information is equally or more important for SSD's as it is for spinning hard drives. | + | :!: 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. | ||
===== Partition Alignment and 4K Sector Disk Drives ===== | ===== Partition Alignment and 4K Sector Disk 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 | ||
===== Partitions over 2TB ===== | ===== Partitions over 2TB ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
http:// | http:// | ||
http:// | http:// | ||
+ | |||
+ | **For RAID arrays**: http:// | ||
Install '' | Install '' | ||
Line 83: | Line 96: | ||
==== Partition the Drive ==== | ==== Partition the Drive ==== | ||
- | Filesystems: | + | Common filesystems: |
* '' | * '' | ||
* '' | * '' | ||
* '' | * '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | < | ||
+ | mkpart PART-TYPE [FS-TYPE] START END | ||
+ | </ | ||
+ | |||
+ | :!: Many newer partition tools make the assumption that '' | ||
This partitions a ' | This partitions a ' |