HDD: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
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…'
 
Tgurr (talk | contribs)
Line 1: Line 1:
== Typical Linux partitioning ==
== Typical Linux partitioning ==
=== Festplatte partitionieren ===


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