HDD: Difference between revisions
Jump to navigation
Jump to search
Created page with '== Typical Linux partitioning == === Festplatte partitionieren === fdisk /dev/sda <pre> /dev/sda1 Boot partition (32MB) /dev/sda2 Swap partition (512MB) /dev/sda3 Root parti…' |
|||
| Line 1: | Line 1: | ||
== Typical Linux partitioning == | == Typical Linux partitioning == | ||
fdisk /dev/sda | fdisk /dev/sda | ||
Revision as of 13:27, 31 August 2009
Typical Linux partitioning
fdisk /dev/sda
/dev/sda1 Boot partition (32MB) /dev/sda2 Swap partition (512MB) /dev/sda3 Root partition (xxGB) /dev/sda4 Portage tree partition (2GB) p n p 1 enter +32M n p 2 enter +512M n p 3 enter +25GB n p 4 enter enter a 1 t 2 82 p w